https://github.com/cran/robCompositions
Revision b0cf7e2c31b281933351acf2fd497c40e4e77996 authored by Matthias Templ on 08 February 2016, 15:39:39 UTC, committed by cran-robot on 08 February 2016, 15:39:39 UTC
1 parent 3254449
Raw File
Tip revision: b0cf7e2c31b281933351acf2fd497c40e4e77996 authored by Matthias Templ on 08 February 2016, 15:39:39 UTC
version 2.0.0
Tip revision: b0cf7e2
NAMESPACE
# Generated by roxygen2: do not edit by hand

S3method(biplot,factanal)
S3method(biplot,pcaCoDa)
S3method(plot,imp)
S3method(plot,mahal)
S3method(plot,outCoDa)
S3method(plot,pcaCoDa)
S3method(predict,daFisher)
S3method(print,adtestWrapper)
S3method(print,daFisher)
S3method(print,imp)
S3method(print,outCoDa)
S3method(print,pcaCoDa)
S3method(print,replaced)
S3method(summary,adtestWrapper)
S3method(summary,daFisher)
S3method(summary,imp)
export(aDist)
export(addLR)
export(addLRinv)
export(adjust)
export(adjustImputed)
export(adtest)
export(adtestWrapper)
export(bootnComp)
export(cenLR)
export(cenLRinv)
export(checkData)
export(compareMahal)
export(constSum)
export(daFisher)
export(gm)
export(impAll)
export(impCoda)
export(impKNNa)
export(impRZalr)
export(impRZilr)
export(imputeBDLs)
export(isomLR)
export(isomLRinv)
export(lmCoDaX)
export(missPatterns)
export(orthbasis)
export(outCoDa)
export(pcaCoDa)
export(pfa)
export(ternaryDiag)
export(ternaryDiagAbline)
export(ternaryDiagEllipse)
export(ternaryDiagPoints)
export(variation)
export(zeroOut)
export(zeroPatterns)
import(data.table)
import(ggplot2)
import(pls)
import(rrcov)
importFrom(GGally,ggpairs)
importFrom(MASS,cov.mve)
importFrom(MASS,ginv)
importFrom(MASS,mvrnorm)
importFrom(MASS,parcoord)
importFrom(MASS,rlm)
importFrom(MASS,stepAIC)
importFrom(VIM,kNN)
importFrom(cvTools,cvFit)
importFrom(e1071,matchClasses)
importFrom(grDevices,col2rgb)
importFrom(grDevices,dev.cur)
importFrom(grDevices,dev.interactive)
importFrom(grDevices,devAskNewPage)
importFrom(grDevices,gray)
importFrom(grDevices,grey)
importFrom(grDevices,rgb)
importFrom(graphics,abline)
importFrom(graphics,identify)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,locator)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,points)
importFrom(graphics,segments)
importFrom(graphics,text)
importFrom(robustbase,covMcd)
importFrom(robustbase,lmrob)
importFrom(robustbase,ltsReg)
importFrom(sROC,kCDF)
importFrom(stats,aggregate)
importFrom(stats,complete.cases)
importFrom(stats,cov)
importFrom(stats,cov.wt)
importFrom(stats,density)
importFrom(stats,dnorm)
importFrom(stats,fitted)
importFrom(stats,lm)
importFrom(stats,lowess)
importFrom(stats,mad)
importFrom(stats,mahalanobis)
importFrom(stats,median)
importFrom(stats,model.matrix)
importFrom(stats,na.omit)
importFrom(stats,napredict)
importFrom(stats,pchisq)
importFrom(stats,pnorm)
importFrom(stats,princomp)
importFrom(stats,qchisq)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,residuals)
importFrom(stats,rnorm)
importFrom(stats,sd)
importFrom(stats,terms)
importFrom(stats,var)
importFrom(utils,flush.console)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)
useDynLib(robCompositions)
back to top