• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

R/H06-Oct-2021-22,4058,824

build/H03-May-2022-

data/H03-May-2022-

inst/H03-May-2022-2218

man/H25-Jul-2021-11,3339,444

src/H06-Oct-2021-43,27125,675

DESCRIPTIONH A D06-Oct-20211.5 KiB2827

MD5H A D06-Oct-202111.7 KiB227226

NAMESPACEH A D06-Oct-20212.3 KiB106104

READMEH A D18-Nov-20191.6 KiB5337

cleanupH A D06-Oct-202142 41

configureH A D06-Oct-2021134.6 KiB4,7714,000

configure.acH A D18-Nov-2019764 3025

README

1/////////////////////
2// MCMCpack README //
3/////////////////////
4
5// Authors
6
7Andrew D. Martin <admart@umich.edu>
8Kevin M. Quinn <kmq@umich.edu>
9Jong Hee Park <jongheepark@snu.ac.kr>
10
11// Compilation
12
13This package (along with Scythe) uses C++ and the Standard Template
14Library (STL).  We suggest using of the GCC compiler 4.0 or greater.  The
15current package has been tested using GCC 4.0 on Linux and MacOS X.
16
17Many thanks to Dan Pemstein for helping with all sorts of C++ issues,
18and to Kurt Hornik and Fritz Leisch for their help with debugging as
19well as their service to the R community.  We are also very grateful to
20Brian Ripley who provided C++ patches to fix a number of clang and Solaris
21issues.
22
23// Acknowledgments
24
25We gratefully acknowledge support from:
26
27* National Science Foundation, Program in Methodology, Measurement, and
28Statistics, Grants SES-0350646 and SES-0350613
29
30* Washington University, Department of Political Science, the
31Weidenbaum Center on the Economy, Government, and Public Policy
32(http://wc.wustl.edu), and the Center for Empirical Research in the Law
33(http://cerl.wustl.edu)
34
35* Harvard University, Department of Government and the
36Institute for Quantitative Social Sciences (http://iq.harvard.edu)
37
38Neither the National Science Foundation, Washington University, or
39Harvard University bear any responsibility for the content of this
40package.
41
42Please contact Jong Hee Park <jongheepark@snu.ac.kr> if
43you have any problems or questions.
44
45--
46Jong Hee Park, Ph.D.
47Associate Professor in Dept. Political Science and International Relations
48Seoul National University
49
50Email: jongheepark@snu.ac.kr
51WWW: http://jhp.snu.ac.kr
52
53