diff options
-rw-r--r-- | R/sim.R | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ sim <- function(model,input) UseMethod("sim") #' @export sim.default <- function(model,input){ - return(NULL) + print("The sim method is not developed for the current class of the object") } #' @export |