Concise formatting of significances in R.
sigr is a small package that concentrates on computing summary statistics and reporting in an appropriate format.
For example here is formatting the quality of a logistic regression.
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)
cat(render(wrapChiSqTest(model),
pLargeCutoff=1, format='markdown'))
Chi-Square Test summary: pseudo-R2=0.02282 (Ï2(1,N=8)=0.2531, p=0.6149).
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4