-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
38 lines (38 loc) · 1.94 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
Package: logmult
Type: Package
Title: Log-Multiplicative Models, Including Association Models
Version: 0.7.4
Date: 2022-02-22
Authors@R: c(person("Milan", "Bouchet-Valat", email="[email protected]",
role=c("aut", "cre")),
person("Heather", "Turner", email="[email protected]",
role="ctb"),
person("Michael", "Friendly", email="[email protected]",
role="ctb"),
person("Jim", "Lemon", email="[email protected]", role="cph"),
person("Gabor", "Csardi", email="[email protected]", role="cph"))
Imports: stats, utils, graphics, grDevices, qvcalc
Depends: gnm (>= 1.0-5)
Suggests: survey (>= 3.34), boot, ellipse, parallel, knitr, rmarkdown
Description: Functions to fit log-multiplicative models using 'gnm', with
support for convenient printing, plots, and jackknife/bootstrap
standard errors. For complex survey data, models can be fitted from
design objects from the 'survey' package. Currently supported models
include UNIDIFF (Erikson & Goldthorpe, 1992),
a.k.a. log-multiplicative layer effect model (Xie, 1992)
<doi:10.2307/2096242>, and several association models:
Goodman (1979) <doi:10.2307/2286971>
row-column association models of the RC(M) and RC(M)-L families
with one or several dimensions; two skew-symmetric association
models proposed by Yamaguchi (1990) <doi:10.2307/271086>
and by van der Heijden & Mooijaart (1995) <doi:10.1177/0049124195024001002>
Functions allow computing the intrinsic association coefficient
(see Bouchet-Valat (2022) <doi:10.1177/0049124119852389>)
and the Altham (1970) index <doi:10.1111/j.2517-6161.1970.tb00816.x>,
including via the Bayes shrinkage estimator proposed
by Zhou (2015) <doi:10.1177/0081175015570097>;
and the RAS/IPF/Deming-Stephan algorithm.
License: GPL (>= 2)
URL: https://github.com/nalimilan/logmult
BugReports: https://github.com/nalimilan/logmult/issues
VignetteBuilder: knitr