make.mods: Create a table of oSCR models

View source: R/make.mods.R

make.modsR Documentation

Create a table of oSCR models

Description

This function produces a table of oSCR models if you provide it the basic models for each component.

Usage

make.mods(density, detection, sigma, cost = c(~1))

Arguments

density

density model set

detection

detection model set

sigma

sigma model set

cost

cost function model set

Details

Creates a table containing all possible models obtained by crossing density, detection, sigma and cost models.

Value

A table with 4 columns.

Author(s)

Andy Royle

See Also

oSCR.parfit

Examples



mods <- make.mods(density= c(~1,~session),
                  detection = c(~1,~session),
                  sigma = c(~1,~session),
                  cost = c(~1))
 


jaroyle/oSCR documentation built on Sept. 23, 2023, 12:46 p.m.