Learn R Programming

DSsim (version 1.1.4)

param.list: Parameter Estimates from Covariate Simulation

Description

This is a list of 2 2D arrays. Each array contains parameter estimates from the covariate simulations described in the vignette. These simulations generate data based on sex affecting detectability, they then fit a model to these data with sex as a covariate to see if the original parameters can be estimated from the data. This process was repeated 999 times for 5 different truncation values to see if truncation distance affects the parameter estimates.

Usage

data("cov_param")

Arguments

Format

The format is: List of 2 $sigma, $sex.male ...

sigma

a numeric 2D array

sex.male

a numeric 2D array

Examples

Run this code
# NOT RUN {
data(cov_param)
# }

Run the code above in your browser using DataLab