-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathNAMESPACE
More file actions
34 lines (33 loc) · 921 Bytes
/
NAMESPACE
File metadata and controls
34 lines (33 loc) · 921 Bytes
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
# Generated by roxygen2: do not edit by hand
S3method(predict,balanced_causal_forest)
S3method(predict,balanced_probability_forest)
S3method(predict,balanced_regression_forest)
export(balanced_causal_forest)
export(balanced_probability_forest)
export(balanced_regression_forest)
import(Rcpp)
import(data.table)
importFrom(Matrix,Matrix)
importFrom(Matrix,cBind)
importFrom(Rcpp,evalCpp)
importFrom(methods,is)
importFrom(methods,new)
importFrom(stats,aggregate)
importFrom(stats,coef)
importFrom(stats,dbeta)
importFrom(stats,lm)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,rbinom)
importFrom(stats,rexp)
importFrom(stats,rnorm)
importFrom(stats,rpois)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,toeplitz)
importFrom(stats,var)
importFrom(stats,weighted.mean)
importFrom(utils,capture.output)
importFrom(utils,installed.packages)
importFrom(utils,modifyList)
useDynLib(beat)