-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
57 lines (56 loc) · 1.35 KB
/
NAMESPACE
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
# Generated by roxygen2: do not edit by hand
S3method(pointPrediction,lm)
S3method(pointPrediction,rf)
S3method(rangePrediction,lm)
S3method(rangePrediction,rf)
S3method(scoreInterval,error)
S3method(scoreInterval,model)
S3method(trainModel,lm)
S3method(trainModel,rf)
export(adjustResiduals)
export(bootLM)
export(bootLMEngine)
export(calculateAccuracy)
export(calculateErrors)
export(calculateFSD)
export(calibEfficiency)
export(calibEngine)
export(calibrateModel)
export(calibrationWrapper)
export(checkPredIntervals)
export(crossVal)
export(depthInterval)
export(extractIntervals)
export(extractResults)
export(plotCalib)
export(plotEffic)
export(plotQuantiles)
export(pointPrediction)
export(rangePrediction)
export(rollingPreds)
export(scoreInterval)
export(scoreModel)
export(splitData)
export(timeAdjustData)
export(trainModel)
export(trimPriceQuantiles)
importFrom(caret,createFolds)
importFrom(dplyr,bind_rows)
importFrom(dplyr,filter)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(ggplot2,ggplot)
importFrom(hpiR,hedIndex)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,set_names)
importFrom(purrr,transpose)
importFrom(ranger,ranger)
importFrom(stats,influence)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,qnorm)
importFrom(stats,residuals)
importFrom(stats,sd)
importFrom(tidyselect,contains)