build_model.lda: build_model.lda

Description Usage Arguments Value Examples

Description

Builds an entire PFA list of lists based on a lda() fit

Usage

1
2
## S3 method for class 'lda'
build_model(object, ...)

Arguments

object

a object of class lda

...

further arguments passed to or from other methods

Value

a list of lists representation of the linear discriminant model that can be inserted into a cell or pool

Examples

1
2
model <- MASS::lda(Species ~ ., data=iris)
model_built <- build_model(model)

aurelius documentation built on May 2, 2019, 3:43 a.m.