gravy-internal: Internal gravy functions

Description Usage Details

Description

Internal gravy functions.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
## S3 method for class 'HOF'
coef(object, model, ...)
## S3 method for class 'HOF'
deviance(object, model, ...)
## S3 method for class 'HOF'
logLik(object, ...)
## S3 method for class 'HOF'
df.residual(object, model, ...)
pick.model(obj, level = 0.95,  test = c("F", "Chisq", "AIC", "AICc", "BIC"), 
    ...)
scale01(x, xrange)
ssHOF(x,y,M,model=5)

Details

These are not to be called by the user.


gravy documentation built on May 2, 2019, 4:46 p.m.

Related to gravy-internal in gravy...