-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updating description based on CRAN feedback
- Loading branch information
1 parent
8dced3f
commit c319f02
Showing
5 changed files
with
13 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,3 +7,4 @@ logo.png | |
^_pkgdown\.yml$ | ||
^docs$ | ||
^pkgdown$ | ||
^CRAN-SUBMISSION$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Version: 1.0.0 | ||
Date: 2024-01-19 21:33:01 UTC | ||
SHA: 8dced3f6e94453cff432c9455a692fe1e50d732b |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,11 +3,11 @@ Title: Combine Statistical Models into a Tibble for Comparison | |
Version: 1.0.0 | ||
Authors@R: person("Will", "Tirone", email = "[email protected]", | ||
role = c("aut", "cre", "cph")) | ||
Description: Statisticians often want to compare different models fit to the | ||
same data set. However, this usually involves a lot of manual code to fish | ||
items out of summary() or plain model objects. 'modelfactory' offers the | ||
capability to pass multiple models in and get out metrics or coefficients | ||
for quick comparison with easy-to-remember syntax. | ||
Description: Statisticians often want to compare the fit of different models on | ||
the same data set. However, this usually involves a lot of manual code to | ||
fish items out of summary() or plain model objects. 'modelfactory' offers | ||
the capability to pass multiple models in and get out metrics or | ||
coefficients for quick comparison with easy-to-remember syntax. | ||
License: MIT + file LICENSE | ||
Encoding: UTF-8 | ||
Roxygen: list(markdown = TRUE) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters