gcmr.options {gcmr} | R Documentation |
Setting Options for Fitting Gaussian Copula Marginal Regression Models
Description
Sets options that affect the fitting of Gaussian copula marginal regression models.
Usage
gcmr.options(seed = round(runif(1, 1, 1e+05)), nrep = c(100, 1000),
no.se = FALSE, method = c("BFGS", "Nelder-Mead", "CG"), ...)
Arguments
seed |
seed of the pseudorandom generator used in the importance sampling algorithm for likelihood approximation in case of discrete responses. |
nrep |
Monte Carlo size of the importance sampling algorithm for likelihood approximation in case of discrete responses. |
no.se |
logical. Should standard errors be computed and returned or not? |
method |
a character string specifying the method argument passed to |
... |
arguments passed to |
Value
A list containing the options.
Author(s)
Guido Masarotto and Cristiano Varin.
References
Masarotto, G. and Varin, C. (2012). Gaussian copula marginal regression. Electronic Journal of Statistics 6, 1517–1549.
Masarotto, G. and Varin C. (2017). Gaussian Copula Regression in R. Journal of Statistical Software, 77(8), 1–26.