powered by
Extract linear discriminant model parameters from a model created by the lda() function
# S3 method for lda extract_params(object, ...)
an object of class "lda"
further arguments passed to or from other methods
PFA as a list-of-lists that can be inserted into a cell or pool
model <- MASS::lda(Species ~ ., data=iris) model_params <- extract_params(model)
Run the code above in your browser using DataLab