R Statistics

This is for 32-bit Facets 3.87. Here is Help for 64-bit Facets 4

Facets can import and export files compatible with the R Statistics package.

 

The freeware R statistics package can be downloaded from www.r-project.org. Paul Murrell has posted useful instructional material online: https://www.stat.auckland.ac.nz/~paul/ - especially good for graphing.

 

R command

R's response

Meaning

ls()

[1] "IFILE"

list of loaded datasets

help(ls)

Help windows opens

help for "ls" command

names(IFILE)

[1] "ENTRY" "NAME"

names of variables in the dataset "IFILE"

IFILE

(contents of IFILE)

displays the data in the IFILE dataset

q()

(R terminates)

quit (exit from) R Statistics

Maximize your R Console window: edit your "Rconsole" file in "C:\Program Files\R\R-...\etc" from "# MDIsize = 0*0+0+0" to "MDIsize = 0*0+0+0"

 

Import R statistics data in a .rdata or .rda file. See R Data file

 

Export Facets output files as R statistics files: .rdata or ,rda. Graph file, Residual file or Score file from the Output Files menu

 


Help for Facets Rasch Measurement and Rasch Analysis Software: www.winsteps.com Author: John Michael Linacre.