Skip to content

Commit bfcfab3

Browse files
committed
more tweaks to DESCRIPTION
1 parent cda04ba commit bfcfab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Version: 0.3.0
55
Author: Kaplan Daniel [aut, cre],
66
Pruim Randall [aut, cre]
77
Maintainer: Daniel Kaplan <[email protected]>
8-
Description: Provides functions for evaluating, displaying, and interpreting statistical models. The goal is to abstract the operations on models from the particular architecture of the model. For instance, calculating effect sizes rather than looking at coefficients. The package includes interfaces to both regression and classification architectures, including 'lm()', 'glm()', 'rlm()' in 'MASS', random forests and recursive partitioning, k-nearest neighbors, linear and quadratic discriminant analysis, and models produced by the 'caret' package's 'train()'. It's straightforward to add in other other model architectures.
8+
Description: Provides functions for evaluating, displaying, and interpreting statistical models. The goal is to abstract the operations on models from the particular architecture of the model. For instance, calculating effect sizes rather than looking at coefficients. The package includes interfaces to both regression and classification architectures, including lm(), glm(), rlm() in 'MASS', random forests and recursive partitioning, k-nearest neighbors, linear and quadratic discriminant analysis, and models produced by the 'caret' package's train(). It's straightforward to add in other other model architectures.
99
License: MIT + file LICENSE
1010
Encoding: UTF-8
1111
LazyData: TRUE

0 commit comments

Comments
 (0)