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
|
# Generated by roxygen2: do not edit by hand
S3method(getFamily,default)
S3method(getFamily,phyloglm)
S3method(getFamily,phylolm)
S3method(getFitted,HLfit)
S3method(getFitted,MixMod)
S3method(getFitted,default)
S3method(getFitted,gam)
S3method(getFitted,phyloglm)
S3method(getFitted,phylolm)
S3method(getFixedEffects,MixMod)
S3method(getFixedEffects,default)
S3method(getObservedResponse,HLfit)
S3method(getObservedResponse,default)
S3method(getObservedResponse,phyloglm)
S3method(getObservedResponse,phylolm)
S3method(getPearsonResiduals,default)
S3method(getPearsonResiduals,gam)
S3method(getRefit,HLfit)
S3method(getRefit,MixMod)
S3method(getRefit,default)
S3method(getRefit,glmmTMB)
S3method(getRefit,lm)
S3method(getRefit,phyloglm)
S3method(getRefit,phylolm)
S3method(getResiduals,MixMod)
S3method(getResiduals,default)
S3method(getSimulations,HLfit)
S3method(getSimulations,MixMod)
S3method(getSimulations,default)
S3method(getSimulations,gam)
S3method(getSimulations,glmmTMB)
S3method(getSimulations,lmerMod)
S3method(getSimulations,negbin)
S3method(getSimulations,phyloglm)
S3method(getSimulations,phylolm)
S3method(hist,DHARMa)
S3method(plot,DHARMa)
S3method(plot,DHARMaBenchmark)
S3method(print,DHARMa)
S3method(residuals,DHARMa)
export(benchmarkRuntime)
export(createDHARMa)
export(createData)
export(getFamily)
export(getFitted)
export(getFixedEffects)
export(getObservedResponse)
export(getPearsonResiduals)
export(getQuantile)
export(getRandomState)
export(getRefit)
export(getResiduals)
export(getSimulations)
export(outliers)
export(plotConventionalResiduals)
export(plotQQunif)
export(plotResiduals)
export(plotSimulatedResiduals)
export(recalculateResiduals)
export(runBenchmarks)
export(simulateLRT)
export(simulateResiduals)
export(testCategorical)
export(testDispersion)
export(testGeneric)
export(testOutliers)
export(testOverdispersion)
export(testOverdispersionParametric)
export(testPhylogeneticAutocorrelation)
export(testQuantiles)
export(testResiduals)
export(testSimulatedResiduals)
export(testSpatialAutocorrelation)
export(testTemporalAutocorrelation)
export(testUniformity)
export(testZeroInflation)
export(transformQuantiles)
import(grDevices)
import(graphics)
import(stats)
import(utils)
importFrom(lme4,fixef)
importFrom(lme4,refit)
|