MattWittbrodt
92baa5d52b
Update model-basics.Rmd ( #765 )
...
Added second colon to 'MASS:rlm()' -> 'MASS::rlm()'
2020-01-15 12:37:06 -06:00
Matthew Hendrickson
ca89c22741
line 188 - typo - delete 'is' ( #672 )
...
Line read "...because it's is a special..." Removed typo "is"
2018-06-20 11:12:29 +02:00
蒋雨蒙
03c4cc5e62
Fix a typo. ( #667 )
...
`quadatric` to `quadratic`.
2018-06-20 11:11:10 +02:00
AlanFeder
7bcbe88f5b
change make_prediction() to model1() ( #657 )
2018-06-20 11:09:21 +02:00
Tim Waterhouse
f8fcc86243
optima (plural) -> optimum (singular) ( #579 )
2018-06-20 09:56:48 +02:00
Ranae Dietzel
a4e266084f
Changed "three" to "two" for list of two ( #505 )
...
Unless there is a forgotten third part to a model
2017-05-03 07:58:26 -05:00
hadley
956ea4faac
Correct poorly translated formula'
...
Fixes #479
2017-05-03 07:53:59 -05:00
Saghir
30f223579e
model-basics.Rmd: Typos corrected ( #558 )
2017-05-03 07:45:11 -05:00
Ben Marwick
7494ea1c01
indicate source of sim1 dataset ( #546 )
2017-05-03 07:43:54 -05:00
Sam Firke
5b3ea786c8
typo: categorcal -> categorical ( #524 )
2017-05-03 07:42:10 -05:00
yahwes
c81d1e0087
fix list of typos ( #488 )
2016-10-24 13:04:21 -05:00
hadley
daaa861f74
Tibbles to tribbles
...
@jennybc
2016-10-07 08:18:32 -05:00
Julian During
81e8811439
Delete "echo = false" ( #457 )
2016-10-06 13:53:15 -05:00
hadley
4e49cfacc3
Integrate suggestions from @behrman
2016-10-04 14:21:04 -05:00
hadley
2ae5eeb1b5
Remove extraneous cache = FALSE
2016-10-04 11:21:04 -05:00
hadley
9c2d327fe3
Consistently suppress startup messages
2016-10-04 08:30:06 -05:00
hadley
30509621cf
Tibble is always attached now
2016-10-03 16:53:31 -05:00
Julian During
c989bae1a6
Minimum instead of maximum ( #453 )
2016-10-03 14:34:57 -05:00
hadley
7768955fe6
Use tidyverse package
...
Fixes #451
2016-10-03 12:30:24 -05:00
hadley
2e65041f31
Manually merge
...
Fixes #430
2016-10-03 08:39:49 -05:00
hadley
70745b55b9
Remove stub
...
Closes #440
2016-10-03 07:44:35 -05:00
Julian During
41ff280a08
Look at the 10 best models, instead of 9 ( #450 )
2016-10-03 07:42:27 -05:00
hadley
ac4a138ed6
Use tibble and tribble everywhere
...
Fixes #411
2016-10-03 07:29:47 -05:00
hadley
33d7e6e543
Fix typos
...
Manual integration. Closes #225
2016-10-03 07:07:08 -05:00
hadley
9a662061ac
Fix typos
...
Closes #331
2016-08-29 08:05:47 -05:00
Cooper Morris
7f7fbcc9e7
Fixed three typos ( #332 )
...
* Fixed Model Chapter Typo
* Update rmarkdown.Rmd
* Update model-basics.Rmd
2016-08-28 08:05:27 -05:00
S'busiso Mkhondwane
4e87d50a93
Update model-basics.Rmd ( #228 )
2016-08-12 12:43:58 -05:00
Rademeyer Vermaak
f955d0415e
Update model-basics.Rmd ( #235 )
2016-08-05 08:53:16 -05:00
Rademeyer Vermaak
d6785ff455
Update model-basics.Rmd ( #236 )
2016-08-05 08:53:08 -05:00
S'busiso Mkhondwane
a182d0bdec
Update model-basics.Rmd ( #227 )
...
typo
2016-08-02 14:03:10 -05:00
hadley
9cf3badbf0
Changes from @mine-cetinkaya-rundel
2016-07-31 11:32:16 -05:00
batpigandme
6351bf51de
Fixed spelling of purrr on line 121 ( #208 )
2016-07-29 13:07:49 -05:00
hadley
4c789ab8e9
Use new data_grid instead of expand
2016-07-27 16:42:14 -05:00
hadley
914192f1e9
Use na.warn
2016-07-26 15:38:56 -05:00
hadley
88650992ea
More on model building
...
Including some needed material in model-basics
2016-07-26 11:13:43 -05:00
hadley
bba4ba6e49
Started reworking model building
2016-07-25 16:47:32 -05:00
hadley
ae4a383453
More model basic tweaking
2016-07-25 15:06:57 -05:00
hadley
85bb0ff7da
Couple of thoughts on optima
2016-07-25 13:16:33 -05:00
hadley
f1cc2088f9
Use new model_matrix
2016-07-25 07:24:10 -05:00
hadley
593b6e56fb
Tibble tweaks
2016-07-24 15:04:41 -05:00
hadley
3a7882e602
Small typos
...
Closes #166 . Closes #167 . Closes #168 .
2016-07-24 09:12:34 -05:00
hadley
62b6e171f3
Clarify exercise
...
Fixes #165
2016-07-24 09:06:41 -05:00
Will Beasley
544766d0fd
spelling ( #163 )
...
* spelling in text
'parameters', 'intuition', 'subtracting', 'original', 'formulas', 'slightly', 'focused', and 'forests'
* spelling of 'randomForest::randomForest()'
Instead of `randomForest::randomForrest()`
https://cran.r-project.org/web/packages/randomForest/randomForest.pdf
2016-07-22 14:14:24 -05:00
Will Beasley
da29b50540
Move "only" closer to "simulated" ( #162 )
...
trivial change: To reduce the slim chance the reader initially thinks "only" is modifying "uses".
2016-07-22 14:13:52 -05:00
hadley
437e82736a
Link to model-vis paper
2016-07-21 15:09:02 -05:00
hadley
a07c4b25d2
More work on model basics
2016-07-21 13:37:29 -05:00
hadley
7a410555e8
Merge branch 'master' of github.com:hadley/r4ds
2016-07-20 16:47:58 -05:00
hadley
87068f9a27
First (mostly) complete pass through model basics
2016-07-20 16:47:34 -05:00
Dylan Cashman
ced3bb917a
Fix typos/grammar in Model Basics. ( #157 )
2016-07-20 14:03:31 -05:00
hadley
68c05a49a1
More shaping of modelling chapters
2016-07-19 18:01:32 -05:00