Learn R Programming

gRim (version 0.3.4)

utilities_grips: Utilities for gRips

Description

Utilities for gRips

Usage

# S3 method for gips_fit_class
logLik(object, ...)

# S3 method for gips_fit_class AIC(object, ..., k = 2)

# S3 method for gips_fit_class BIC(object, ...)

# S3 method for gips_fit_class sigma(object, ...)

concentration(object, ...)

# S3 method for gips_fit_class concentration(object, ...)

# S3 method for gips_fit_class print(x, ...)

# S3 method for 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.