> Best,
> Michael
>
> On Tue, Aug 7, 2012 at 7:21 AM, niandra wrote:
>> Hi all,
>>
>> I'm trying to use the function "convUL" from the Package PBSmapping but i
>> get i weird error with my data but also with the example in the convUL's
>
Hi all,
I'm trying to use the function "convUL" from the Package PBSmapping but i get i
weird error with my data but also with the example in the convUL's help.
Here is the example script with the error message:
data(nepacLL, package="PBSmapping")
#--- set the zone attribute
#--- use a zone th
Hi all
I'm using the function bayesx to estimate a simple model, for example:
library(R2BayesX)
## generate some data
set.seed(111)
n <- 200
## regressor
dat <- data.frame(x = runif(n, -3, 3))
## response
dat$y <- with(dat, 1.5 + sin(x) + rnorm(n, sd = 0.6))
## estimate models with
## bayesx
I thought was a problem of the command bayesx and not an installation
problem.
Now, i don't now why, it works.
--
View this message in context:
http://r.789695.n4.nabble.com/R2BayesX-command-bayesx-doesn-t-work-tp4632541p4632600.html
Sent from the R help mailing list archive at Nabble.com.
Hi all,
I have a problem with the library R2BayesX, when i try to use the command
bayesx i get this error:
dyld: Library not loaded: /usr/local/lib/libreadline.5.2.dylib
Referenced from:
/Library/Frameworks/R.framework/Versions/2.15/Resources/library/BayesXsrc/libs/i386/BayesX
Reason: image no
Dear useRs,
I'm using the mgcv package for estimate a model with a smooth effect and a
spatial covarianza matrix.
I use the command predict(model$lme) to obtain a prediction with the fixed
and random part of the model, but i need this kind of prevision also on a
grid with different points than t
6 matches
Mail list logo