as.data.frame.inflmlm {mvinfluence} | R Documentation |
Convert an inflmlm object to a data frame
Description
This function is used internally in the package to convert the result of mlm.influence()
to a data frame.
It is not normally called by the user.
Usage
## S3 method for class 'inflmlm'
as.data.frame(x, ..., FUN = det, funnames = TRUE)
Arguments
x |
An |
... |
ignored |
FUN |
in the case where the subset size, |
funnames |
logical. Should the |
Value
A data frame containing the influence statistics
Examples
# none
[Package mvinfluence version 0.9.0 Index]