Difference between revisions of "Worksheets/Week2"
Jump to navigation
Jump to search
Kevin Dunn (talk | contribs) |
Kevin Dunn (talk | contribs) |
||
Line 1: | Line 1: | ||
A baked food product: | A baked food product: | ||
* T = time used to bake the product | * T = time used to bake the product | ||
Line 37: | Line 35: | ||
y.hat <- predict(model_crispy, data.frame(T = xT, F = xF)) | y.hat <- predict(model_crispy, data.frame(T = xT, F = xF)) | ||
paste0('Predicted value is: ', y.hat, ' crispiness.') | paste0('Predicted value is: ', y.hat, ' crispiness.') | ||
</code> | </code> | ||
</div></html> | </div></html> |
Revision as of 08:43, 26 September 2019
A baked food product:
- T = time used to bake the product
- F = quantity of fat added