#' @export
rxUiGet.mlxtranModelCovariate <- function(x, ...) {
.ui <- x[[1]]
.both <- .ui$saemInParsAndMuRefCovariates
if (length(.both$covars) > 0) {
return(paste0("[COVARIATE]\ninput = {",
paste(.both$covars, collapse=", "), "}\n\n"))
}
""
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.