-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
19 lines (19 loc) · 881 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Package: estimability
Type: Package
Title: Tools for Assessing Estimability of Linear Predictions
Version: 1.5.1
Date: 2024-05-12
Authors@R: c(person("Russell", "Lenth", role = c("aut", "cre", "cph"),
email = "[email protected]"))
Depends: stats, R(>= 4.1.0)
Suggests: knitr, rmarkdown
Description: 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).
URL: https://github.com/rvlenth/estimability, https://rvlenth.github.io/estimability/
BugReports: https://github.com/rvlenth/estimability/issues
ByteCompile: yes
License: GPL(>=3)
VignetteBuilder: knitr