utilities_grips | R Documentation |
Utilities for gRips
## S3 method for class 'gips_fit_class'
logLik(object, ...)
## S3 method for class 'gips_fit_class'
AIC(object, ..., k = 2)
## S3 method for class 'gips_fit_class'
BIC(object, ...)
## S3 method for class 'gips_fit_class'
sigma(object, ...)
concentration(object, ...)
## S3 method for class 'gips_fit_class'
concentration(object, ...)
## S3 method for class 'gips_fit_class'
print(x, ...)
## S3 method for class 'gips_fit_class'
summary(object, ...)
glance.gips_fit_class(x, ...)
object |
Model object. |
... |
Additional arguments; currently not used. |
k |
Penalty parameter for calculating AIC; only k=2 gives genuine AIC. |
x |
Object to be printed. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.