pickfit: pick best fits

View source: R/lFitFunctions.R

pickfitR Documentation

pick best fits

Description

pick the 'most valid' fit. This will be the fit with the highest mumax and an adjusted R squared above RsqCutoff

Usage

pickfit(fits, min_numP, RsqCutoff = 0.95, growthCheck = "none")

Arguments

fits

data.frame containing fits generated by gcfit

min_numP

minimum number of points for fit

RsqCutoff

Only fits with an adjusted R squared (see summary.lm) higher than the cutoff are considered. Defaults to 0.95.

Output

data.frame best fits.


dcangst/fitr documentation built on Sept. 9, 2022, 3:30 p.m.