search for: thresprobne0

Displaying 1 result from an estimated 1 matches for "thresprobne0".

2009 May 14
1
Bayesian Model Averaging
...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'' > summary(IGout) Error in summary(IGout) : object "IGout" not found > IGo...