[R] rv package

2007-04-20 Thread gsmatos1
Hi, Does anybody knows how to coerce an mcmc objetct to a rv object without loose the information about what parameters. was simulated I tried do it but it looks that this informatio was lost. Thank you very much for any information. Gilberto Matos.

[R] Error in geweke.diag function of coda package

2007-04-18 Thread gsmatos1
Hi R users, Does anybody knows for the following erro after running geweke.diag(MCMC.sampled, frac1=0.1, frac2=0.5) Erro em glm.fit(x = X, y = Y, weights = weights, start = start, etastart = etastart, : laço interno 1; não é possível corrigir o tamanho do passo Além disso:

Re: [R] Error to install fMultivar package

2006-12-14 Thread gsmatos1
. Thank's for all! Gilberto. Em (10:18:04), Dirk Eddelbuettel escreveu: On Wed, Dec 13, 2006 at 09:34:04AM -0300, gsmatos1 wrote: Content-Description: Mail message body Hi, I tried to install fMultivar package but an error occurs that I could not understand. (I've been worked with linux

[R] Error to install fMultivar package

2006-12-13 Thread gsmatos1
Hi, I tried to install fMultivar package but an error occurs that I could not understand. (I've been worked with linux / Ubuntu 6.06 LTS) install.packages(fMultivar) Warning in install.packages(fMultivar) : argument 'lib' is missing: using /usr /local/lib/R/site-library --- Please select

[R] Help to understand an Error using summary to an mcmc object

2006-12-07 Thread gsmatos1
Hi, I used the MCMCirtKd function of MCMCpack: posterior2 - MCMCirtKd(data, dimensions = 2, +burnin = 5000, mcmc = 5, thin = 10, + verbose = 1, B0 = .25, store.item = TRUE, item.constraints = beta.constraints) And after apply the comand summary() I got some

[R] Error in Calling C++ function from R!!!

2006-11-24 Thread gsmatos1
Hello, I tried to call an external function of R from the following code in C++: void prodgdot(double *x, double *y, int *n, double *output) { int i; *output=0; for (i=0;i*n;i++) { *output+=x[i]*y[i]; } }

[R] About: Error in FUN(X[[1]], ...) : symbol print-name too long

2005-11-09 Thread gsmatos1
Hi, I´m trying to use the Win2BUGS package from R and I have a similar problem that reurns with the message: Error in FUN(X[[1]], ...) : symbol print-name too long But, there is no stray ` character in the file ( Sugestions given by: Duncan Temple Lang duncan Date: Mon, 26 Sep 2005