CurveFit2 {InflectSSP}R Documentation

This function determines the best curve fit for each protein using the data post correction and also determines the R squared for each curve fit

Description

This function determines the best curve fit for each protein using the data post correction and also determines the R squared for each curve fit

Usage

CurveFit2(Data_Corrected)

Arguments

Data_Corrected

data that meets exclusion criteria from Exclude function

Value

Curve fits and R squared for each protein

Examples

## Not run: 
Data_CurveFit2_Control<-CurveFit2(Data_Corrected_Control)
## End(Not run)

[Package InflectSSP version 1.6 Index]