initialize-loglik.fitsir-method: the initializer for loglik.fitsir

Description Usage Arguments

Description

the initializer for loglik.fitsir

Usage

1
2
3
## S4 method for signature 'loglik.fitsir'
initialize(.Object, name, model, count = "X",
  mean, par = NULL, keep_grad = TRUE, keep_hessian = FALSE)

Arguments

.Object

object

name

name of the distribution

model

the formula specifying the model

count

observation variable name

mean

mean variable name

par

additional parameter names

keep_grad

maintain the gradient as part of the model

keep_hessian

maintain the hessian as part of the model


bbolker/fitsir documentation built on June 4, 2019, 8:28 a.m.