-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
22 lines (22 loc) · 807 Bytes
/
Copy pathDESCRIPTION
File metadata and controls
22 lines (22 loc) · 807 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Package: sloper
Type: Package
Title: Compute, extract, and visualize response-contingency slopes
Version: 0.1.0
Author: c(person("Patrick K.", "Durkee", role = c("aut", "cre"),
email = "durkeepk@gmail.com")
Maintainer: Patrick K. Durkee <durkeepk@gmail.com>
Description: For now, this package has functions for easily computing and visualizing mixed models.
One function specifies a mixed model for lmer with random slopes/intercepts and extracts slopes (and intercepts) for further use.
It has a separate function to efficiently make a pretty plot of individual slopes and the overall slope.
Don't know what else it might do yet...
License: CC0
Encoding: UTF-8
LazyData: true
Depends: R (>= 2.10)
Imports:
lme4,
ggplot2,
stats,
dplyr,
magrittr
RoxygenNote: 6.1.0.9000