gfiSummary: Summary of fiducial distributions

View source: R/inference.R

gfiSummaryR Documentation

Summary of fiducial distributions

Description

Summary of the fiducial distributions.

Usage

gfiSummary(gfi, conf = 0.95)

Arguments

gfi

a gfilmm object (output of gfilmm or gfilmmPredictive)

conf

confidence level

Value

A matrix with summary statistics: means, medians, confidence intervals, and probabilities that the standard deviations equal 0.

Examples

data(KM41)
h <- 0.005
gfi <- gfilmm(
  ~ cbind(y-h, y+h), ~ 1, ~ Batch, data = KM41, N = 5000, nthreads = 2
)
gfiSummary(gfi)

gfilmm documentation built on July 12, 2022, 1:05 a.m.