Nothing
#' parameters
#'
#' Returns the parameter estimates of an mxModel. Wrapper
#' for omxGetParameters
#' @param mxMod mxModel object
#' @returns vector with parameter estimates
#' @export
parameters <- function(mxMod){
return(omxGetParameters(mxMod))
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.