README.md in flex-station-data-0.3.0 vs README.md in flex-station-data-0.3.1
- old
+ new
@@ -48,10 +48,10 @@
### Performing linear regression analysis on the sample data
To perform a linear regression analysis on the sample data, use the following
command:
- $ flex-station-data liinear-regression <source file> [--threshold=<threshold>] [--verbose] [--min-r-squared=<mininmum R²>]
+ $ flex-station-data linear-regression <source file> [--threshold=<threshold>] [--verbose] [--min-r-squared=<mininmum R²>]
Note that the `source file` and `threshold` options are the same as for the
`sample-data` command above. If a `--min-r-squared` value is given, samples
with a R² value that falls below the threshold will be flagged as "poor fits."
If no `--min-r-squared` is specified, a default of 0.75 will be used.