gfiSummary {gfilmm} | R Documentation |
Summary of fiducial distributions
Description
Summary of the fiducial distributions.
Usage
gfiSummary(gfi, conf = 0.95)
Arguments
gfi |
a |
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)
[Package gfilmm version 2.0.5 Index]