normboot function

Draw parameters of statistical model from multivariate normal distribution

Draw parameters of statistical model from multivariate normal distribution

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

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.