-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
32 lines (32 loc) · 1.22 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
Package: iccbeta
Type: Package
Title: Multilevel Model Intraclass Correlation for Slope Heterogeneity
Version: 1.2.0.900
Authors@R: c(person("Steven Andrew", "Culpepper",
email = "sculpepp@illinois.edu",
role = c("aut", "cph", "cre"),
comment = c(ORCID = "0000-0003-4226-6176")
),
person("Herman", "Aguinis",
email = "haguinis@gwu.edu",
role = c("aut", "cph"),
comment = c(ORCID = "0000-0002-3485-9484"))
)
Description: A function and vignettes for computing an intraclass correlation
described in Aguinis & Culpepper (2015) <doi:10.1177/1094428114563618>.
This package quantifies the share of variance in a dependent variable that
is attributed to group heterogeneity in slopes.
URL: https://tmsalab.github.io/iccbeta, https://github.com/tmsalab/iccbeta
BugReports: https://github.com/tmsalab/iccbeta/issues
License: GPL (>= 2)
Depends: R (>= 3.4.0)
Imports: Rcpp, lme4, stats, methods
LinkingTo: Rcpp (>= 1.0.0), RcppArmadillo (>= 0.9.200)
Suggests:
RLRsim,
testthat,
covr
RoxygenNote: 6.1.1
Roxygen: list(markdown = TRUE)
Encoding: UTF-8
LazyData: true