psydiffOptimx | R Documentation |
wrapper for optimx optimization
psydiffOptimx( model, method = c("Nelder-Mead", "BFGS", "nlm", "nlminb"), fn = psydiffFitInternal, gr = NULL, ... )
model |
psydiff model object (must have been compiled before calling psydiffOptimx) |
... |
additional parameters to pass to optimx |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.