get_model: Removes background

Description Usage Arguments Value

View source: R/get_model.R

Description

Calculates the linear regression for a numeric measure (measure_column) in function of a numeric condition (condition_column)

Usage

1
2
get_model(condition_column, measure_column, plate_column,
  concentration_column, data)

Arguments

condition_column

name of the column where the conditions are listed

measure_column

name of the column where the measures, corrected by removing the background, are recorded

plate_column

column in data that indicates from which plate each data comes from

concentration_column

name of the column where the measures are recorded

data

name of the dataframe with condition_column and measure_column

Value

a list with: 1) list that contains the plot and the function of the curve, 2) a lm result (the model)


KarenGoncalves/elisaFunctions documentation built on Jan. 1, 2020, 1:02 p.m.