LW_pm_alpha_none_lambdacov_none_alphacov_none {cxr}R Documentation

Law-Watkinson model with no alphas and no covariate effects

Description

This model, in all families, is simply given by lambda.

Usage

LW_pm_alpha_none_lambdacov_none_alphacov_none(
  par,
  fitness,
  neigh_intra_matrix = NULL,
  neigh_inter_matrix,
  covariates,
  fixed_parameters
)

Arguments

par

1d vector of initial parameters: lambda and sigma

fitness

1d vector of fitness observations, in log scale

neigh_intra_matrix

included for compatibility, not used in this model.

neigh_inter_matrix

included for compatibility, not used in this model.

covariates

included for compatibility, not used in this model

fixed_parameters

included for compatibility, not used in this model

Value

log-likelihood value


[Package cxr version 1.1.1 Index]