Description Usage Arguments Value Examples
View source: R/nlme_gene_method.R
Estimate the genetic parameter directly within the non-linear model
1  | 
df | 
 nested data frame with cell_id, gene, pIC50 and dose response data  | 
data frame of results
1 2 3 4 5 6 7  | data("sim_ex1_data")
dat <- sim_ex1_data$data[[1]]
dat
nlme_gene_method(dat)
library(tidyverse)
purrr::map(sim_ex1_data$data, nlme_gene_method) %>% dplyr::bind_rows()
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.