Hello list, I am trying to test a model but for the beginning I want to do this by using simulated dataset. The model is Y_t = X_t %*% beta + e Where Y : (Nx1); X: (Nxp); beta: (0.6,0.3,0.1); e-uncorrelated normally distributed variates for each t. and later I want to use to use this dataset in a BUGS model to estimate the betas. Thank you for you consideration.
[[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.