Description Usage Arguments Value Examples
Calculates mean and variance of NASC, based on Jolly & Hampton 1990 http://www.nrcresearchpress.com/doi/pdf/10.1139/f90-147
| 1 | getNASCDistr(projectName, psuNASC, NASCDistr = "observed")
 | 
| projectName | The name or full path of the project, a baseline object (as returned from  | 
| psuNASC | MeanNASC table from baseline. | 
| NASCDistr | Assumed distribution of mean NASC values, "normal", "lognormal", "gamma", or "weibull" ("normal" is default). | 
list with mean(NASC) and var(NASC) per strata, global (stratified) mean, SE and RSE (Relative standard error) of NASC
| 1 2 3 | projectName <- "Test_Rstox"
psuNASC <- getPSUNASC(projectName)
stratumNASC <- getNASCDistr(projectName, psuNASC=psuNASC, NASCDistr="normal")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.