https://github.com/cran/robCompositions
Revision 7d494ee1afed715ee21282f745fd94079d5499c3 authored by Matthias Templ on 07 February 2014, 16:24:06 UTC, committed by cran-robot on 07 February 2014, 16:24:06 UTC
1 parent 4f2efb4
Raw File
Tip revision: 7d494ee1afed715ee21282f745fd94079d5499c3 authored by Matthias Templ on 07 February 2014, 16:24:06 UTC
version 1.7.0
Tip revision: 7d494ee
NAMESPACE
useDynLib(robCompositions)
importFrom(robustbase, ltsReg)
importFrom(rrcov, CovMcd, getCenter, getCov)
importFrom(car, scatterplotMatrix)
importFrom(MASS, parcoord, mvrnorm)
importFrom(utils, citation)
importFrom(pls, mvr)

export(adjust, 
       aDist, 
       adtest, 
       adtestWrapper, 
       addLR, addLRinv,          
       impRZalr, 
       cenLR, cenLRinv,
       constSum, 
       daFisher,  
       gm, 
       isomLR, isomLRinv,
       impAll,
       impCoda, 
       impKNNa,
       impRZilr, 
       lmCoDaX,
       missPatterns,
       zeroPatterns,
       orthbasis,
       outCoDa,
       pcaCoDa,
       pfa,
       robVariation,
       ternaryDiag,
       ternaryDiagPoints,
       ternaryDiagLines,
       ternaryDiagAbline,
       ternaryDiagEllipse#,
       ) 

S3method(plot, imp)
S3method(plot, outCoDa)
S3method(plot, pcaCoDa)
S3method(print, adtestWrapper)
S3method(print, daFisher)
S3method(print, imp)
S3method(print, outCoDa)
S3method(print, pcaCoDa)
S3method(summary, adtestWrapper)
S3method(summary, imp)
          
       
back to top