Description Usage Arguments Value Examples
getRawData
extracts the slot rawData
which contains the edited data
for the construction of a categorical observation-prediction model.
1 2 3 4 | getRawData(object)
## S4 method for signature 'fitParam'
getRawData(object)
|
object |
Object of class fitParam. |
Object of class "StQ"
corresponding to the slot rawData
of the input
object.
1 2 3 4 5 6 7 8 | ## Not run:
source('R:/USIE/Proyecto_DepSel_VarQual/datos/PreparacionStQsAnalisis.R', encoding = 'UTF-8')
fitPar <- new(Class = 'fitParam', edData = ff_2011_model.StQ, rawData = fd_2011_model.StQ,
selection = FALSE, formula = 'Ocupacion_35.__11.1.3._ ~ ActivEcono_35.__2.1.1._',
selParam = list())
getRawData(fitPar)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.