Desktop User Guides > Reporter > Applying statistical tests > Weighted data and the effective base > Displaying an effective base on a weighted table
 
Displaying an effective base on a weighted table
Sample script file: ColumnProportionsTest.mrs
This example script is based on the Museum sample data set.
This example displays a table weighted by the genbalance weight variable. A column proportions test is applied and the effective base is displayed. Here is the script to display the table:
.AddNew("Table8", "museums{effectivebase(), ..Northern_Gallery} * gender", _
"Weighted Table of Museums by Gender with column proportions test")
TableDoc.Table8.Weight = "GenBalance"
TableDoc.Table8.Statistics.Add("ColumnProportions")
TableDoc.Table8.Statistics.ColumnProportions.SigLevel = 10
Weighted table with column proportions test and effective base
Here is the resulting table:
This example is based on the Museum sample data set.
museums{effectivebase(),..Northern_Gallery}
This graphic is described in the surrounding text.
See also
Weighted data and the effective base