<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<longdescription>
		Memory-Efficient Cox Proportional Hazards via Streaming Newton-
		Raphson // Fits the Cox proportional hazards model using a
		single descending-order pass per Newton-Raphson iteration. Peak
		RAM is O(p^2) regardless of the number of rows, making it
		suitable for datasets that do not fit in memory. Produces
		identical coefficients to survival::coxph() with Efron tie
		correction.
	</longdescription>
</pkgmetadata>
