https://github.com/cran/nnls
Raw File
Tip revision: 75aac85d5e03f8373d164860facc097d92c0b46f authored by Katharine Mullen on 11 September 2023, 07:20:07 UTC
version 1.5
Tip revision: 75aac85
NAMESPACE
useDynLib(nnls)
export(nnls,nnnpls)

S3method("print", "nnls")
S3method("residuals", "nnls")
S3method("fitted", "nnls")
S3method("coef", "nnls")
S3method("deviance", "nnls")

S3method("print", "nnnpls")
S3method("residuals", "nnnpls")
S3method("fitted", "nnnpls")
S3method("coef", "nnnpls")
S3method("deviance", "nnnpls")
back to top