gfiSummary: Summary of fiducial distributions

Description Usage Arguments Value Examples

Description

Summary of fiducial distributions

Usage

1
gfiSummary(gfi, conf = 0.95)

Arguments

gfi

Output of gfimm

conf

confidence level

Value

Summary statistics in a matrix.

Examples

1
2
3
4
5
6
7
data(KM41)
h <- 0.005
dat <- cbind(KM41$y-h, KM41$y+h)
FE <- as.matrix(rep(1,nrow(dat))) # intercept
RE <- data.frame(Batch = KM41$Batch)
gfi <- gfimm(dat, FE, RE, N=500)
gfiSummary(gfi)

stla/gfimm documentation built on May 9, 2019, 7:40 a.m.