https://github.com/cran/rrpack
Raw File
Tip revision: 40dfd6511a0d170a482fa6d312ae8d5d0672ca55 authored by Kun Chen on 16 June 2022, 05:40:02 UTC
version 0.1-13
Tip revision: 40dfd65
NAMESPACE
# Generated by roxygen2: do not edit by hand

S3method(coef,cv.mrrr)
S3method(coef,cv.rrr)
S3method(coef,mrrr)
S3method(coef,r4)
S3method(coef,rrr)
S3method(coef,rrr.fit)
S3method(coef,rssvd)
S3method(coef,sofar)
S3method(coef,srrr)
S3method(plot,cv.sofar)
S3method(plot,cv.srrr)
S3method(plot,rrr)
S3method(plot,rssvd)
S3method(plot,sofar)
S3method(plot,srrr)
S3method(print,cv.mrrr)
S3method(print,cv.rrr)
S3method(print,cv.sofar)
S3method(print,cv.srrr)
S3method(print,mrrr)
S3method(print,r4)
S3method(print,rrr)
S3method(print,rrr.cookD)
S3method(print,rrr.fit)
S3method(print,rrr.leverage)
S3method(print,rrs.fit)
S3method(print,rssvd)
S3method(print,sofar)
S3method(print,srrr)
S3method(print,summary.cv.mrrr)
S3method(print,summary.cv.rrr)
S3method(print,summary.cv.sofar)
S3method(print,summary.cv.srrr)
S3method(print,summary.mrrr)
S3method(print,summary.r4)
S3method(print,summary.rrr)
S3method(print,summary.rssvd)
S3method(print,summary.sofar)
S3method(print,summary.srrr)
S3method(print,surr)
S3method(summary,cv.mrrr)
S3method(summary,cv.rrr)
S3method(summary,cv.sofar)
S3method(summary,cv.srrr)
S3method(summary,mrrr)
S3method(summary,r4)
S3method(summary,rrr)
S3method(summary,rssvd)
S3method(summary,sofar)
S3method(summary,srrr)
export(cv.mrrr)
export(cv.rrr)
export(cv.sofar)
export(cv.srrr)
export(mrrr)
export(r4)
export(rrr)
export(rrr.cookD)
export(rrr.fit)
export(rrr.leverage)
export(rrr.sim1)
export(rrr.sim2)
export(rrr.sim3)
export(rrr.sim4)
export(rrr.sim5)
export(rrs.fit)
export(rssvd)
export(sofar)
export(srrr)
importFrom(MASS,ginv)
importFrom(Rcpp,sourceCpp)
importFrom(ggplot2,aes)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(glmnet,cv.glmnet)
importFrom(graphics,abline)
importFrom(graphics,plot)
importFrom(stats,arima.sim)
importFrom(stats,binomial)
importFrom(stats,coef)
importFrom(stats,dbinom)
importFrom(stats,dnorm)
importFrom(stats,dpois)
importFrom(stats,gaussian)
importFrom(stats,loess)
importFrom(stats,poisson)
importFrom(stats,quantile)
importFrom(stats,rbinom)
importFrom(stats,rnorm)
importFrom(stats,rpois)
importFrom(stats,runif)
importFrom(stats,sd)
useDynLib(rrpack)
back to top