Learn R Programming

pscDesign (version 1.0.0)

recForcast: Estimating recruitment rates based on the number of sites and average site recruitment rates.

Description

Estimating recruitment rates based on the number of sites and average site recruitment rates.

Usage

recForcast(N.site, rpm, open.rate, Max.Time, penal = 0.5, plot = TRUE, ...)

Value

A dataset giving the monthly recruitment rate

Arguments

N.site

The number of recruiting sites

rpm

The average recruitment per site per month

open.rate

the rate at which sites are expected to open to recruitment

Max.Time

maximum time used in the estimation

penal

A penalising factor for the recruitment in the intial month for each site (defaults to penal=0.5)

plot

shoud results be plotted?

...

aditional arguments passed to plot

Details

This functions estimates monthly recruitment rates based on the number of sites and the average monthly recruitment rate. The resulting dataset can be passed to pscDesign to improve estimation of design parameters.

Examples

Run this code
recForcast(N.site=5,rpm=1,open.rate=1,Max.Time=12)

Run the code above in your browser using DataLab