-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
21 lines (21 loc) · 790 Bytes
/
DESCRIPTION
File metadata and controls
21 lines (21 loc) · 790 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Package: fastbackward
Type: Package
Title: Fast Backward Elimination Based on Information Criterion
Version: 1.0.1
Date: 2024-5-29
Authors@R: person("Jacob", "Seedorff", , "jacob-seedorff@uiowa.edu", role = c("aut", "cre"))
Maintainer: Jacob Seedorff <jacob-seedorff@uiowa.edu>
URL: https://github.com/JacobSeedorff21/fastbackward
BugReports: https://github.com/JacobSeedorff21/fastbackward/issues
Description: Performs backward elimination with similar syntax to
the stepAIC() function from the 'MASS' package. A bounding algorithm is
used to avoid fitting unnecessary models, making it much faster.
License: Apache License (>= 2)
Encoding: UTF-8
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Imports:
MASS