| grand.table | R Documentation | 
Try this function to combine results from an evaluated test into a matrix and export it to a table, e.g. to import in other software products. It can be particularily helpful for ET/NRET coded tests, if you want to compare the results of different valid scoring functions.
grand.table( NR.res = NULL, NRET.res = NULL, NRETp.res = NULL, ET.res = NULL, rescale = TRUE, file = NULL, csv2 = TRUE, encoding = "CP1252", ... )
NR.res | 
 An object of class   | 
NRET.res | 
 An object of class   | 
NRETp.res | 
 An object of class   | 
ET.res | 
 An object of class   | 
rescale | 
 Logical,
whether ET/NRET scaled results should be rescaled by   | 
file | 
 A character string giving a file name to save to. If   | 
csv2 | 
 Logical. If   | 
encoding | 
 Encoding of the exported table.  | 
... | 
 Additional options for   | 
A data.frame.
For obvious reasons At least one of NR.res, NRET.res,
NRETp.res or ET.res,
or any combination of those, must be specified.
m.eik michalke meik.michalke@uni-duesseldorf.de
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.