RegEstimate {tigerstats} | R Documentation |
Estimation of Regression Coefficients
Description
An app to explore estimation of coefficients in simple regression.
Usage
RegEstimate(x=1:10)
Arguments
x |
A numerical vector, specifying the fixed set of x-values. |
Value
Graphical and numerical output.
Author(s)
Homer White hwhite0@georgetowncollege.edu
Examples
## Not run:
if (require(manipulate)) RegEstimate()
## End(Not run)
[Package tigerstats version 0.3.2 Index]