estimStrataPropClip: This function uses the input created by...

Description Usage Arguments

View source: R/estimStrataPropClip.R

Description

A wrapper for propClipped

Usage

1
2
3
4
5
6
7
estimStrataPropClip(
  prepClipData,
  NumResults,
  seed = NA,
  priors = NA,
  verbose = TRUE
)

Arguments

prepClipData

the output of prepMultStrataPropClip

NumResults

the number of samples from the posterior to take

seed

A positive integer to seed the random number generator. If NA, a seed will be chosen based on the time.

priors

a list of numeric vectors giving the parameters of a beta distribution to use as the priors for each strata (in order of the strata). The default is a uniform Beta(1,1) prior for all strata.

verbose

TRUE to print some output


delomast/fishCompTools documentation built on Jan. 11, 2021, 1:51 a.m.