- Sub CreateOneWay()
- Dim JMPDoc As JMP.Document
- Set MyJMP = CreateObject("JMP.Application")
- MyJMP.Visible = True
- Set JMPDoc = MyJMP.OpenDocument("C:\JMP\SAMPLE DATA\BIG CLASS.JMP")
- Dim Oneway As JMP.Oneway
- Set Oneway = JMPDoc.CreateOneway
- Oneway.LaunchAddY (“Height” )
- Oneway.LaunchAddX (“Age”)
- Oneway.Quantiles (True)
- Oneway.LaunchOneway.MeansAnovaT (True)
- Oneway.MeansStdDev (True)
- Oneway.UnequalVariances (True)
- Oneway.NormalQuantilePlot (True)
- Oneway.SetAlpha (0.05)
- Oneway.Save (oscCentered)
- Oneway.Save (oscStandardized)
- Oneway.CompareMeans occAllPairs, True
- Oneway.CompareMeans occEachPair, True
- End Sub
那么如何使用这种方式通过Graph Builder创建分析,例如做箱线图?
我在JMP库参考中找不到Graph Builder对象。
我想使用VB通过Graph Builder创建Boxplot图表,怎么办?


雷达卡




京公网安备 11010802022788号







