Skip to content

Commit

Permalink
Remove warning from #349
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfidler committed May 22, 2024
1 parent d8dee67 commit 76a1d1d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions R/saem.R
Original file line number Diff line number Diff line change
Expand Up @@ -196,10 +196,10 @@
.texp <- ui$muRefCurEval$parameter[.w2]
# now get parameters
.pars <- .muRefCovariateDataFrame$covariateParameter[.muRefCovariateDataFrame$theta %in% .texp]
warning(paste0("log-scale mu referenced time varying covariates (",
paste(.pars, collapse=", "),
") may have better results on no log-transformed scale (https://github.com/nlmixr2/nlmixr2est/issues/348), check results for plausibility"),
call.=FALSE)
## warning(paste0("log-scale mu referenced time varying covariates (",
## paste(.pars, collapse=", "),
## ") may have better results on no log-transformed scale (https://github.com/nlmixr2/nlmixr2est/issues/348), check results for plausibility"),
## call.=FALSE)
}

}
Expand Down

0 comments on commit 76a1d1d

Please sign in to comment.