diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2024-08-18 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2024-08-18 02:00:00 +0200 |
commit | 75118de46631a85dd9be5fcaeae4c3cdc652a9f3 (patch) | |
tree | 389455c50a4fea4326787c51422f2c7768794b55 /gnu | |
parent | 093eea8189f59c98517b9d357ae6b6cc32710ecf (diff) | |
download | guix-75118de46631a85dd9be5fcaeae4c3cdc652a9f3.tar.gz guix-75118de46631a85dd9be5fcaeae4c3cdc652a9f3.zip |
gnu: r-mixedpower: Fix description.
* gnu/packages/statistics.scm (r-mixedpower)[description]: Remove leading
sentence fragment. Add missing letters (not sure what happened here).
Change-Id: I9df851a80f8824f2731588a406bc32138c2e3172
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/statistics.scm | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index d8cfbcb8a4..40ae1932c8 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm @@ -7744,12 +7744,11 @@ models, using simulation. It was designed to work with models fit using the (synopsis "Pilotdata based simulations for estimating power in linear mixed models") (description - "Implementation of a simulation based aproach to power analysis. -Mixedpower uses lotdata and a linear mixed model fitted with lme4 to -simulate new data sets. wer is computed separate for every effect in the -model output as the relation significant simulations to all simulations. -More conservative simulations as protection against a bias in the -pilotdata are available aswell as methods for otting the results.") + "Mixedpower uses pilotdata and a linear mixed model fitted with lme4 to +simulate new data sets. Power is computed seperate for every effect in the +model output as the relation of significant simulations to all simulations. +More conservative simulations as a protection against a bias in the pilotdata +are available as well as methods for plotting the results.") (license license:gpl3)))) (define-public r-colorway |