powered by
Control Optimization Parameters for CDF-Quantile Probability Distributions.
cdfqr.control(method = "BFGS", maxit = 5000, trace = FALSE)
A list with the arguments specified.
Characters string specifying the method argument passed to optim.
Integer specifying the maxit argument (maximal number of iterations) passed to optim.
Logical or integer controlling whether tracing information on the progress of the optimization should be produced
data(cdfqrExampleData) fit <- cdfquantreg(crc99 ~ vert | confl, 't2', 't2', data = JurorData,control = cdfqr.control(trace = TRUE))
Run the code above in your browser using DataLab