mlCalc: ML based GLM fitting

Description Usage Arguments Value

View source: R/glmCalc.R

Description

Fits GLMs using an ML approach

Usage

1
2
mlCalc(data, frm = as.formula(Y ~ offset(log(N))), family = "poisson",
  text = "", type = "link")

Arguments

data

data in long format as stored in the dataLongPred slot of an incAnalysis object

frm

Model formula.

family

Distribution

text

Free text variable

type

type parameter of the predict function

Value

list with results


mknoll/incAnalysis documentation built on Oct. 22, 2020, 9:20 a.m.