Learn R Programming

Greg (version 2.0.2)

prCaPrepareCrudeAndAdjusted: 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)

Value

matrix A string matrix with the values formated

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 sprintf code for the confidence interval

See Also

Other printCrudeAndAdjusted functions: prCaAddRefAndStat(), prCaAddReference(), prCaAddUserReferences(), prCaGetImputationCols(), prCaGetRowname(), prCaGetVnStats(), prCaReorderReferenceDescribe(), prCaReorder(), prCaSelectAndOrderVars(), prCaSetRownames()