grand.table {klausuR} | R Documentation |
Export results to a table
Description
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.
Usage
grand.table(
NR.res = NULL,
NRET.res = NULL,
NRETp.res = NULL,
ET.res = NULL,
rescale = TRUE,
file = NULL,
csv2 = TRUE,
encoding = "CP1252",
...
)
Arguments
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 |
Value
A data.frame.
Note
For obvious reasons At least one of NR.res
, NRET.res
,
NRETp.res
or ET.res
,
or any combination of those, must be specified.
Author(s)
m.eik michalke meik.michalke@uni-duesseldorf.de