linear.fit: linear.fit

Description Usage Arguments Value

View source: R/dose_response_fitting.R

Description

Function to fit linear models using lm function.

Usage

1
linear.fit(data, resp = "Birth_rate", conc = "CONC", ...)

Arguments

data

Concentration-effect dataframe.

resp

Name of the column with the response values. Default is Birth_rate.

conc

Name of the column with the drug concentration values.

...

Additional arguments for the lm function.

Value

This function returns the results of the model fitting function


Michorlab/ACESO documentation built on June 4, 2021, 4:57 p.m.