Displaying 2 results from an estimated 2 matches for "eeecon".
Did you mean:
decon
2012 Jun 06
3
Predict in the package R2BayesX
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 REML and MCMC
b1 <- bayesx(y ~ sx(x), method = "REML", data = dat)
I want
2012 Aug 13
2
Standard introductory presentation
Hi Everyone
In the Contributed Documentation part of the R Project website there are
dozens of various documents explaining this and that on R. Furthermore there
is also the document "Introduction to R". In my thesis I have been using R
here and there, so I would classify myself as an intermediate user after
about 3 years of using it, but I am in no sense a professional.
I am now on a