modelParams<- {PDATK}R Documentation

Generic for Setting the Model Parameters of An S4 Object

Description

Generic for Setting the Model Parameters of An S4 Object

Usage

modelParams(object, ...) <- value

Arguments

object

An S4 Object

...

Allow additional parameters to be defined for this generic.

value

A List- or list-like object containing the parameters for the model.

Value

None, modifies the object.

Examples

data(CSPC_MAE)
set.seed(1987)
metaclustModel <- ConMetaclustModel(CSPC_MAE, randomSeed=1987)
modelParams(metaclustModel) <- list(alpha=0.05)


[Package PDATK version 1.2.0 Index]