Hi MrShorty
Tx for you input...I am currently developing a 21 module Statistical Analytical Add-in with the below components...
The next step...if possible...was a requirement to make use of the module outputs to create the visual simulation of each module below...
This link was an example of what the client was wanting...Was just enquiring if someone had ever come accross something similar which might give me an indication of how visuals in excel works...i.e. using data and loops to create the consistent visuals...
Private Sub UserForm_initialize()
Set Uform = Me
'Call HideUFX
Me.ListBox1.List = Array("Descriptive Statistics", "Summary Tables and Graphs", "Correlation Analysis", _
"Confidence Interval: Single Mean", "Confidence Interval: Single Proportion", _
"t-Test: Single Mean", "z-Test: Single Mean", "z-Test: Single Proportion", _
"F-Test: Equality of Variances (Two Populations)", "t-Test: Two Means (Equal Variances)", _
"t-Test: Two Means (Unequal Variances)", "t-Test: Matched Pairs", "z-Test: Two Means", _
"z-Test: Two Proportions", "Anova: One Factor", "Anova: Two Factor (with interaction)", _
"Anova: Two Factor (without interaction)", "Chi Square: Independence of Association Test", _
"Chi Square: Goodness-of-Fit Test", "Chi Square: Single Variance Test", "Multiple Regression")
ListBox1.Selected(0) = True
End Sub
Came across a site... which has a few examples...See attached...
None as elaborate as the link in above post...
http://iris.nyit.edu/~fgordon/Statis...imulations.htm
what parts are you having trouble with?
In my first link, I can easily replicate the left side Bar chart with randomizing...
The right side chart is what is baffling me...How would one achieve such visuals - if at all possible...I mean what kind of chart would be used to replicate such an output???
Bookmarks