Skip to content

Commit 40f04d4

Browse files
committed
add some functions to NAMESPACE
1 parent c7ce6e9 commit 40f04d4

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

NAMESPACE

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,6 @@ importFrom(bigstatsr,cols_along)
3838
importFrom(bigstatsr,rows_along)
3939
importFrom(foreach,"%dopar%")
4040
importFrom(foreach,foreach)
41+
importFrom(stats,model.weights)
42+
importFrom(stats,na.fail)
4143
importFrom(stats,nobs)

R/qdecr_model.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ qdecr_backing_path <- function(prepvw, to_keep, to_remove) {
1212
return(prepvw)
1313
}
1414

15+
#' @importFrom stats model.weights na.fail
16+
1517
prep_fastlm <- function(prepvw) {
1618
to_keep <- c("coef", "se", "t", "p")
1719
to_remove <- "resid"

0 commit comments

Comments
 (0)