fitParam-class: S4 class for the parameters necessary to fit a categorical...

Description Slots Examples

Description

Definition of the S4 class named fitParam for the parameters needed to fit a categorical observation-prediction model in the optimization approach to selective editing.

Slots

edData

object of class StQ with the edited and validated values.

rawData

object of class StQ with the raw values.

selParam

list of parameters for the model selection when selection == TRUE

valParam

list of parameters for validation.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
# An empty contObsPredModelParam object:
new(Class = 'fitParam')

## 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,
             selParam = list())


## End(Not run)

david-salgado/categObsPredModelParam documentation built on Dec. 3, 2020, 1:42 p.m.