minMax | R Documentation |
Find the minimum or maximum of a quadratic function of x in a linear model
minMax(M, variable = "")
M |
a linear model object created with lm |
variable |
The name of the variable as a string |
minMax(M = lm(data = mtcars, mpg ~ wt + I(wt^2)), variable = "wt")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.