model.matrix.mhglm: Terms and Model Matrix

Description Usage Arguments See Also

View source: R/mhglm.R

Description

Get the terms or model matrix from an mhglm object.

Usage

1
2
3
4
5
6
7
8
9
  ## S3 method for class 'mhglm'
model.matrix(object, type = c("fixed", "random"), ...)
  ## S3 method for class 'mhglm_ml'
model.matrix(object, type = c("fixed", "random"), ...)

  ## S3 method for class 'mhglm'
terms(x, type = c("fixed", "random"), ...)
  ## S3 method for class 'mhglm_ml'
terms(x, type = c("fixed", "random"), ...)

Arguments

object, x

an mhglm object.

type

which terms to get (for the fixed or for the random effects).

...

further arguments passed to or from other methods.

See Also

model.matrix, terms


patperry/r-mbest documentation built on May 24, 2019, 8:20 p.m.