Displaying 1 result from an estimated 1 matches for "1dcs".
Did you mean:
1dc3
2009 May 14
1
Bayesian Model Averaging
Hello R Group,
Below is the code I submit:
library("BMA")
X <- read.table("C:/Documents and
Settings/Administrator/Desktop/coding.txt",header=TRUE)
Y <- read.table("C:/Documents and
Settings/Administrator/Desktop/1DCS.txt",header=TRUE)
IGout<- iBMA.glm(X, Y, glm.family= gaussian(), verbose = TRUE, thresProbne0
= 5 )
summary(IGout)
IGout
I get the following error message:
Error in model.frame.default(formula = Y ~ 1, data = nastyHack_____x.df, :
invalid type (list) for variable ''Y...