From 38a6cbaf8663d7f6943531d8ff0c6348afe9e63a Mon Sep 17 00:00:00 2001 From: Michal Kolesar Date: Mon, 9 Dec 2024 15:39:15 -0500 Subject: [PATCH] fix linting --- R/NPRfunctions.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/NPRfunctions.R b/R/NPRfunctions.R index 7e213ff..8576a5f 100644 --- a/R/NPRfunctions.R +++ b/R/NPRfunctions.R @@ -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) }