diff options
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 |