coef.toptim | R Documentation |
provides coef() and logLik() methods for optim fits
## S3 method for class 'toptim'
coef(object,...)
## S3 method for class 'toptim'
logLik(object,...)
object |
the result of an optim fit |
... |
optional arguments (for generic compatibility) |
extracts par and -val respectively
coefficients or value
mle is not flexible enough to take vectors as inputs ...
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.