https://github.com/cran/laeken
Raw File
Tip revision: 1c50c37411fb1d92b01c2a53c9980d02504a89f8 authored by Andreas Alfons on 25 July 2011, 00:00:00 UTC
version 0.3.1
Tip revision: 1c50c37
NAMESPACE
import(stats, utils)
importFrom(boot, boot, boot.ci)

export(
    arpr,
    arpt,
    calibVars,
    calibWeights,
    eqInc,
    eqSS,
    fitPareto,
    gini,
    gpg,
    incMean,
    incMedian,
    incQuintile,
    is.indicator,
    is.arpr,
    is.qsr,
    is.rmpg,
    is.gini,
    is.indicator,
    is.gpg,
    bootVar,
    meanExcessPlot,
    minAMSE,
    paretoQPlot,
    paretoScale,
    paretoTail,
    qsr,
    replaceOut,
    replaceTail,
    reweightOut,
    rmpg,
    shrinkOut,
    thetaHill,
    thetaISE,
    thetaLS,
    thetaQQ,
    thetaMoment,
    thetaPDC,
    thetaTM,
    thetaWML,
    variance,
    weightedMean,
    weightedMedian,
    weightedQuantile
)

## register methods for S3 generics defined in this package
# bootstrap variance
S3method(bootVar, indicator)
S3method(calibVars, default)
S3method(calibVars, matrix)
S3method(calibVars, data.frame)
#S3method(replaceOut, paretoTail)
S3method(replaceTail, paretoTail)
S3method(reweightOut, paretoTail)
S3method(shrinkOut, paretoTail)

## register methods for existing S3 generics
# print
S3method(print, indicator)
S3method(print, arpr)
S3method(print, rmpg)
S3method(print, minAMSE)
S3method(print, paretoScale)
S3method(print, paretoTail)
## plot
#S3method(plot, arpr)
# subset
S3method(subset, indicator)
S3method(subset, arpr)
S3method(subset, rmpg)
back to top