RegEstimate: Estimation of Regression Coefficients

Description Usage Arguments Value Author(s) Examples

View source: R/RegEstimate.R

Description

An app to explore estimation of coefficients in simple regression.

Usage

1
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

1
2
3
4
## Not run: 
if (require(manipulate)) RegEstimate()

## End(Not run)

tigerstats documentation built on July 2, 2020, 2:32 a.m.