View source: R/private_printCaA.R
prCaAddReference | R Documentation |
Adds a reference to value matrix
prCaAddReference(
vn,
var_order,
values,
add_references_pos,
reference_zero_effect,
ds,
use_labels
)
vn |
Variable name |
var_order |
The output from the |
values |
The value matrix |
add_references_pos |
The position where a reference should be added.
Sometimes you don't want the reference to be at the top, for instance
if you have age groups then you may have < 25, 25-39, 40-55, > 55 and
you have the reference to be 25-39 then you should set the reference
list for |
reference_zero_effect |
Used with references, tells if zero effect
is in exponential form, i.e. |
ds |
The data set |
use_labels |
If the rowname.fn function doesn't change the name then the label should be used instead of the name, that is if there is a label and it isn't a factor. |
matrix
A matrix with rgroup and n.rgroup attributes
Other printCrudeAndAdjusted functions:
prCaAddRefAndStat()
,
prCaAddUserReferences()
,
prCaGetImputationCols()
,
prCaGetRowname()
,
prCaGetVnStats()
,
prCaPrepareCrudeAndAdjusted()
,
prCaReorderReferenceDescribe()
,
prCaReorder()
,
prCaSelectAndOrderVars()
,
prCaSetRownames()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.