diff options
author | Gabriel Wicki <gabriel@erlikon.ch> | 2025-01-05 22:23:38 +0100 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2025-01-05 15:38:42 -0800 |
commit | 03ff4e29364137e7b23f71ebf829bc4e45edbd9e (patch) | |
tree | c6ce71a9c4582f8985adce9e5e7a03ad759bbd80 /gnu/packages | |
parent | 25752013ad192408aef3dd1cc29b1d2e899549f8 (diff) |
gnu: Fix whitespace issues in R package descriptions.
This mainly addresses `double-space after sentence end period' and `trailing
white space' issues.
* gnu/packages/cran.scm (r-hapassoc, r-brms, r-lpme): Fix description.
Change-Id: I9da669a415d5a62de785d69ce91c1d8eb1a859e5
Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/cran.scm | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 3cfdf5ffbb9..98597e3bbee 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -27826,8 +27826,8 @@ variance components, using the likelihood-ratio statistics G.") (synopsis "Inference of trait associations with SNP haplotypes") (description "Hapassoc performs likelihood inference of trait associations with -haplotypes and other covariates in @dfn{generalized linear models} (GLMs). The -functions are developed primarily for data collected in cohort or +haplotypes and other covariates in @dfn{generalized linear models} (GLMs). +The functions are developed primarily for data collected in cohort or cross-sectional studies. They can accommodate uncertain haplotype phase and handle missing genotypes at some SNPs.") (license license:gpl2))) @@ -37884,17 +37884,18 @@ inference diagnostics. "Bayesian Regression Models using 'Stan'") (description "Fit Bayesian generalized (non-)linear multivariate multilevel models -using 'Stan' for full Bayesian inference. A wide range of distributions and -link functions are supported, allowing users to fit -- among others -- linear, -robust linear, count data, survival, response times, ordinal, zero-inflated, -hurdle, and even self-defined mixture models all in a multilevel context. -Further modeling options include non-linear and smooth terms, auto-correlation -structures, censored data, meta-analytic standard errors, and quite a few -more. In addition, all parameters of the response distribution can be -predicted in order to perform distributional regression. Prior specifications -are flexible and explicitly encourage users to apply prior distributions that -actually reflect their beliefs. Model fit can easily be assessed and compared -with posterior predictive checks and leave-one-out cross-validation.") +using @emph{Stan} for full Bayesian inference. A wide range of distributions +and link functions are supported, allowing users to fit -- among others -- +linear, robust linear, count data, survival, response times, ordinal, +zero-inflated, hurdle, and even self-defined mixture models all in a +multilevel context. Further modeling options include non-linear and smooth +terms, auto-correlation structures, censored data, meta-analytic standard +errors, and quite a few more. In addition, all parameters of the response +distribution can be predicted in order to perform distributional +regression. Prior specifications are flexible and explicitly encourage users +to apply prior distributions that actually reflect their beliefs. Model fit +can easily be assessed and compared with posterior predictive checks and +leave-one-out cross-validation.") (license license:gpl2))) (define-public r-mstate @@ -41462,10 +41463,9 @@ kernel estimators.") "https://cran.r-project.org/web/packages/lpme/") (synopsis "Nonparametric Estimation of Measurement Error Models") (description - "Provide nonparametric methods for mean regression model, -modal regression and conditional density estimation in the -presence/absence of measurement error. Bandwidth selection is -also provided for each method.") + "Provide nonparametric methods for mean regression model, modal +regression and conditional density estimation in the presence/absence of +measurement error. Bandwidth selection is also provided for each method.") (license license:gpl2+))) (define-public r-aws-signature |