forked from dtkaplan/statisticalModeling
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
24 lines (24 loc) · 705 Bytes
/
DESCRIPTION
File metadata and controls
24 lines (24 loc) · 705 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Package: statisticalModeling
Type: Package
Title: Functions for Teaching Statistical Modeling
Version: 0.3.9001
Author: Daniel Kaplan
Maintainer: Daniel Kaplan <kaplan@macalester.edu>
Description: Provides graphics and other functions that evaluate and display models across many different kinds of model architecture. For instance, you can evaluate the effect size of a model input in the same way, regardless of architecture, interaction terms, etc.
License: MIT + file LICENSE
LazyData: TRUE
Depends:
R (>= 3.1), ggplot2
Imports:
lazyeval,
rpart,
mosaic,
magrittr
RoxygenNote: 6.0.1
Suggests:
dplyr,
testthat,
mosaicData,
knitr,
rmarkdown
VignetteBuilder: knitr