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' > 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. This closely follows an example in the help but I can't find the problem. Can anyone help? Dave Schwarz David S. Schwarz & Associates 4261 Americana Drive Suite 229 Stow, OH 44224 ph: 330-945-4733 email: david.schw...@goodstats.biz web site: www.goodstats.biz [[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.