1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98
|
# Generated by roxygen2: do not edit by hand
S3method(plot,aggr)
S3method(print,aggr)
S3method(print,summary.aggr)
S3method(summary,aggr)
export(aggr)
export(alphablend)
export(barMiss)
export(bgmap)
export(colSequence)
export(colSequenceHCL)
export(colSequenceRGB)
export(colormapMiss)
export(colormapMissLegend)
export(countInf)
export(countNA)
export(evaluation)
export(gapMiss)
export(gowerD)
export(growdotMiss)
export(histMiss)
export(hotdeck)
export(impPCA)
export(initialise)
export(irmi)
export(kNN)
export(mapMiss)
export(marginmatrix)
export(marginplot)
export(matchImpute)
export(matrixplot)
export(maxCat)
export(medianSamp)
export(mosaicMiss)
export(msecor)
export(msecov)
export(nrmse)
export(pairsVIM)
export(parcoordMiss)
export(pbox)
export(pfc)
export(prepare)
export(rangerImpute)
export(regressionImp)
export(rugNA)
export(sampleCat)
export(scattJitt)
export(scattMiss)
export(scattmatrixMiss)
export(spineMiss)
export(tableMiss)
import(MASS)
import(Rcpp)
import(colorspace)
import(data.table)
import(e1071)
import(grDevices)
import(grid)
import(methods)
import(nnet)
import(robustbase)
import(sp)
import(stats)
importFrom(car,bcPower)
importFrom(car,powerTransform)
importFrom(graphics,Axis)
importFrom(graphics,abline)
importFrom(graphics,axTicks)
importFrom(graphics,axis)
importFrom(graphics,barplot)
importFrom(graphics,box)
importFrom(graphics,boxplot)
importFrom(graphics,hist)
importFrom(graphics,layout)
importFrom(graphics,lcm)
importFrom(graphics,lines)
importFrom(graphics,locator)
importFrom(graphics,par)
importFrom(graphics,plot.new)
importFrom(graphics,plot.window)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,rect)
importFrom(graphics,strheight)
importFrom(graphics,strwidth)
importFrom(graphics,text)
importFrom(graphics,title)
importFrom(laeken,weightedMean)
importFrom(laeken,weightedMedian)
importFrom(ranger,importance)
importFrom(ranger,ranger)
importFrom(utils,capture.output)
importFrom(utils,flush.console)
importFrom(utils,head)
importFrom(vcd,labeling_border)
importFrom(vcd,mosaic)
useDynLib(VIM)
|