Difference between revisions of "Worksheets/Week2"

From Statistics for Engineering
Jump to navigation Jump to search
Line 1: Line 1:
{{Navigation|Book=Worksheets|previous=|current=Worksheets|next=Week3}}
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