We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
related to issue #21
The text was updated successfully, but these errors were encountered:
added in branch interaction [Edited to add that update is now in master]
Example
devtools::install_github("merlise clyde/BAS") set.seed(42) dat = data.frame(Y = rnorm(5), X1=1:5, X2=1:5, X3 = rnorm(5)) lm.ob = lm(Y ~ ., data=dat) summary(lm.ob)$coefficients (summary(lm.ob)$sigma)^2 set.seed(42) tmp = bas.lm(Y ~ ., data=dat, prior="BIC", modelprior=uniform(), method="BAS", pivot=TRUE)
Sorry, something went wrong.
No branches or pull requests
related to issue #21
The text was updated successfully, but these errors were encountered: