powered by
Access or clear arguments for calls to mrgsim.
simargs(x, ...)# S3 method for mrgmod simargs(x, clear = FALSE, ...)
# S3 method for mrgmod simargs(x, clear = FALSE, ...)
model object
passed along
logical indicating whether or not clear args from the model object
If clear is TRUE, the argument list is cleared and the model object is returned. Otherwise, the argument list is returned.
clear
TRUE
# NOT RUN { mod <- mrgsolve:::house() mod %>% Req(CP,RESP) %>% carry_out(evid,WT,FLAG) %>% simargs # }
Run the code above in your browser using DataLab