Winsteps control, data and anchor file |
This is for 32-bit Facets 3.87. Here is Help for 64-bit Facets 4
Winsteps provides analytical and output capabilities not implemented in Facets, such as the principal components analysis PCA of residuals. Winsteps requires a rectangular data layout. Select from the Output Files pull-down menu,
The Facets data are formatted into a rectangle. A row (or column) can comprise one facet. If one facet is checked, then each element of that facet becomes one row (or one column) in the data rectangle. If two or more facets are checked for rows (or columns), then each row (or column) comprises data corresponding to one combination of elements from each checked facet.
It is typical that formatting the data as a rectangle results in more than one observation for each row-column cell. If so, the "Select data" option specifies whether it is the first relevant datapoint in the Facets file, or the last, or the sum, which occupies the cell.
Row and column measure anchor values can also be written into the Winsteps file. These are obtained from the Facets estimates. If there is a rating-scale common to all the Facets data, this can also be used for Winsteps anchor values.
Example 1: The dialog box produces:
Example 2: To verify that raters are following the judging plan, output a Winsteps file with the raters as rows, and the other ingredients of the judging plan as columns.
Example 3: We want a standard version of Winsteps Table 2.2 or other Winsteps Keyform-style output.
1. Do the Facets analysis, and output an Anchor file.
2. Output from the Facets "output files" menu a Winsteps control file. Specify which facet you want for the Winsteps columns (the rows on Table 2.2) and which facets you want for the Winsteps rows. Check "row anchor values" and "column anchor values". If "scale anchor values" are available, please check them.
3. Look at the Winsteps control file. If IAFILE= or SAFILE= anchor values are missing, please copy and reformat those values from the Facets anchorfile.
4. Run Winsteps and produce Table 2.2 or whatever Winsteps output you want.
Example 4. To investigate unidimensionality or multidimensionality and local independence, output a Winsteps control and data file with appropriate columns, analyze with Winsteps and output Winsteps Table 23.
Example 5. Checking for unidimensionality or multidimensionality using R Statistics (freeware):
We need complete data, so set up the Winsteps output with your "items" as columns and all the other facets as rows.
Delete all the rows in the Facets-produced Winsteps data file down to END LABELS. After that is data.
Your observations are probably one column wide.
Save the data as data.txt file.
install R (freeware) if you don't have it.
Launch R
Then construct an R dataset:
> mydataset <- read.fwf("data.txt", widths = c(1,1,1,1,1,1,1,1))
this has as many 1s as there are items (columns) in your data
add column names
> colnames(mydataset) <- c("item1","item2","item3",...)
replace item1 with the label for your first item, etc.
check that all is OK:
> options(max.print=100)
> mydataset
now do a PCA &CFA
> install.packages('psych',''FactoMineR')
> library (psych)
> library (FactoMineR)
> result <- fa.parallel (mydataset)
a Scree Plot displays of PCA and FA eigenvalues.
R Console window: "Parallel analysis suggests that the number of factors = 3"
Put 3 (or whatever) in the "factors" R instruction below
Principal Components Analysis:
> pca <- PCA(mydataset, graph=FALSE)
> pca$eig
> pca$var$coord
> head(pca$ind$coord)
Factor analysis:
> factors <- fa(mydataset, 3)
> print (factors)
the factor loadings are in columns MR1, MR2, ...
> plot(factors)
You are expecting to see that the first component is large, and the others are much smaller.
Help for Facets Rasch Measurement and Rasch Analysis Software: www.winsteps.com Author: John Michael Linacre.
Facets Rasch measurement software.
Buy for $149. & site licenses.
Freeware student/evaluation Minifac download Winsteps Rasch measurement software. Buy for $149. & site licenses. Freeware student/evaluation Ministep download |
---|
Forum: | Rasch Measurement Forum to discuss any Rasch-related topic |
---|
Questions, Suggestions? Want to update Winsteps or Facets? Please email Mike Linacre, author of Winsteps mike@winsteps.com |
---|
State-of-the-art : single-user and site licenses : free student/evaluation versions : download immediately : instructional PDFs : user forum : assistance by email : bugs fixed fast : free update eligibility : backwards compatible : money back if not satisfied Rasch, Winsteps, Facets online Tutorials |
---|
Our current URL is www.winsteps.com
Winsteps® is a registered trademark