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:

Title = AP English Essays (College Board/ETS)

item = Essay  ; column identification

person = examinee  ; row identification

xwide = 1  ; width of datapoint

codes = "12345678"  ; valid data codes

; first data point in cell used

ni = 3  ; number of data columns

item1 = 1  ; starting column of data

name1 = 5  ; start of row labels

@pf1=$S1W5 ; 1 examinee

namelen = 5 ; row label length

safile = *  ; rating structure anchor values

1 .00

...

9 2.75

*

iafile = *  ; item-column anchor values

1 -.02 ; 1 A

2 .13 ; 2 B

3 -.11 ; 3 C

*

pafile = *  ; person-row anchor values

1 -.82 ;  1 1

...

32 .03 ; 32 32

*

@if2=$S1W3 ; 2 Essay

&End

1 A  ; item-column labels

2 B

3 C

END LABELS

553  1 1   ; row data + label

454  2 2

....

644 32 32

 

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

Rasch Books and Publications: Winsteps and Facets
Applying the Rasch Model (Winsteps, Facets) 4th Ed., Bond, Yan, Heene Advances in Rasch Analyses in the Human Sciences (Winsteps, Facets) 1st Ed., Boone, Staver Advances in Applications of Rasch Measurement in Science Education, X. Liu & W. J. Boone Rasch Analysis in the Human Sciences (Winsteps) Boone, Staver, Yale Appliquer le modèle de Rasch: Défis et pistes de solution (Winsteps) E. Dionne, S. Béland
Introduction to Many-Facet Rasch Measurement (Facets), Thomas Eckes Rasch Models for Solving Measurement Problems (Facets), George Engelhard, Jr. & Jue Wang Statistical Analyses for Language Testers (Facets), Rita Green Invariant Measurement with Raters and Rating Scales: Rasch Models for Rater-Mediated Assessments (Facets), George Engelhard, Jr. & Stefanie Wind Aplicação do Modelo de Rasch (Português), de Bond, Trevor G., Fox, Christine M
Exploring Rating Scale Functioning for Survey Research (R, Facets), Stefanie Wind Rasch Measurement: Applications, Khine Winsteps Tutorials - free
Facets Tutorials - free
Many-Facet Rasch Measurement (Facets) - free, J.M. Linacre Fairness, Justice and Language Assessment (Winsteps, Facets), McNamara, Knoch, Fan
Other Rasch-Related Resources: Rasch Measurement YouTube Channel
Rasch Measurement Transactions & Rasch Measurement research papers - free An Introduction to the Rasch Model with Examples in R (eRm, etc.), Debelak, Strobl, Zeigenfuse Rasch Measurement Theory Analysis in R, Wind, Hua Applying the Rasch Model in Social Sciences Using R, Lamprianou Journal of Applied Measurement
Rasch Models: Foundations, Recent Developments, and Applications, Fischer & Molenaar Probabilistic Models for Some Intelligence and Attainment Tests, Georg Rasch Rasch Models for Measurement, David Andrich Constructing Measures, Mark Wilson Best Test Design - free, Wright & Stone
Rating Scale Analysis - free, Wright & Masters
Virtual Standard Setting: Setting Cut Scores, Charalambos Kollias Diseño de Mejores Pruebas - free, Spanish Best Test Design A Course in Rasch Measurement Theory, Andrich, Marais Rasch Models in Health, Christensen, Kreiner, Mesba Multivariate and Mixture Distribution Rasch Models, von Davier, Carstensen
As an Amazon Associate I earn from qualifying purchases. This does not change what you pay.

facebook Forum: Rasch Measurement Forum to discuss any Rasch-related topic

To receive News Emails about Winsteps and Facets by subscribing to the Winsteps.com email list,
enter your email address here:

I want to Subscribe: & click below
I want to Unsubscribe: & click below

Please set your SPAM filter to accept emails from Winsteps.com
The Winsteps.com email list is only used to email information about Winsteps, Facets and associated Rasch Measurement activities. Your email address is not shared with third-parties. Every email sent from the list includes the option to unsubscribe.

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

Coming Rasch-related Events
May 17 - June 21, 2024, Fri.-Fri. On-line workshop: Rasch Measurement - Core Topics (E. Smith, Winsteps), www.statistics.com
June 12 - 14, 2024, Wed.-Fri. 1st Scandinavian Applied Measurement Conference, Kristianstad University, Kristianstad, Sweden http://www.hkr.se/samc2024
June 21 - July 19, 2024, Fri.-Fri. On-line workshop: Rasch Measurement - Further Topics (E. Smith, Winsteps), www.statistics.com
Aug. 5 - Aug. 6, 2024, Fri.-Fri. 2024 Inaugural Conference of the Society for the Study of Measurement (Berkeley, CA), Call for Proposals
Aug. 9 - Sept. 6, 2024, Fri.-Fri. On-line workshop: Many-Facet Rasch Measurement (E. Smith, Facets), www.statistics.com
Oct. 4 - Nov. 8, 2024, Fri.-Fri. On-line workshop: Rasch Measurement - Core Topics (E. Smith, Winsteps), www.statistics.com
Jan. 17 - Feb. 21, 2025, Fri.-Fri. On-line workshop: Rasch Measurement - Core Topics (E. Smith, Winsteps), www.statistics.com
May 16 - June 20, 2025, Fri.-Fri. On-line workshop: Rasch Measurement - Core Topics (E. Smith, Winsteps), www.statistics.com
June 20 - July 18, 2025, Fri.-Fri. On-line workshop: Rasch Measurement - Further Topics (E. Smith, Facets), www.statistics.com
Oct. 3 - Nov. 7, 2025, Fri.-Fri. On-line workshop: Rasch Measurement - Core Topics (E. Smith, Winsteps), www.statistics.com

 

Our current URL is www.winsteps.com

Winsteps® is a registered trademark