-
Notifications
You must be signed in to change notification settings - Fork 0
model
The package 'model' (GS_LV/src/main/java/org/gsusers/gsmv/model) contains the three central components of the G_String design: Facet, Nest, and SampleSizeTree.
The names of the objects describe their functions, and details are contained in the comments of the source code. The meaning of 'Facet' is obvious in the context of Generalizability Analysis. The object 'Nest' encapsulates the details of how the facets are arranged, and various obvious parameters and methods relevant to the design. The 'SampleSizeTree' contains the values of, and relationships between the sample sizes of the nested facet arrangement. It also keeps track of the facet indices.
All three objects 'Facet', 'Nest', and 'SampleSizeTree' are used by both 'AnaGroups', and 'SynthGroups'.
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