-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
53 lines (52 loc) · 1.42 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
# Generated by roxygen2: do not edit by hand
S3method(R2,tridim_transformation)
S3method(coef,tridim_transformation)
S3method(fit_transformation,formula)
S3method(loo,tridim_transformation)
S3method(plot,tridim_transformation)
S3method(predict,tridim_transformation)
S3method(print,tridim_transformation)
S3method(summary,tridim_transformation)
S3method(transformation_matrix,tridim_transformation)
S3method(waic,tridim_transformation)
export(R2)
export(check_exponential_prior)
export(check_normal_prior)
export(check_variables)
export(coef_summary)
export(fit_transformation)
export(fit_transformation_df)
export(get_beta_n)
export(is.tridim_transformation)
export(m2_affine)
export(m2_euclidean)
export(m2_projective)
export(m2_translation)
export(m3_affine)
export(m3_euclidean_x)
export(m3_euclidean_y)
export(m3_euclidean_z)
export(m3_projective)
export(m3_translation)
export(transformation_matrix)
export(variable_summary)
import(Formula)
import(Rcpp)
import(methods)
importFrom(bayesplot,mcmc_intervals)
importFrom(dplyr,"%>%")
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(future,availableCores)
importFrom(glue,glue)
importFrom(loo,loo)
importFrom(loo,waic)
importFrom(purrr,map)
importFrom(purrr,map_df)
importFrom(rstan,sampling)
importFrom(stats,coef)
importFrom(stats,predict)
importFrom(stats,printCoefmat)
importFrom(stats,quantile)
importFrom(tidyr,pivot_wider)
useDynLib(TriDimRegression, .registration = TRUE)