wrapChiSqTest.glm | R Documentation |
Format ChiSqTest from model.
## S3 method for class 'glm'
wrapChiSqTest(x, ...)
x |
glm logistic regression model (glm(family=binomial)) |
... |
extra arguments (not used) |
wrapped test
d <- data.frame(x=c(1,2,3,4,5,6,7,7),
y=c(TRUE,FALSE,FALSE,FALSE,TRUE,TRUE,TRUE,FALSE))
model <- glm(y~x,data=d,family=binomial)
summary(model)
render(wrapChiSqTest(model),pLargeCutoff=1,format='ascii')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.