| data_sim_tagloss_twoD | R Documentation |
This is simulated data with the parameter values given in the description.
data(data_sim_tagloss_twoD)
data_sim_tagloss_twoDA 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.
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.