Skip to content

Commit

Permalink
typos in README
Browse files Browse the repository at this point in the history
  • Loading branch information
bgctw committed Nov 10, 2016
1 parent 45e6fa5 commit f3211c0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ knitr::opts_chunk$set(
`logitnorm` package provides support for the univariate
[logit-normal
distribution](https://en.wikipedia.org/wiki/Logit-normal_distribution). In
addition to the usual randon, density, percential, and quantile function, it
helps with distribution parameters from observations.
addition to the usual random, density, percential, and quantile function, it
helps with estimating distribution parameters from observations statistics.

## Installation

Expand Down
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
output: github_document
---

<!-- README.md is generated from README.Rmd. Please edit that file -->
<!--
README.md is generated from README.Rmd. Please edit that file
knit("README.Rmd")
-->




Expand All @@ -13,8 +17,8 @@ output: github_document
`logitnorm` package provides support for the univariate
[logit-normal
distribution](https://en.wikipedia.org/wiki/Logit-normal_distribution). In
addition to the usual randon, density, percential, and quantile function, it
helps with distribution parameters from observations.
addition to the usual random, density, percential, and quantile function, it
helps with estimating distribution parameters from observations statistics.

## Installation

Expand All @@ -33,8 +37,8 @@ devtools::install_github("bgctw/logitnorm")
See the package vignette for an introduction.

A simple example estimates distribution parameters from observation
statistics of mode 0.7 and upper quantile 0.9. Next, the density is plotted
for across a range of quantiles.
statistics of mode 0.7 and upper quantile 0.9. Next, the density is
computed and plotted across a range of quantiles.


```r
Expand Down

0 comments on commit f3211c0

Please sign in to comment.