confint.nspp: Extracts Neyman-Scott point process parameter confidence...

Description Usage Arguments Details

Description

Extracts confidence intervals for estimated and derived parameters from a model fitted using fit.ns, then bootstrapped using boot.

Usage

1
2
3
## S3 method for class 'nspp'
confint(object, parm = NULL, level = 0.95,
  method = "percentile", ...)

Arguments

object

A fitted model returned by fit.ns, bootstrapped using boot.

parm

A vector of parameter names, specifying which parameters are to be given confidence intervals. Defaults to all parameters.

level

The confidence level required.

method

A character string specifying the method used to calculate confidence intervals. Choices are "normal", for a normal approximation, and "percentile", for the percentile method.

...

Other parameters (for S3 generic compatability).

Details

Bootstrap parameter estimates can be found in the boot component of the model object, so alternative confidence interval methods can be calculated by hand.


b-steve/nspp documentation built on May 11, 2019, 5:20 p.m.