-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
60 lines (59 loc) · 1.57 KB
/
NAMESPACE
File metadata and controls
60 lines (59 loc) · 1.57 KB
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
# Generated by roxygen2: do not edit by hand
S3method(print,summary.clamp)
S3method(summary,clamp)
export(clamp_binary)
export(clamp_categorical)
export(clamp_get_cs)
export(clamp_get_lfsr)
export(clamp_get_niter)
export(clamp_get_objective)
export(clamp_get_pip)
export(clamp_get_posterior_mean)
export(clamp_get_posterior_samples)
export(clamp_get_posterior_sd)
export(clamp_get_prior_variance)
export(clamp_get_residual_variance)
export(clamp_init_coef)
export(clamp_plot)
export(clamp_summarize_coefficients)
export(get_cs_correlation)
export(gsusie)
export(print.summary.clamp)
export(summary.clamp)
import(fastDummies)
importFrom(Matrix,colMeans)
importFrom(Matrix,colSums)
importFrom(Matrix,crossprod)
importFrom(Matrix,rowSums)
importFrom(Matrix,sparseMatrix)
importFrom(Matrix,summary)
importFrom(Matrix,t)
importFrom(Matrix,tcrossprod)
importFrom(crayon,combine_styles)
importFrom(graphics,legend)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,segments)
importFrom(matrixStats,colSds)
importFrom(matrixStats,colSums2)
importFrom(matrixStats,colVars)
importFrom(matrixStats,weightedSd)
importFrom(reshape2,dcast)
importFrom(reshape2,melt)
importFrom(sandwich,vcovHC)
importFrom(stats,cor)
importFrom(stats,cov2cor)
importFrom(stats,dnorm)
importFrom(stats,median)
importFrom(stats,optim)
importFrom(stats,pnorm)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,rmultinom)
importFrom(stats,rnorm)
importFrom(stats,uniroot)
importFrom(stats,var)
importFrom(stats,weighted.mean)
importFrom(utils,head)
importFrom(utils,modifyList)