powered by
Simulations of the generalized fiducial predictive distributions.
gfilmmPredictive(gfi, newdata)
A list with two fields: FPD, a dataframe containing the simulations, and WEIGHT, their weight. This is a gfilmm
FPD
WEIGHT
gfilmm
object.
a gfilmm object
dataframe in which to look for variables with which to predict, or NULL if the model is an intercept-only model without random effect
NULL
gfi <- gfilmm( ~ cbind(yield-0.1, yield+0.1), ~ N, ~ block, npk, 2000, nthreads = 2 ) fpd <- gfilmmPredictive(gfi, data.frame(N = c("0","1"), block = c("4","6"))) gfiSummary(fpd)
Run the code above in your browser using DataLab