#new_dat <- input_dat()
res <- summary(new_dat, print = FALSE)[["summary"]][-c(9L:11)]
res <- cbind(run = paste0(res[["experiment"]], ".", res[["replicate"]]), res)
colnames(res) <- c("Run", "Experiment name", "Replicate ID", "Assay", "Method", "λ", "λ (lower CI)",
"λ (upper CI)", "Concentration", "Concentration (lower CI)", "Concentration (upper CI)", "k", "n")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.