summary.edina {edina} | R Documentation |
Summarize the EDINA Object
Description
Provide a more detailed view inside of edina
model object.
Usage
## S3 method for class 'edina'
summary(object, alpha = 0.05, ...)
Arguments
object |
An |
alpha |
Defining region to indicate the level of extremeness the data must before the model is problematic. |
... |
Not used. |
Value
A summary object that includes everything in the original edina()
object
and:
-
model_fit
: Matrix of model fit summary statistics. -
alpha
: Alpha-value used to computePPP()
s.
[Package edina version 0.1.1 Index]