Displaying 1 result from an estimated 1 matches for "nastyhack_____x".
2009 May 14
1
Bayesian Model Averaging
...- 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''
> summary(IGout)
Error in summary(IGout) : object "IGout" not found
> IGout
Error: object "IGout" not found
The data set X is 47 rows by 41 columns, all numeric. The vector Y is 47
rows, all numeric....