data_sim_tagloss_twoD {Petersen}R Documentation

Simulated data for tag loss with 2 distinguishable tags.

Description

This is simulated data with the parameter values given in the description.

Usage

data(data_sim_tagloss_twoD)

Format

data_sim_tagloss_twoD

A data frame with many rows and 2 columns

cap_hist.

Capture history (1000, 1010, 1100, 1110, 1101, 1111).

freq.

Number of fish with this history.

Details

data_sim_tagloss_twoD <-LPTL_simulate(
      dt_type="twoD",         # two distinguishable tags
      N=10000,
      cov1=function(N)         {rep(1,N)},
      cov2=function(cov1)      {rep(1,  length(cov1))},
      p1  =function(cov1, cov2){rep(.1, length(cov1))},
      pST =function(cov1, cov2){rep(.25,length(cov1))},
      rho1=function(cov1, cov2){rep(.70,length(cov1))},
      rho2=function(cov1, cov2){rep(.80,length(cov1))},
      p2  =function(cov1, cov2){rep(.1, length(cov1))},
      seed=234523, trace=FALSE)

[Package Petersen version 2024.6.1 Index]