powered by
Builds an entire PFA list of lists based on a lda() fit
# S3 method for lda build_model(object, ...)
a object of class lda
further arguments passed to or from other methods
a list of lists representation of the linear discriminant model that can be inserted into a cell or pool
list
model <- MASS::lda(Species ~ ., data=iris) model_built <- build_model(model)
Run the code above in your browser using DataLab