-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
34 lines (33 loc) · 809 Bytes
/
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
# Generated by roxygen2: do not edit by hand
S3method(print,mfa)
S3method(summary,mfa)
export(calculate_chi)
export(create_synthetic)
export(empirical_lambda)
export(mfa)
export(plot_chi)
export(plot_dropout_relationship)
export(plot_mfa_autocorr)
export(plot_mfa_trace)
import(ggplot2)
importFrom(Biobase,exprs)
importFrom(MCMCglmm,posterior.mode)
importFrom(Rcpp,evalCpp)
importFrom(dplyr,arrange)
importFrom(dplyr,data_frame)
importFrom(magrittr,"%>%")
importFrom(methods,is)
importFrom(stats,coef)
importFrom(stats,dgamma)
importFrom(stats,dnorm)
importFrom(stats,lm)
importFrom(stats,nls)
importFrom(stats,prcomp)
importFrom(stats,rbinom)
importFrom(stats,rgamma)
importFrom(stats,rlnorm)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(tibble,data_frame)
useDynLib(mfa)