intervals: Confidence intervals.

View source: R/intervals.R

intervalsR Documentation

Confidence intervals.

Description

Calculates confidence intervals for model parameters.

Usage

intervals(object, type = "fixed", level = 0.95)

Arguments

object

A fitted object by calling "ngme".

type

A character string for the type of parameters; "fixed" for fixed effects.

level

A numerical value indicating the confidence level.

Details

Parameter estimates for random-effects and noise parameters are not available currently.

See Also

ngme

Examples

  ## Not run: 
  fit <- ngme(...)
  intervals(fit)
  
## End(Not run)


davidbolin/ngme documentation built on Dec. 5, 2023, 11:48 p.m.