prCaPrepareCrudeAndAdjusted {Greg} | R Documentation |
Prettify the text
Description
Sets the number of digits, formats the confidence interval and changes the number of cols into 4 where the upper and lower CI meet in one string column
Usage
prCaPrepareCrudeAndAdjusted(x, ci_lim, digits, sprintf_ci_str)
Arguments
x |
The value matrix from getCrudeAndAdjusted |
ci_lim |
The limits of the confidence interval |
digits |
The number of decimal digits to use |
sprintf_ci_str |
The |
Value
matrix
A string matrix with the values formated
See Also
Other printCrudeAndAdjusted functions:
prCaAddRefAndStat()
,
prCaAddReference()
,
prCaAddUserReferences()
,
prCaGetImputationCols()
,
prCaGetRowname()
,
prCaGetVnStats()
,
prCaReorderReferenceDescribe()
,
prCaReorder()
,
prCaSelectAndOrderVars()
,
prCaSetRownames()
[Package Greg version 2.0.2 Index]