File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,14 @@ knitr::opts_chunk$set(
1313options(tibble.width = Inf)
1414```
1515
16- blorr: Tools for building binary logistic regression models
16+ blorr: Tools for building binary logistic regression models < img src = " hex_blorr.png " align = " right " />
1717------------
1818
1919** Author:** [ Aravind Hebbali] ( ) <br />
2020** License:** [ MIT] ( https://opensource.org/licenses/MIT )
2121
22- [ ![ Travis build status] ( https://travis-ci.org/rsquaredacademy/blorr.svg?branch=master )] ( https://travis-ci.org/rsquaredacademy/blorr ) [ ![ AppVeyor Build Status] ( https://ci.appveyor.com/api/projects/status/github/rsquaredacademy/blorr?branch=master&svg=true )] ( https://ci.appveyor.com/project/rsquaredacademy/blorr ) [ ![ Coverage status] ( https://codecov.io/gh/rsquaredacademy/blorr/branch/master/graph/badge.svg )] ( https://codecov.io/github/rsquaredacademy/blorr?branch=master )
23-
22+ [ ![ Travis build status] ( https://travis-ci.org/rsquaredacademy/blorr.svg?branch=master )] ( https://travis-ci.org/rsquaredacademy/blorr ) [ ![ AppVeyor Build Status] ( https://ci.appveyor.com/api/projects/status/github/rsquaredacademy/blorr?branch=master&svg=true )] ( https://ci.appveyor.com/project/rsquaredacademy/blorr ) [ ![ Coverage status] ( https://codecov.io/gh/rsquaredacademy/blorr/branch/master/graph/badge.svg )] ( https://codecov.io/github/rsquaredacademy/blorr?branch=master )
23+
2424Tools designed to make it easier for users, particularly beginner/intermediate R users to build logistic regression models. Includes comprehensive regression
2525output, variable selection procedures, model validation techniques and a 'shiny' app for interactive model building.
2626
Original file line number Diff line number Diff line change 11
22<!-- README.md is generated from README.Rmd. Please edit that file -->
3- blorr: Tools for building binary logistic regression models
4- -----------------------------------------------------------
3+ blorr: Tools for building binary logistic regression models < img src = " hex_blorr.png " align = " right " />
4+ -----------------------------------------------------------------------------------------------------
55
66** Author:** [ Aravind Hebbali] ( ) <br /> ** License:** [ MIT] ( https://opensource.org/licenses/MIT )
77
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ title: "A Short Introduction to the blorr Package"
33author : " Aravind Hebbali"
44output : rmarkdown::html_vignette
55vignette : >
6- %\VignetteIndexEntry{Bivariate Analysis }
6+ %\VignetteIndexEntry{A Short Introduction to the blorr Package }
77 %\VignetteEngine{knitr::rmarkdown}
88 %\VignetteEncoding{UTF-8}
99---
You can’t perform that action at this time.
0 commit comments