setasqualitative,report_mig_char-method {stacomiR} | R Documentation |
Turns a continuous parameter into discrete values
Description
The parm name becomes "parm_discrete". New values are created in the 'data[["parqual"]]' slot of the report and the parqual slot is updated
Usage
## S4 method for signature 'report_mig_char'
setasqualitative(object, par, silent = FALSE, ...)
Arguments
object |
An object of class ref_parquan-class |
par |
The code of a quantitative parameter |
silent |
Default FALSE, if TRUE the program should not display messages |
... |
Additional parms to the cut method cut |
Value
An object of class ref_parquan-class with lines removed from r@data[["parquan"]]
and added (after transformation to qualitative values) in r@data[["parqal"]]
Author(s)
Cedric Briand cedric.briand@eptb-vilaine.fr
[Package stacomiR version 0.6.1 Index]