-
Notifications
You must be signed in to change notification settings - Fork 0
steps
Ralph Bloch edited this page Mar 17, 2023
·
11 revisions
The package 'steps' (GS_LV/src/main/java/org/gsusers/gsmv/steps) contains the three major work horses of GS_L: 'AnaGroups.java', 'SynthGroups.java', and 'gSetup.java'.
'AnaGroups' and 'SynthGroups' share a similar overall structure. They are based on one big 'switch case: iStep' ladder (code). The first serves data analysis, the second generates synthetic data files. Both use the same graphical input strategy for collecting the design information.
On the other hand, 'gSetup' is a little runt, mainly used for the init setup.
Youtubes
- Generalizability Analysis I: Facets & Variance
- Generalizability Analysis II: Systematic Bias
- Generalizability Analysis III: Missing Data, and Replications
- Installing G-String in MacOS
For G_String_M users*
- Using G_String_M
- Understanding Generalizability Analysis
- Explore Generalizability Analysis with R
- When something doesn't seem to work
- How to join the User Group
For IT Professionals