getNASCDistr: Estimate mean NASC distribution

Description Usage Arguments Value Examples

Description

Calculates mean and variance of NASC, based on Jolly & Hampton 1990 http://www.nrcresearchpress.com/doi/pdf/10.1139/f90-147

Usage

1
getNASCDistr(projectName, psuNASC, NASCDistr = "observed")

Arguments

projectName

The name or full path of the project, a baseline object (as returned from getBaseline or runBaseline, og a project object (as returned from openProject).

psuNASC

MeanNASC table from baseline.

NASCDistr

Assumed distribution of mean NASC values, "normal", "lognormal", "gamma", or "weibull" ("normal" is default).

Value

list with mean(NASC) and var(NASC) per strata, global (stratified) mean, SE and RSE (Relative standard error) of NASC

Examples

1
2
3
projectName <- "Test_Rstox"
psuNASC <- getPSUNASC(projectName)
stratumNASC <- getNASCDistr(projectName, psuNASC=psuNASC, NASCDistr="normal")

Sea2Data/Rstox documentation built on May 14, 2019, 8:58 a.m.