glance.LDA: Implementation of broom::glance() for LDA objects

Description Usage Arguments Value Examples

View source: R/tidy.R

Description

Produces a one-line summary of an LDA object

Usage

1

Arguments

L

an LDA object, as produced by LDA()

Value

a data.frame of eigenvalues from the associated generalized eigenvalue problem

Examples

1
2
3
4
5
6
7
8
## Not run: 
model <- LDA( Species ~ ., iris )
broom::glance( model )
##       VQ1       VQ2
## 1 23.42386 0.2167796
##

## End(Not run)

ArtemSokolov/linproj documentation built on May 7, 2019, 1:22 p.m.