s (but also requires a Fame backend). The tis package provides time
indices and time-indexed series compatible with Fame frequencies. ” However, I
don’t understand what “a Fame backend” means and how it can be useful for
running your package?
Thank you for your help.
Best wishes,
Boriss
Dear all,
I have an array of strings
a <- c("2008q3","2005q1","2004q3")
I would like to add to each a[i], with i = 1,2,3
the following string "IMT",
such that in the end I could get
b <- c("IMT2008q3","IMT2005q1","IMT2004q3")
Is it possible to accomplish this without a loop command?
Thank
Dear All
I try to use your R package MCMCpack and I have encountered the following
problem:
The following code works fine:
library(MCMCpack)
line <- list(X = c(-2,-1,0,1,2), Y = c(1,3,3,3,5))
posterior1 <- MCMCregress(X~Y, data=line)
summary(posterior1)
But as long as I try the
3 matches
Mail list logo