-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
83 lines (82 loc) · 2.05 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
Package: pim
Type: Package
Title: Fit Probabilistic Index Models
Version: 2.0.3
Date: 2025-01-07
Authors@R: c(person("Joris","Meys", email = "Joris.Meys@UGent.be", role = c('aut', 'cre')),
person("Jan","De Neve", email = "Jan.DeNeve@UGent.be", role = 'aut'),
person("Nick","Sabbe", role = 'aut'),
person("Gustavo", "Guimaraes de Castro Amorim", role = 'aut'))
Author: Joris Meys [aut, cre], Jan De Neve [aut], Nick Sabbe [aut], Gustavo Guimaraes de Castro Amorim [aut]
Maintainer: Joris Meys <Joris.Meys@UGent.be>
Description: Fit a probabilistic index model as described in
Thas et al, 2012: <doi:10.1111/j.1467-9868.2011.01020.x>. The interface to the
modeling function has changed in this new version. The old version is
still available at R-Forge.
Depends:
R (>= 3.0)
Imports:
methods,
utils,
stats4,
nleqslv,
BB
License: GPL (>= 2)
URL: https://github.com/CenterForStatistics-UGent/pim
BugReports: https://github.com/CenterForStatistics-UGent/pim/issues
Collate:
'CreateScoreFun.R'
'DysData.R'
'EngelData.R'
'Estimators.R'
'pim.poset-class.R'
'pim.environment-class.R'
'pim-package.R'
'pim.formula-class.R'
'pim-class.R'
'pim.summary-class.R'
'Extract.pim.summary.R'
'FEVData.R'
'Getters.R'
'Getters_pim.R'
'Getters_pim.formula.R'
'InternalFunctions.R'
'InternalObjects.R'
'LR.R'
'MHData.R'
'P.R'
'SUData.R'
'add.poset.R'
'as.data.frame.pim.environment.R'
'as.matrix.pim.summary.R'
'coef.R'
'confint.pim.R'
'create.poset.R'
'formula.R'
'has.intercept.R'
'is.complete.R'
'make.posfun.R'
'model.matrix.pim.R'
'new.pim.R'
'new.pim.env.R'
'new.pim.formula.R'
'new.pim.poset.R'
'nobs.R'
'penv.R'
'pim.R'
'pim.fit.R'
'pimdata.R'
'poset.R'
'print.R'
'response.R'
'sandwich.estimator.R'
'summary.R'
'vcov.R'
'vcov.estimators.R'
'vcov.internal.R'
'zzz.R'
Suggests:
testthat,
MASS
RoxygenNote: 7.3.2
Encoding: UTF-8