From 75118de46631a85dd9be5fcaeae4c3cdc652a9f3 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 18 Aug 2024 02:00:00 +0200 Subject: 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 --- gnu/packages/statistics.scm | 11 +++++------ 1 file 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 -- cgit v1.2.3