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
This commit is contained in:
Tobias Geerinckx-Rice 2024-08-18 02:00:00 +02:00
parent 093eea8189
commit 75118de466
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -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