https://github.com/stla/gfilmm
Generalized fiducial inference for linear mixed models
https://github.com/stla/gfilmm
fiducial linear-mixed-models r statistics
Last synced: 26 days ago
JSON representation
Generalized fiducial inference for linear mixed models
- Host: GitHub
- URL: https://github.com/stla/gfilmm
- Owner: stla
- Created: 2018-09-25T08:47:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-27T08:27:17.000Z (about 1 year ago)
- Last Synced: 2025-05-07T15:08:21.856Z (26 days ago)
- Topics: fiducial, linear-mixed-models, r, statistics
- Language: C++
- Homepage:
- Size: 414 KB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gfilmm
[](https://github.com/stla/gfilmm/actions/workflows/R-CMD-check.yaml)
**Simulation of the generalized fiducial distribution for normal linear mixed
models with interval data.**___
- To install the CRAN version:
```r
install.packages("gfilmm")
```- To install the development version:
```r
remotes::install_github("stla/gfilmm", build_vignettes = TRUE)
```- To install the development version allowing to run the algorithm in
quadruple precision:```r
remotes::install_github("stla/gfilmm@mp", build_vignettes = TRUE)
```___
