Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Kolesar authored and Michal Kolesar committed Dec 9, 2024
1 parent 9772881 commit 38a6cba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/NPRfunctions.R
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ NPReg <- function(d, h, kern="triangular", order=1, se.method="nn", J=3) {
message("The following covariates are collinear",
" and are dropped:\n",
paste(names(which(is.na(rowSums(be[-(1:Lz), , drop=FALSE])))),
collapse=", "))
collapse=", "))
r0 <- stats::lm.wfit(x=Z, y=d$Y, w=W)
}

Expand Down

0 comments on commit 38a6cba

Please sign in to comment.