Learn R Programming

Qest (version 1.0.1)

Qest-package: tools:::Rd_package_title("Qest")

Description

tools:::Rd_package_description("Qest")

Arguments

Author

tools:::Rd_package_author("Qest")

Maintainer: tools:::Rd_package_maintainer("Qest")

Details

Package:Qest
Type:Package
Version:1.0.1
Date:2024-01-22
License:GPL-2

The DESCRIPTION file: tools:::Rd_package_DESCRIPTION("Qest") tools:::Rd_package_indices("Qest")

References

Sottile G, and Frumento P (2022). Robust estimation and regression with parametric quantile functions. Computational Statistics and Data Analysis. <doi:10.1016/j.csda.2022.107471>

See Also

Qest, Qlm, Qcoxph

Examples

Run this code
if (FALSE) {
Qest(y ~ x, Q, start) # General-purpose Q-estimator
Qlm(y ~ x) # Q-estimation of linear models
Qcoxph(Surv(time, event) ~ x) # Q-estimation of proportional hazards models
}

Run the code above in your browser using DataLab