-
Notifications
You must be signed in to change notification settings - Fork 54
Expand file tree
/
Copy pathNAMESPACE
More file actions
109 lines (108 loc) · 2.73 KB
/
NAMESPACE
File metadata and controls
109 lines (108 loc) · 2.73 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
# Generated by roxygen2: do not edit by hand
S3method(coef,mr.ash)
S3method(coef,susie)
S3method(get_objective,default)
S3method(ibss_initialize,default)
S3method(predict,mr.ash)
S3method(predict,susie)
S3method(print,slot_prior)
S3method(print,summary.susie)
S3method(summary,susie)
export(absolute.order)
export(block_coordinate_ascent)
export(calc_z)
export(coef.mr.ash)
export(coef.susie)
export(compute_suff_stat)
export(estimate_s_rss)
export(get.full.posterior)
export(get_cs_correlation)
export(get_objective)
export(ibss_finalize)
export(ibss_initialize)
export(is_symmetric_matrix)
export(kriging_rss)
export(mr.ash)
export(mr.ash.rss)
export(path.order)
export(predict.mr.ash)
export(predict.susie)
export(print.summary.susie)
export(slot_prior_betabinom)
export(slot_prior_poisson)
export(summary.susie)
export(susie)
export(susie_auto)
export(susie_get_cs)
export(susie_get_lfsr)
export(susie_get_niter)
export(susie_get_objective)
export(susie_get_pip)
export(susie_get_posterior_mean)
export(susie_get_posterior_samples)
export(susie_get_posterior_sd)
export(susie_get_prior_variance)
export(susie_get_residual_variance)
export(susie_init_coef)
export(susie_plot)
export(susie_plot_changepoint)
export(susie_plot_iteration)
export(susie_rss)
export(susie_ss)
export(susie_trendfilter)
export(susie_workhorse)
export(univar.order)
export(univariate_regression)
importFrom(Matrix,colMeans)
importFrom(Matrix,colSums)
importFrom(Matrix,crossprod)
importFrom(Matrix,forceSymmetric)
importFrom(Matrix,rowSums)
importFrom(Matrix,sparseMatrix)
importFrom(Matrix,summary)
importFrom(Matrix,t)
importFrom(Matrix,tcrossprod)
importFrom(Rcpp,evalCpp)
importFrom(crayon,combine_styles)
importFrom(ggplot2,.data)
importFrom(ggplot2,aes)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,annotate)
importFrom(ggplot2,geom_abline)
importFrom(ggplot2,geom_col)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,labs)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,theme_classic)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(graphics,legend)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,segments)
importFrom(matrixStats,colSds)
importFrom(methods,as)
importFrom(mixsqp,mixsqp)
importFrom(reshape,melt)
importFrom(stats,.lm.fit)
importFrom(stats,coef)
importFrom(stats,cor)
importFrom(stats,dnorm)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,optim)
importFrom(stats,optimize)
importFrom(stats,pnorm)
importFrom(stats,predict)
importFrom(stats,rmultinom)
importFrom(stats,rnorm)
importFrom(stats,sd)
importFrom(stats,summary.lm)
importFrom(stats,var)
importFrom(utils,head)
importFrom(utils,modifyList)
useDynLib(susieR)