extract_params.lda: extract_params.lda

Description Usage Arguments Value Examples

Description

Extract linear discriminant model parameters from a model created by the lda() function

Usage

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

Arguments

object

an object of class "lda"

...

further arguments passed to or from other methods

Value

PFA as a list-of-lists that can be inserted into a cell or pool

Examples

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

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