ipm_sim_cl: Composite likelihood simulation

Description Usage Arguments Value

Description

Simulate population by the composite likelihood model

Usage

1
2
3
4
5
6
7
8
9
ipm_sim_cl(
  K = 4,
  N.1 = 500,
  sigma = 30,
  p = rep(0.8, 4),
  f = rep(2, 4),
  phi = rep(0.9, 3),
  R = NULL
)

Arguments

K

a scalar, number of years.

N.1

a scalar,size of initial population.

sigma

a scalar, standard deviation of count data.

p

K x 1 vector, recapture probability of every year.

f

K x 1 vector, fecundity rate of every year.

phi

(K-1) x 1 vector, mortality rate of every year.

R

(K-1) x 1 vector, number of release in every year.

Value

data, the simulation result.


zywhy9/IPM documentation built on April 19, 2020, 10:24 p.m.