Conditional Multinomial Maximum Likelihood Estimation
Conditional Multinomial Maximum Likelihood Estimation
Conditional Multinomial Maximum Likelihood Estimation for different sampling methodologies.
cmulti(formula, data, type = c("rem","mix","dis","fmix"), inits =NULL, method ="Nelder-Mead",...)cmulti.fit(Y, D, X=NULL, type=c("rem","mix","dis","fmix"), inits=NULL, method="Nelder-Mead",...)cmulti2.fit(Y, D1, D2, X1=NULL, X2=NULL, inits=NULL, method="Nelder-Mead",...)## S3 method for class 'cmulti'fitted(object,...)## S3 method for class 'cmulti'model.frame(formula,...)## S3 method for class 'cmulti'model.matrix(object,...)## S3 method for class 'cmulti'predict(object, newdata =NULL, type = c("link","response"),...)
Arguments
formula: formula, LHS takes 2 matrices in the form of Y | D, RHS is either 1 or some covariates, see Examples.
data: data.
type: character, one of "rem" (removal sampling, homogeneous singing rates), "mix" and "fmix" (removal sampling, heterogeneous singing rates, "mix" implies that 'phi' is constant but 'c' can vary; "fmix" implies that 'c' is constant but 'phi' can vary), "dis" (distance sampling, half-normal detection function for point counts, circular area). For the predict method it is the type
of prediction required; the default is on the scale of the linear predictors; the alternative "response" is on the scale of the response variable.
Y: this contains the cell counts. cmulti.fit requires that Y is a matrix (observations x intervals), dimensions and pattern in NAs must match that of D. cmulti2.fit requires that Y is a 3-dimensional array (observations x time intervals x distance intervals), dimensions and pattern in NAs must match that of D1 and D2.
D, D1, D2: design matrices, that describe the interval endpoints for the sampling methodology, dimensions must match dimensions of Y.
X, X1, X2: design matrices, X is the matrix with covariates for the removal/distance sampling parameters. X1 is the matrix with covariates for the removal, X2 is the matrix with covariates for the distance sampling parameters.
inits: optional initial values.
method: method for optim.
object: fitted model object.
newdata: optionally, a data frame in which to look for variables with which to predict. If omitted, the fitted linear predictors are used.
...: additional options for optim.
Details
Conditional Multinomial Maximum Likelihood Estimation for different sampling methodologies.
Returns
An object of class 'cmulti'.
References
Solymos, P., Matsuoka, S. M., Bayne, E. M., Lele, S. R., Fontaine, P., Cumming, S. G., Stralberg, D., Schmiegelow, F. K. A. & Song, S. J., 2013. Calibrating indices of avian density from non-standardized survey data: making the most of a messy situation. Methods in Ecology and Evolution, 4 , 1047--1058. doi:10.1111/2041-210X.12106
Solymos, P., Matsuoka, S. M., Cumming, S. G., Stralberg, D., Fontaine, P., Schmiegelow, F. K. A., Song, S. J., and Bayne, E. M., 2018. Evaluating time-removal models for estimating availability of boreal birds during point-count surveys: sample size requirements and model complexity. Condor, 120 , 765--786. doi:10.1650/CONDOR-18-32.1