summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-estimability/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/r-estimability/package.py')
-rw-r--r--var/spack/repos/builtin/packages/r-estimability/package.py14
1 files changed, 6 insertions, 8 deletions
diff --git a/var/spack/repos/builtin/packages/r-estimability/package.py b/var/spack/repos/builtin/packages/r-estimability/package.py
index 02af356d6e..197c30a3de 100644
--- a/var/spack/repos/builtin/packages/r-estimability/package.py
+++ b/var/spack/repos/builtin/packages/r-estimability/package.py
@@ -7,16 +7,14 @@ from spack import *
class REstimability(RPackage):
- """Tools for Assessing Estimability of Linear Predictions
+ """Tools for Assessing Estimability of Linear Predictions.
- Provides tools for determining estimability of linear functions
- of regression coefficients, and 'epredict' methods that handle
- non-estimable cases correctly. Estimability theory is discussed in
- many linear-models textbooks including Chapter 3 of Monahan, JF (2008),
- "A Primer on Linear Models", Chapman and Hall (ISBN 978-1-4200-6201-4).
- """
+ Provides tools for determining estimability of linear functions of
+ regression coefficients, and 'epredict' methods that handle non-estimable
+ cases correctly. Estimability theory is discussed in many linear-models
+ textbooks including Chapter 3 of Monahan, JF (2008), "A Primer on Linear
+ Models", Chapman and Hall (ISBN 978-1-4200-6201-4)."""
- homepage = "https://github.com/rvlenth/estimability"
cran = "estimability"
version('1.3', sha256='a33179c5fbd6a1a623d90cb6f1743148f92c09429fac466867f3ea70946a2e32')