diff --git a/DESCRIPTION b/DESCRIPTION index 0d27724..da6e19f 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,5 +1,5 @@ Package: fastEmu -Title: Runs scalable robust score tests for the model implemented in radEmu +Title: Runs Scalable Robust Score Tests for the Model Implemented in radEmu Version: 0.0.0.9000 Authors@R: c(person("Sarah", "Teichman", email = "teichs@uw.edu", role = c("aut", "cre")), diff --git a/R/fastEmuTest.R b/R/fastEmuTest.R index ccdfecf..22730e5 100644 --- a/R/fastEmuTest.R +++ b/R/fastEmuTest.R @@ -83,9 +83,7 @@ #' 'Dy' contain an information matrix and empirical score covariance matrix #' computed under the full model. #' -#' @importFrom stats cov median model.matrix optim pchisq qnorm weighted.mean -#' @import Matrix -#' @import MASS +#' @importFrom stats model.matrix #' @import radEmu #' #' @export