ps_estimate {pseval} | R Documentation |
Estimate parameters from a specified model using estimated maximum likelihood
Description
Estimate parameters from a specified model using estimated maximum likelihood
Usage
ps_estimate(start = NULL, method = "BFGS", control = list(), ...)
Arguments
start |
Vector of starting values, if NULL, will come up with starting values |
method |
Method to use for optimization, can be "pseudo-score" for categorical BIP, or any of the methods available in optim. Defaults to "BFGS" |
control |
List of control parameters for passed to optim |
... |
Arguments passed to optim or pseudo_score. |
[Package pseval version 1.3.1 Index]