Displaying 3 results from an estimated 3 matches for "berasategui".
2010 Aug 27
2
Problems loading rjags in R 2.11.0 under OS X 10.5.8
Dear list members,
I'm trying to use JAGS 2.1.0 from within R but every time I try to load the rjags package I receive the following message:
Loading required package: coda
Loading required package: lattice
Error : .onLoad failed in loadNamespace() for 'rjags', details:
call: dyn.load(file, DLLpath = DLLpath, ...)
error: unable to load shared library
2010 May 10
1
Problems executing cor(dataset) function in R 2.11.0 for OS X ( It works fine in R 2.10.1)
Dear all,
when trying to replicate John M. Quick's example for correlations between multiple variables posted on:
http://rtutorialseries.blogspot.com/2009/11/r-tutorial-series-zero-order.html
with R 2.11.0 (GUI 1.33) using my MacBook Pro with OX X 10.5.8 I got the following error message
> datavar<-read.csv("dataset_readingTests.csv")
> cor(datavar)
Error in cor(datavar)
2010 May 28
0
Problems executing cor(dataset) function in R 2.11.0 for OSX ( It works fine in R 2.10.1)
...es in the matrix and
as.matrix(read.table(..)) now converts the values to numeric by default.
I couldn't check John M. Quick's site, but I think the problem is that
somehow you are loading char string values in your matrix "datavar".
Carlos
On 10/05/2010 7:36 AM, Ruben Garcia Berasategui wrote:
Dear all,
when trying to replicate John M. Quick's example for correlations between
multiple variables posted on:
http://rtutorialseries.blogspot.com/2009/11/r-tutorial-series-zero-order.html
with R 2.11.0 (GUI 1.33) using my MacBook Pro with OX X 10.5.8 I got the
following error mes...