View source: R/confintLR.SLik.R
profile.SLik | R Documentation |
Predicts the profile likelihood for a given parameter value (or vector of such values) using predictions from an SLik_j
(or older SLik
) object (as produced by MSL
).
## S3 method for class 'SLik_j'
profile(fitted, value, fixed=NULL, return.optim=FALSE,
init = "default", which="safe",
constr_crits=fitted$constr_crits,
eq_constr=NULL, ...)
## S3 method for class 'SLik'
profile(fitted, ...)
fitted |
an |
value |
The parameter value (as a vector of named values) for which the profile is to be computed. Setting in explictly to NULL will maximize likelihood subject only to optional constraints specified by other arguments. |
fixed |
This argument appears redundant with the |
return.optim |
If this is TRUE, and if maximization of likelihood given |
constr_crits |
Inequality constraints, by default those provided in the first iteration of the workflow, if any. See |
eq_constr |
Optional equality constraints, provided in the same format as |
... |
For |
init |
Better ignored. Either a named vector of parameter values (initial value for some optimizations) or a character string. The default is to call a procedure to find a good initial point from a set of candidates. The source code should be consulted for further details and is subject to change without notice. |
which |
Better ignored (for development purpose). |
If return.optim
is FALSE (default): the predicted summary profile log-likelihood, with possible attribute "solution"
, the optimization solution vector (named numeric vector, missing if no profiling was needed). if return.optim
is TRUE, the result of an optimization call, a list including elements solution
(solution vector) and objective
(log-likelihood).
example_reftable
## see e.g. 'example_reftable' documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.