estimatePars: estimatePars

Description Usage Arguments

Description

Fits a model to the drawn survey data that estimates the population parameters and compares these to the true population parameters.

Usage

1
2
3
estimatePars(map = NULL, sampleFun = c("sampleNorm", "sampleBin",
  "samplePois"), samplePars = list(yearlyCapacity = 100),
  model = c("normalFull", "binomialFull", "poissonFull"), nIter = 1)

Arguments

sampleFun

which sampling function to use

samplePars

an optional list of parameters for the sampling function, such as resampling times etc

model

which model to fit. Currently only full models of three types is supported. Could perhaps be more flexible.

population

a surveyHat object, containing the realised mean occurrences and population parameters


NINAnor/SurveyPower documentation built on May 7, 2019, 10:43 p.m.