utilities_grips {gRim}R Documentation

Utilities for gRips

Description

Utilities for gRips

Usage

## 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, ...)

Arguments

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.


[Package gRim version 0.3.3 Index]