normboot {hesim}R Documentation

Draw parameters of statistical model from multivariate normal distribution

Description

normboot is a generic function for drawing parameters from a fitted statistical model from their (asymptotic) multivariate normal distribution.

Usage

normboot(object, B, ...)

## S3 method for class 'msm'
normboot(object, B = 1000, ...)

Arguments

object

A statistical model.

B

Number of draws of the parameters.

...

Further arguments passed to or from other methods.


[Package hesim version 0.5.5 Index]