Learn R Programming

cdfquantreg (version 1.3.1-2)

cdfqr.control: 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)

Value

A list with the arguments specified.

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

Examples

Run this code

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