powered by
Fiducial confidence interval of a parameter of interest.
gfiConfInt(parameter, gfi, conf = 0.95)
The fiducial confidence interval of the parameter.
a right-sided formula defining the parameter of interest, like ~ sigma_error/`(Intercept)`
~ sigma_error/`(Intercept)`
a gfilmm object (output of gfilmm or gfilmmPredictive)
gfilmm
gfilmmPredictive
confidence level
h <- 0.01 gfi <- gfilmm( ~ cbind(yield-h, yield+h), ~ 1, ~ block, data = npk, N = 5000, nthreads = 2 ) gfiConfInt(~ sqrt(sigma_block^2 + sigma_error^2)/`(Intercept)`, gfi)
Run the code above in your browser using DataLab