Skip to content

Commit

Permalink
Update paper references to be current.
Browse files Browse the repository at this point in the history
  • Loading branch information
coatless committed Apr 26, 2017
1 parent af636dc commit 30f3de6
Show file tree
Hide file tree
Showing 11 changed files with 48 additions and 33 deletions.
12 changes: 6 additions & 6 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@ Package: iccbeta
Type: Package
Title: Multilevel Model Intraclass Correlation for Slope Heterogeneity
Version: 1.0.1
Date: 2017-04-25
Date: 2017-04-26
Authors@R: c(person("Steven Andrew", "Culpepper", role = c("aut", "cph","cre"),
email = "sculpepp@illinois.edu"),
person("Herman", "Aguinis", role = c("aut", "cph"), email =
"haguinis@gwu.edu"))
License: GPL (>= 2)
Description: A function and vignettes for computing an intraclass correlation
described in Aguinis & Culpepper (in press). iccbeta quantifies the share
of variance in a dependent variable that is attributed to group
heterogeneity in slopes.
Imports: Rcpp (>= 0.11.1)
LinkingTo: Rcpp (>= 0.11.1), RcppArmadillo
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.
Imports: Rcpp (>= 0.12.10)
LinkingTo: Rcpp (>= 0.12.10), RcppArmadillo (>= 0.7.800)
Depends: R (>= 3.0.2), lme4
URL: https://github.com/tmsalab/iccbeta
BugReports: https://github.com/tmsalab/iccbeta/issues
Expand Down
6 changes: 3 additions & 3 deletions R/RcppExports.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#' relationships across higher-order processes/units.
#'
#' A function and vignettes for computing the intraclass correlation described
#' in Aguinis & Culpepper (in press). iccbeta quantifies the share of variance
#' in Aguinis & Culpepper (2015). iccbeta quantifies the share of variance
#' in an outcome variable that is attributed to heterogeneity in slopes due to
#' higher-order processes/units.
#' @param X The design \code{matrix} of fixed effects from a lmer model.
Expand All @@ -21,14 +21,14 @@
#' \code{\link[lme4]{VarCorr}}, \code{\link[RLRsim]{LRTSim}},
#' \code{\link{Hofmann}}, \code{\link{simICCdata}}
#' @references
#' Aguinis, H., & Culpepper, S.A. (in press). An expanded decision making
#' Aguinis, H., & Culpepper, S.A. (2015). An expanded decision making
#' procedure for examining cross-level interaction effects with multilevel
#' modeling. \emph{Organizational Research Methods}. Available at:
#' \url{http://hermanaguinis.com/pubs.html}
#' @export
#' @examples
#' \dontrun{
#' # Simulated Data Example from Aguinis & Culpepper (in press)
#' # Simulated Data Example from Aguinis & Culpepper (2015)
#' data(simICCdata)
#' require(lme4)
#'
Expand Down
10 changes: 5 additions & 5 deletions R/datasets-docs.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#' }
#' @source
#' Hofmann, D.A., Griffin, M.A., & Gavin, M.B. (2000). The application of hierarchical linear modeling to management research. In K.J. Klein, & S.W.J. Kozlowski (Eds.), Multilevel theory, research, and methods in organizations: Foundations, extensions, and new directions (pp. 467-511). Hoboken, NJ: Jossey-Bass.
#' @references Aguinis, H., & Culpepper, S.A. (in press). An expanded decision
#' @references Aguinis, H., & Culpepper, S.A. (2015). An expanded decision
#' making procedure for examining cross-level interaction effects with
#' multilevel modeling. \emph{Organizational Research Methods}.
#' Available at: \url{http://hermanaguinis.com/pubs.html}
Expand Down Expand Up @@ -53,9 +53,9 @@
#' }
"Hofmann"

#' Simulated data example from Aguinis and Culpepper (in press).
#' Simulated data example from Aguinis and Culpepper (2015).
#'
#' A simulated data example from Aguinis and Culpepper (in press) to demonstrate
#' A simulated data example from Aguinis and Culpepper (2015) to demonstrate
#' the \code{\link{icc_beta}} function for computing the proportion of variance
#' in the outcome variable that is attributed to heterogeneity in slopes due to
#' higher-order processes/units.
Expand All @@ -70,8 +70,8 @@
#' \item{\code{Y}}{A simulated outcome variable.}
#' }
#' @details
#' See Aguinis and Culpepper (in press) for the model used to simulate the dataset.
#' @source Aguinis, H., & Culpepper, S.A. (in press). An expanded decision
#' See Aguinis and Culpepper (2015) for the model used to simulate the dataset.
#' @source Aguinis, H., & Culpepper, S.A. (2015). An expanded decision
#' making procedure for examining cross-level interaction effects with
#' multilevel modeling. \emph{Organizational Research Methods}.
#' Available at: \url{http://www.hermanaguinis.com/pubs.html}
Expand Down
2 changes: 1 addition & 1 deletion R/iccbeta-internal.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
NULL

#' @references
#' Aguinis, H., & Culpepper, S.A. (in press).
#' Aguinis, H., & Culpepper, S.A. (2015).
#' An expanded decision making procedure for examining cross-level interaction
#' effects with multilevel modeling. \emph{Organizational Research Methods}.
#' Available at: \url{http://www.hermanaguinis.com/pubs.html}
Expand Down
16 changes: 15 additions & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,23 @@
* ubuntu 12.04 (on travis-ci), R 3.4.0
* win-builder (devel and release)

## Feedback

The previously submitted version of this package had a CRAN maintainer request
preprint information regarding Aguinis & Culpepper (in press). This has been
updated in the description and relevant documentation to point to the paper
published in 2015 on the authors respective website. Furthermore, we have
changed the sentence in the `DESCRIPTION` file from:

> iccbeta quantifies the share ...
To:

> This package quantifies the share ...
## R CMD check results

0 errors | 0 warnings | 0 note
0 errors | 0 warnings | 1 note

We have one note related to spelling:

Expand Down
5 changes: 3 additions & 2 deletions inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ citEntry(entry="Article",
author = personList(as.person("Herman Aguinis"),
as.person("Steven Andrew Culpepper")),
journal = "Organization Research Methods",
year = "in press",
year = "2015",
url = "http://www.hermanaguinis.com/pubs.html",
pdf = "http://www.hermanaguinis.com/ORM2015.pdf",
textVersion = "Agunis, H. & Culpepper, S. A. (in press). An expanded decision making procedure for examining cross-level interaction effects with multilevel modeling. Organizational Research Methods.")
doi = "10.1177/1094428114563618",
textVersion = "Agunis, H. & Culpepper, S. A. (2015). An expanded decision making procedure for examining cross-level interaction effects with multilevel modeling. Organizational Research Methods.")

2 changes: 1 addition & 1 deletion man/Hofmann.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions man/icc_beta.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions man/iccbeta-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions man/simICCdata.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions src/icc_beta.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
//' relationships across higher-order processes/units.
//'
//' A function and vignettes for computing the intraclass correlation described
//' in Aguinis & Culpepper (in press). iccbeta quantifies the share of variance
//' in Aguinis & Culpepper (2015). iccbeta quantifies the share of variance
//' in an outcome variable that is attributed to heterogeneity in slopes due to
//' higher-order processes/units.
//' @param X The design \code{matrix} of fixed effects from a lmer model.
Expand All @@ -20,14 +20,14 @@
//' \code{\link[lme4]{VarCorr}}, \code{\link[RLRsim]{LRTSim}},
//' \code{\link{Hofmann}}, \code{\link{simICCdata}}
//' @references
//' Aguinis, H., & Culpepper, S.A. (in press). An expanded decision making
//' Aguinis, H., & Culpepper, S.A. (2015). An expanded decision making
//' procedure for examining cross-level interaction effects with multilevel
//' modeling. \emph{Organizational Research Methods}. Available at:
//' \url{http://hermanaguinis.com/pubs.html}
//' @export
//' @examples
//' \dontrun{
//' # Simulated Data Example from Aguinis & Culpepper (in press)
//' # Simulated Data Example from Aguinis & Culpepper (2015)
//' data(simICCdata)
//' require(lme4)
//'
Expand Down

0 comments on commit 30f3de6

Please sign in to comment.