<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<longdescription>
		Linear Regression with Missing Data // Provides methods for
		linear regression in the presence of missing data, including
		missingness in covariates and responses. The package implements
		two estimators: oss_estimator(), a low-dimensional semi-
		supervised method, and dantzig_missing(), a high-dimensional
		approach. The tuning parameter can be selected automatically
		via cv_dantzig_missing(). See Risebrow and Berrett (2026)
		doi:10.48550/arXiv.2602.13729. Optional support for the
		'gurobi' optimizer via the 'gurobi' R package (available from
		Gurobi, see https://docs.gurobi.com/projects/optimizer/en/curre
		nt/reference/r.html).
	</longdescription>
</pkgmetadata>
