forked from chrismeserole/obsval
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
executable file
·29 lines (29 loc) · 1020 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Package: obsval
Type: Package
Title: Obsval: Using Observed Covariate Values to Calculate Predicted Effects
Version: 0.0.1
Date: 2015-03-30
Authors@R: person("Chris", "Meserole", email = "[email protected]",
role = c("aut", "cre"))
Author: Chris Meserole
Maintainer: Chris Meserole <[email protected]>
Description: This package calculates predicted probabilities, discrete
differences and marginal effects by using observed covariate values rather
than mean covariate values. It implements Hanmer and Kalkan, ``Behind the
Curve: Clarifying the Best Approach to Calculating Predicted Probabilities
and Marginal Effects from Limited Dependent Variable Models'', American
Journal of Political Science (2013).
URL: https://github.com/chrismeserole/obsval
BugReports: https://github.com/chrismeserole/obsval/issues
License: CC0
LazyData: true
Depends: R (>= 3.0.2)
Imports:
mvtnorm, MASS
Suggests:
arm,
nnet,
knitr,
survival,
ggplot2
VignetteBuilder: knitr