powered by
Example C++ Codes for Non-Linear and SDE Models
cpp_example_model(example, return_code = FALSE)
Returns pointers to the C++ snippets defining the model, or in case of return_code = TRUE, returns the example code without compiling.
return_code = TRUE
Name of the example model. Run cpp_example_model("abc") to get the names of possible models.
cpp_example_model("abc")
If TRUE, will not compile the model but only returns the corresponding code.
cpp_example_model("sde_poisson_OU", return_code = TRUE)
Run the code above in your browser using DataLab