-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
32 lines (32 loc) · 927 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
30
31
32
Package: investr
Type: Package
Title: Inverse Estimation/Calibration Functions
Version: 1.4.2
Author: Brandon M. Greenwell
Maintainer: Brandon M. Greenwell <[email protected]>
Description: Functions to facilitate inverse estimation (e.g., calibration) in
linear, generalized linear, nonlinear, and (linear) mixed-effects models. A
generic function is also provided for plotting fitted regression models with
or without confidence/prediction bands that may be of use to the general
user. For a general overview of these methods, see Greenwell and Schubert
Kabban (2014) <doi:10.32614/RJ-2014-009>.
License: GPL (>= 2)
URL: https://github.com/bgreenwell/investr
Depends:
R (>= 3.3.0)
Suggests:
boot,
datasets,
knitr,
MASS,
testthat
Imports:
graphics,
nlme,
stats,
utils
LazyLoad: true
LazyData: true
RoxygenNote: 7.1.2
VignetteBuilder: knitr
Encoding: UTF-8