Skip to content

Commit

Permalink
Doc and README fixes and updates (#268)
Browse files Browse the repository at this point in the history
Update badges, remove NEWS.md since it's no longer used, and fix a funny typo.
  • Loading branch information
nalimilan authored and ararslan committed May 20, 2017
1 parent 2a2653e commit cd9e4ab
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 32 deletions.
28 changes: 0 additions & 28 deletions NEWS.md

This file was deleted.

4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@
*StatsBase.jl* is a Julia package that provides basic support for statistics. Particularly, it implements a variety of statistics-related functions, such as scalar statistics, high-order moment computation, counting, ranking, covariances, sampling, and empirical density estimation.

- **Current Release**:
[![StatsBase](http://pkg.julialang.org/badges/StatsBase_0.4.svg)](http://pkg.julialang.org/?pkg=StatsBase&ver=0.4)
[![StatsBase](http://pkg.julialang.org/badges/StatsBase_0.5.svg)](http://pkg.julialang.org/?pkg=StatsBase)
[![StatsBase](http://pkg.julialang.org/badges/StatsBase_0.6.svg)](http://pkg.julialang.org/?pkg=StatsBase)
- **Build & Testing Status:**
[![Build Status](https://travis-ci.org/JuliaStats/StatsBase.jl.svg?branch=master)](https://travis-ci.org/JuliaStats/StatsBase.jl)
[![Coverage Status](https://coveralls.io/repos/JuliaStats/StatsBase.jl/badge.svg?branch=master)](https://coveralls.io/r/JuliaStats/StatsBase.jl?branch=master)

- **Documentation:** [![Documentation Status](https://readthedocs.org/projects/statsbasejl/badge/?version=latest)](https://readthedocs.org/projects/statsbasejl/?badge=latest) <http://statsbasejl.readthedocs.org/en/latest/>

- **Release Notes:** <https://github.com/JuliaStats/StatsBase.jl/blob/master/NEWS.md>
2 changes: 1 addition & 1 deletion docs/source/statmodels.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Particularly, instances of ``StatisticalModel`` implement the following methods.

.. function:: coeftable(model)

Return a `CoefTable` modelect for the fitted model with rows corresponding to parameters and columns usually including the estimates, their standard errors, a test statistic and a p-value, if appropriate.
Return a `CoefTable` object for the fitted model with rows corresponding to parameters and columns usually including the estimates, their standard errors, a test statistic and a p-value, if appropriate.

.. function:: confint(model[, prob])

Expand Down

0 comments on commit cd9e4ab

Please sign in to comment.