Skip to content

Commit

Permalink
Minor fix in README.md
Browse files Browse the repository at this point in the history
In the README.md, the section about "Gathering Regression Statistics" includes "use MCordingley\StatisticsGatherer\Linear;". Fixed it to "use MCordingley\Regression\StatisticsGatherer\Linear;"
  • Loading branch information
kylechallis committed May 1, 2018
1 parent ed77224 commit e79f4da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ to interpret them is a bigger subject than can be covered in this documentation,
Minitab blog that provides a good start on interpreting your regression.

```php
use MCordingley\StatisticsGatherer\Linear;
use MCordingley\Regression\StatisticsGatherer\Linear;

$gatherer = new Linear($observations, $coefficients, $predictor);

Expand Down

0 comments on commit e79f4da

Please sign in to comment.