Skip to content

Commit a429df3

Browse files
author
Øystein Olav Skaar
committed
first commit
0 parents  commit a429df3

File tree

102 files changed

+8434
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+8434
-0
lines changed

DESCRIPTION

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
Package: bfw
2+
Version: 0.0.1
3+
Date: 2018-06-09
4+
Title: Bayesian Framework for Computational Modelling
5+
Authors@R: person( "Øystein Olav","Skaar", email="[email protected]", role=c("aut","cre"))
6+
Maintainer: Øystein Olav Skaar <[email protected]>
7+
URL: https://github.com/oeysan/bfw/
8+
BugReports: https://github.com/oeysan/bfw/issues/
9+
Description: Derived from the work of Kruschke (2015), the present package aim
10+
to provide a framework for conducting Bayesian analysis using
11+
Markov chain Monte Carlo (MCMC) sampling utilizing the Just Another
12+
Gibbs Sampler ("JAGS", Plummer, 2003). The initial version include
13+
several modules for conducting Bayesian equivalents of chi-squared tests,
14+
analysis of variance (ANOVA), multiple (hierarchical) regression,
15+
and for fitting data (e.g., structural equation modeling).
16+
SystemRequirements: JAGS >=4.3.0 <http://mcmc-jags.sourceforge.net/>,
17+
Java JDK >=1.4 <https://www.java.com/en/download/manual.jsp>
18+
Depends: R (>= 3.4.0),
19+
Imports: plyr (>= 1.8.4),
20+
methods (>= 3.5.0),
21+
MASS (>= 7.3-47),
22+
pbapply (>= 1.3-4),
23+
ReporteRs (>= 0.8.9),
24+
coda (>= 0.19-1),
25+
psych (>= 1.7.8),
26+
rJava (>= 0.9-9),
27+
runjags (>= 2.0.4-2),
28+
ggplot2 (>= 2.2.1),
29+
scales (>= 0.5.0),
30+
truncnorm (>= 1.0-8),
31+
robust (>= 0.4-18),
32+
lavaan (>= 0.6-1)
33+
License: MIT + file LICENSE
34+
Encoding: UTF-8
35+
LazyData: true
36+
RoxygenNote: 6.0.1
37+
Suggests: knitr, rmarkdown
38+
VignetteBuilder: knitr

LICENSE

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
YEAR: 2018
2+
COPYRIGHT HOLDER: �ystein Olav Skaar

NAMESPACE

Lines changed: 114 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,114 @@
1+
# Generated by roxygen2: do not edit by hand
2+
3+
export(AddNames)
4+
export(CapWords)
5+
export(ComputeHDI)
6+
export(ContrastNames)
7+
export(DiagMCMC)
8+
export(DistinctColors)
9+
export(FlattenList)
10+
export(GammaDist)
11+
export(GetRange)
12+
export(Interleave)
13+
export(IsString)
14+
export(JavaGarbage)
15+
export(MatrixCombn)
16+
export(MergeMCMC)
17+
export(Normalize)
18+
export(PadVector)
19+
export(PaperSize)
20+
export(ParseNumber)
21+
export(PlotData)
22+
export(ReadFile)
23+
export(RemoveEmpty)
24+
export(RemoveSpaces)
25+
export(RunContrasts)
26+
export(RunMCMC)
27+
export(SaveName)
28+
export(SavePlot)
29+
export(StatsBernoulli)
30+
export(StatsCovariate)
31+
export(StatsFit)
32+
export(StatsKappa)
33+
export(StatsMean)
34+
export(StatsMetric)
35+
export(StatsNominal)
36+
export(StatsRegression)
37+
export(StatsSoftmax)
38+
export(SumMCMC)
39+
export(SumToZero)
40+
export(Trim)
41+
export(TrimSplit)
42+
export(VectorSub)
43+
export(bfw)
44+
importFrom(MASS,mvrnorm)
45+
importFrom(ReporteRs,addPlot)
46+
importFrom(ReporteRs,addSlide)
47+
importFrom(ReporteRs,pptx)
48+
importFrom(ReporteRs,writeDoc)
49+
importFrom(coda,as.mcmc.list)
50+
importFrom(coda,effectiveSize)
51+
importFrom(coda,gelman.plot)
52+
importFrom(coda,traceplot)
53+
importFrom(coda,varnames)
54+
importFrom(ggplot2,aes)
55+
importFrom(ggplot2,element_blank)
56+
importFrom(ggplot2,element_line)
57+
importFrom(ggplot2,element_rect)
58+
importFrom(ggplot2,element_text)
59+
importFrom(ggplot2,geom_boxplot)
60+
importFrom(ggplot2,geom_errorbar)
61+
importFrom(ggplot2,geom_line)
62+
importFrom(ggplot2,geom_ribbon)
63+
importFrom(ggplot2,geom_violin)
64+
importFrom(ggplot2,ggplot)
65+
importFrom(ggplot2,ggproto)
66+
importFrom(ggplot2,labs)
67+
importFrom(ggplot2,layer)
68+
importFrom(ggplot2,scale_fill_manual)
69+
importFrom(ggplot2,scale_x_discrete)
70+
importFrom(ggplot2,theme)
71+
importFrom(grDevices,colorRampPalette)
72+
importFrom(grDevices,dev.list)
73+
importFrom(grDevices,dev.new)
74+
importFrom(grDevices,dev.off)
75+
importFrom(grDevices,graphics.off)
76+
importFrom(grDevices,recordPlot)
77+
importFrom(grDevices,setEPS)
78+
importFrom(graphics,abline)
79+
importFrom(graphics,layout)
80+
importFrom(graphics,matplot)
81+
importFrom(graphics,mtext)
82+
importFrom(graphics,par)
83+
importFrom(graphics,plot.new)
84+
importFrom(graphics,points)
85+
importFrom(graphics,text)
86+
importFrom(grid,grobName)
87+
importFrom(grid,grobTree)
88+
importFrom(grid,unit)
89+
importFrom(methods,formalArgs)
90+
importFrom(parallel,detectCores)
91+
importFrom(pbapply,pblapply)
92+
importFrom(plyr,arrange)
93+
importFrom(rJava,.jcall)
94+
importFrom(robust,covRob)
95+
importFrom(runjags,combine.mcmc)
96+
importFrom(runjags,run.jags)
97+
importFrom(runjags,runjags.options)
98+
importFrom(scales,zero_range)
99+
importFrom(stats,acf)
100+
importFrom(stats,aggregate)
101+
importFrom(stats,approxfun)
102+
importFrom(stats,complete.cases)
103+
importFrom(stats,cor)
104+
importFrom(stats,cov)
105+
importFrom(stats,density)
106+
importFrom(stats,median)
107+
importFrom(stats,na.omit)
108+
importFrom(stats,sd)
109+
importFrom(utils,capture.output)
110+
importFrom(utils,combn)
111+
importFrom(utils,modifyList)
112+
importFrom(utils,read.csv)
113+
importFrom(utils,tail)
114+
importFrom(utils,write.table)

NEWS.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# bfw 0.0.1
2+
3+
* Initial launch with the following modules:
4+
** Bernoulli trials
5+
** Covariate estimations (including correlelation and Cronbach's alpha)
6+
** Fit data (e.g., SEM, CFA, mediation models)
7+
** Bayesian equivalent of Cohen's kappa
8+
** Mean and standard deviation estimations
9+
** Predict metric values (cf., ANOVA)
10+
** Predict nominal values (c.f., chi-square test)
11+
** Simple, multiple and hierarchical regression
12+
** Softmax regression (i.e., multinomial logistic regression)
13+
* Added a `NEWS.md` file to track changes to the package.
14+
* Added a `TODO.md` file to track future work on the package.
15+
* Added a `README.md` file as an introduction to the package.

0 commit comments

Comments
 (0)