efp: Estimate capture probabilites from electrofishing data

View source: R/Likelihoods_and_gradients.R

efpR Documentation

Estimate capture probabilites from electrofishing data

Description

This function uses the marginal likelihood of capture probabilities to estimate model parameters

Usage

efp(
  formula,
  data = NULL,
  passes = NULL,
  verbose = TRUE,
  init = "0",
  hessian = FALSE
)

Arguments

formula

a formula object

data

a data.frame containing all relavent info

passes

todo

verbose

show verbose output

init

todo

hessian

return hessian or not

Value

glm type object


Faskally/CLmodel documentation built on Sept. 21, 2023, 1:15 p.m.