coef.toptim {mixstock} | 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 ...