View source: R/utilityFunctions.R
parseCatOutput | R Documentation |
Helper function for parsing output with variables and categories.
parseCatOutput(text)
text |
The output to parse. |
The parsed output
Michael Hallquist
"
Example:
UNIVARIATE PROPORTIONS AND COUNTS FOR CATEGORICAL VARIABLES
SOP2A
Category 1 0.254 631.000
Category 2 0.425 1056.000
Category 3 0.174 432.000
Category 4 0.147 365.000
Or Item Categories in IRT Parameterization
Item Categories
U1
Category 1 0.000 0.000 0.000 1.000
Category 2 -0.247 0.045 -5.534 0.000
Category 3 0.699 0.052 13.325 0.000
Category 4 -0.743 0.057 -12.938 0.000
Category 5 0.291 0.052 5.551 0.000
"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.