ApplyCombMod: Apply a combined exponential and linear model

Description Usage Arguments Value

View source: R/ApplyCombMod.R

Description

a non linear model combining an exponential and a linear fit is applied to the data using the Gauss-Newton algorithm of nls. starting values are calculated based on the data. Weights are applied to the model based on the estimated insecurity of the data quality.

Usage

1
ApplyCombMod(data, y = "y", x = "x")

Arguments

data

data frame containg x and y data to which the model is ought to be applied to

y

name of column in data containing y data

x

name of column in data containing x data

Value

model parameters


pvcurveanalysis documentation built on Oct. 13, 2021, 5:08 p.m.