lab4: the quadratic fit model take x and y and plot the quadratic...

Description Usage Arguments Value Examples

View source: R/lab4.R

Description

the quadratic fit model take x and y and plot the quadratic fit model

Usage

1
lab4(x, y)

Arguments

x

independent sample data

y

random variable corresponding to x

Value

plot of quadratic fit

Examples

1
df1$COLUMN1; y = df1$COLUMN2; lab4(x,y)

fraclad/math4753 documentation built on April 21, 2020, 2:21 p.m.