Skip to content

Commit

Permalink
Update DHARMa.Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
melina-leite committed Oct 17, 2024
1 parent d073ea7 commit affd03d
Showing 1 changed file with 19 additions and 9 deletions.
28 changes: 19 additions & 9 deletions DHARMa/vignettes/DHARMa.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,27 @@
title: "DHARMa: residual diagnostics for hierarchical (multi-level/mixed) regression models"
author: "Florian Hartig, Theoretical Ecology, University of Regensburg [website](https://www.uni-regensburg.de/biologie-vorklinische-medizin/theoretische-oekologie/mitarbeiter/hartig/)"
date: "`r Sys.Date()`"
output:
pdf_document:
toc: true
output:
rmarkdown::html_vignette:
toc: true
vignette: >
%\VignetteIndexEntry{Vignette for the DHARMa package}
\usepackage[utf8]{inputenc}
%\VignetteEngine{knitr::rmarkdown}
abstract: "The 'DHARMa' package uses a simulation-based approach to create readily interpretable scaled (quantile) residuals for fitted generalized linear (mixed) models. Currently supported are linear and generalized linear (mixed) models from 'lme4' (classes 'lmerMod', 'glmerMod'), 'glmmTMB', 'GLMMadaptive' and 'spaMM', generalized additive models ('gam' from 'mgcv'), 'glm' (including 'negbin' from 'MASS', but excluding quasi-distributions) and 'lm' model classes. Moreover, externally created simulations, e.g. posterior predictive simulations from Bayesian software such as 'JAGS', 'STAN', or 'BUGS' can be processed as well. The resulting residuals are standardized to values between 0 and 1 and can be interpreted as intuitively as residuals from a linear regression. The package also provides a number of plot and test functions for typical model misspecification problems, such as over/underdispersion, zero-inflation, and residual spatial and temporal autocorrelation. \n \n \n"
editor_options:
pdf_document:
toc: true
vignette: |
%\VignetteIndexEntry{Vignette for the DHARMa package} \usepackage[utf8]{inputenc} %\VignetteEngine{knitr::rmarkdown}
abstract: "The 'DHARMa' package uses a simulation-based approach to create readily
interpretable scaled (quantile) residuals for fitted generalized linear (mixed)
models. Currently supported are linear and generalized linear (mixed) models from
'lme4' (classes 'lmerMod', 'glmerMod'), 'glmmTMB', 'GLMMadaptive' and 'spaMM'; phylogenetic
linear models from 'phylolm' (classes 'phylolm' and 'phyloglm'); generalized additive
models ('gam' from 'mgcv'); 'glm' (including 'negbin' from 'MASS', but excluding
quasi-distributions) and 'lm' model classes. Moreover, externally created simulations,
e.g. posterior predictive simulations from Bayesian software such as 'JAGS', 'STAN',
or 'BUGS' can be processed as well. The resulting residuals are standardized to
values between 0 and 1 and can be interpreted as intuitively as residuals from a
linear regression. The package also provides a number of plot and test functions
for typical model misspecification problems, such as over/underdispersion, zero-inflation,
and residual spatial, temporal and phylogenetic autocorrelation. \n \n \n"
editor_options:
chunk_output_type: console
---

Expand Down

0 comments on commit affd03d

Please sign in to comment.