cdfqr.control {cdfquantreg}R Documentation

Control Optimization Parameters for CDF-Quantile Probability Distributions

Description

Control Optimization Parameters for CDF-Quantile Probability Distributions.

Usage

cdfqr.control(method = "BFGS", maxit = 5000, trace = FALSE)

Arguments

method

Characters string specifying the method argument passed to optim.

maxit

Integer specifying the maxit argument (maximal number of iterations) passed to optim.

trace

Logical or integer controlling whether tracing information on the progress of the optimization should be produced

Value

A list with the arguments specified.

Examples


data(cdfqrExampleData)
fit <- cdfquantreg(crc99 ~ vert | confl, 't2', 't2', 
data = JurorData,control = cdfqr.control(trace = TRUE))

[Package cdfquantreg version 1.3.1-2 Index]