powered by
Summary of the fiducial distributions.
gfiSummary(gfi, conf = 0.95)
A matrix with summary statistics: means, medians, confidence intervals, and probabilities that the standard deviations equal 0.
a gfilmm object (output of gfilmm or gfilmmPredictive)
gfilmm
gfilmmPredictive
confidence level
data(KM41) h <- 0.005 gfi <- gfilmm( ~ cbind(y-h, y+h), ~ 1, ~ Batch, data = KM41, N = 5000, nthreads = 2 ) gfiSummary(gfi)
Run the code above in your browser using DataLab