Skip to content
/ gfilmm Public

Generalized fiducial inference for linear mixed models

Notifications You must be signed in to change notification settings

stla/gfilmm

Repository files navigation

gfilmm

R-CMD-check

Simulation of the generalized fiducial distribution for normal linear mixed models with interval data.


  • To install the CRAN version:
install.packages("gfilmm")
  • To install the development version:
remotes::install_github("stla/gfilmm", build_vignettes = TRUE)
  • To install the development version allowing to run the algorithm in quadruple precision:
remotes::install_github("stla/gfilmm@mp", build_vignettes = TRUE)