Skip to content

Commit

Permalink
Publish Formula and dropterm documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ararslan committed Jan 9, 2017
1 parent 4223fe5 commit 3a04752
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/src/formula.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,11 @@ making this impossible using normal expressions. However, unlike R, Julia provid
explicitly indicate when code itself will be manipulated before it's evaluated. By constructing
a formula using a macro, we're able to provide convenient, R-like syntax and semantics.

```@docs
Formula
dropterm
```

## The `ModelFrame` and `ModelMatrix` types

The main use of `Formula`s is for fitting statistical models based on tabular
Expand Down

0 comments on commit 3a04752

Please sign in to comment.