Skip to content

Commit

Permalink
bug fix...
Browse files Browse the repository at this point in the history
  • Loading branch information
joshyam-k committed Nov 27, 2023
1 parent c96011c commit d607d1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Version: 0.1.5
Date: 2023-11-13 20:47:49 UTC
SHA: 3f73aca2941dfe025403b0377678ecc50b7f35d1
Date: 2023-11-16 16:23:18 UTC
SHA: c96011c1a0a64156d93996dd547a78f15f3891a2
1 change: 1 addition & 0 deletions R/GREG.R
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@ greg <- function(y,

#Coefficients
coefs <- get_coefs(xsample.d, as.vector(y), weight_mat)
names(coefs) <- colnames(xsample.d)

if (var_est == TRUE) {

Expand Down

0 comments on commit d607d1e

Please sign in to comment.