Skip to content

Commit

Permalink
revert: fix cov for PM_model
Browse files Browse the repository at this point in the history
  • Loading branch information
Siel committed Feb 16, 2024
1 parent 54c615a commit cf2a71f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions R/PM_model.R
Original file line number Diff line number Diff line change
Expand Up @@ -290,9 +290,8 @@ PM_Vmodel <- R6::R6Class("PM_model",
for (i in 1:length(mlist$cov)) {
thisout <- mlist$cov[[i]]
cat(paste0(
sp(2), "$covariate: ", thisout, "\n",
# sp(2), "$covariate: ", thisout$covariate, "\n",
# sp(3), "$constant: ", thisout$constant, "\n",
sp(2), "$covariate: ", thisout$covariate, "\n",
sp(3), "$constant: ", thisout$constant, "\n",
"\n"
))
}
Expand Down

0 comments on commit cf2a71f

Please sign in to comment.