search for: mcmcsvdreg

Displaying 4 results from an estimated 4 matches for "mcmcsvdreg".

2011 Feb 09
1
Problem installing MCMCpack on SPARC Solaris 10
Hi list, I tried to install MCMCpack to R-2.12.0, got the following error, CC -m64 -library=stlport4 -I/apps/sparcv9/R-2.12.0/lib/R/include -DSCYTHE_COMPILE_DIRECT -DSCYTHE_DEBUG=0 -DHAVE_TRUNC -DHAVE_IEEEFP_H -I/opt/csw/include -KPIC -g -c MCMCSVDreg.cc -o MCMCSVDreg.o "error.h", line 598: Error: The function "abort" must have a prototype. "distributions.h", line 550: Error: The function "trunc" must have a prototype. "distributions.h", line 550: Error: log1p is not a member of file level. &quot...
2009 Jun 30
0
Installing MCMCpack on Solaris 10 X86
...ack_1.0-1.tar.gz * Installing to library '/usr/local/lib/R/library' **stuff snipped** g++ -I/usr/local/lib/R/include -DSCYTHE_COMPILE_DIRECT -DSCYTHE_DEBUG=0 -DHAVE_TRUNC -DHAVE_IEEEFP_H -I/opt/csw/gcc4/lib/gcc/i386-pc-solaris2.10/4.3.3/include-fixed -I/opt/csw/include -fpic -g -O2 -c MCMCSVDreg.cc -o MCMCSVDreg.o In file included from matrix.h:61, from rng.h:47, from mersenne.h:76, from MCMCrng.h:29, from MCMCSVDreg.cc:36: algorithm.h:128: error: expected '>' before numeric constant algorithm.h:131: error: coul...
2006 Aug 11
2
about MCMC pack again...
Hello, thank you very much for your previous answers about the C++ code. I am interested in the application of the Gibbs Sampler in the IRT models, so in the function MCMCirt1d and MCMCirtkd. I've found the C++ source codes, as you suggested, but I cannot find anything about the Gibbs Sampler. All the files are for the Metropolis algorithm. Maybe I am not able to read them very well, by the
2007 Feb 17
0
MCMC Pack Crashes R-GUI session (PR#9516)
...ssion crashes. I have trimmed the dataframe and set my object.size = 1 gigB. Despite my best efforts it still crashes while advising me to contact the MCMC Pack developement team. I am running windows XP with R version 2.4.1.c (the latest). Here's the offending instruction in R: mcmcReg<-MCMCSVDreg( jpMorganChase.Adj.Close ~ exxon.Oil.Volume+usSteel.Volume, data=yy.lo.res.scaled[ 2000:2274, ], burnin = 100, mcmc = 1000, thin=1, verbose = 1, seed = NA, tau2.start = 1, g0 = 0, a0 = 0.01, b0 = 0.01, c0=2, d0=2, w0=1, beta.samp=TRUE, intercept=TRUE ) Here's the error msg: Runtime Error...