Last updated: 2025-05-23
Checks: 7 0
Knit directory: CX5461_Project/
This reproducible R Markdown analysis was created with workflowr (version 1.7.1). The Checks tab describes the reproducibility checks that were applied when the results were created. The Past versions tab lists the development history.
Great! Since the R Markdown file has been committed to the Git repository, you know the exact version of the code that produced these results.
Great job! The global environment was empty. Objects defined in the global environment can affect the analysis in your R Markdown file in unknown ways. For reproduciblity itβs best to always run the code in an empty environment.
The command set.seed(20250129)
was run prior to running
the code in the R Markdown file. Setting a seed ensures that any results
that rely on randomness, e.g. subsampling or permutations, are
reproducible.
Great job! Recording the operating system, R version, and package versions is critical for reproducibility.
Nice! There were no cached chunks for this analysis, so you can be confident that you successfully produced the results during this run.
Great job! Using relative paths to the files within your workflowr project makes it easier to run your code on other machines.
Great! You are using Git for version control. Tracking code development and connecting the code version to the results is critical for reproducibility.
The results in this page were generated with repository version 79a5141. See the Past versions tab to see a history of the changes made to the R Markdown and HTML files.
Note that you need to be careful to ensure that all relevant files for
the analysis have been committed to Git prior to generating the results
(you can use wflow_publish
or
wflow_git_commit
). workflowr only checks the R Markdown
file, but you know if there are other scripts or data files that it
depends on. Below is the status of the Git repository when the results
were generated:
Ignored files:
Ignored: .RData
Ignored: .Rhistory
Ignored: .Rproj.user/
Ignored: 0.1 box.svg
Ignored: Rplot04.svg
Ignored: analysis/Corrmotif_Conc.html
Ignored: analysis/DRC.html
Ignored: analysis/figure/
Untracked files:
Untracked: 0.1 density.svg
Untracked: 0.1.emf
Untracked: 0.1.svg
Untracked: 0.5 box.svg
Untracked: 0.5 density.svg
Untracked: 0.5.svg
Untracked: Additional/
Untracked: CX_5461_Pattern_Genes_24hr.csv
Untracked: CX_5461_Pattern_Genes_3hr.csv
Untracked: Cell viability box plot.svg
Untracked: DRC1.svg
Untracked: Figure 1.jpeg
Untracked: Figure 1.pdf
Untracked: Figure_CM_Purity.pdf
Untracked: Rplot.svg
Untracked: Rplot01.svg
Untracked: Rplot02.svg
Untracked: Rplot03.svg
Untracked: Rplot05.svg
Untracked: Rplot06.svg
Untracked: Rplot07.svg
Untracked: Rplot08.jpeg
Untracked: Rplot08.svg
Untracked: Rplot09.svg
Untracked: Rplot10.svg
Untracked: Rplot11.svg
Untracked: Rplot12.svg
Untracked: Rplot13.svg
Untracked: Rplot14.svg
Untracked: TOP2B.bed
Untracked: TS HPA (Violin).svg
Untracked: TS HPA.svg
Untracked: TS_HA.svg
Untracked: TS_HV.svg
Untracked: Violin HA.svg
Untracked: Violin HV (CX vs DOX).svg
Untracked: Violin HV.svg
Untracked: data/AF.csv
Untracked: data/AF_Mapped.csv
Untracked: data/AF_genes.csv
Untracked: data/Annotated_DOX_Gene_Table.csv
Untracked: data/CAD_genes.csv
Untracked: data/Cardiotox.csv
Untracked: data/Cardiotox_mapped.csv
Untracked: data/DOX_Vald.csv
Untracked: data/DOX_Vald_Mapped.csv
Untracked: data/DOX_alt.csv
Untracked: data/Entrez_Cardiotox.csv
Untracked: data/Entrez_Cardiotox_Mapped.csv
Untracked: data/GWAS.xlsx
Untracked: data/GWAS_SNPs.bed
Untracked: data/HF.csv
Untracked: data/HF_Mapped.csv
Untracked: data/HF_genes.csv
Untracked: data/Hypertension_genes.csv
Untracked: data/MI_genes.csv
Untracked: data/P53_Target_mapped.csv
Untracked: data/Sample_annotated.csv
Untracked: data/Samples.csv
Untracked: data/Samples.xlsx
Untracked: data/TOP2A.bed
Untracked: data/TOP2A_target.csv
Untracked: data/TOP2A_target_lit.csv
Untracked: data/TOP2A_target_lit_mapped.csv
Untracked: data/TOP2A_target_mapped.csv
Untracked: data/TOP2B.bed
Untracked: data/TOP2B_target.csv
Untracked: data/TOP2B_target_heatmap.csv
Untracked: data/TOP2B_target_heatmap_mapped.csv
Untracked: data/TOP2B_target_mapped.csv
Untracked: data/TS.csv
Untracked: data/TS_HPA.csv
Untracked: data/TS_HPA_mapped.csv
Untracked: data/Toptable_CX_0.1_24.csv
Untracked: data/Toptable_CX_0.1_3.csv
Untracked: data/Toptable_CX_0.1_48.csv
Untracked: data/Toptable_CX_0.5_24.csv
Untracked: data/Toptable_CX_0.5_3.csv
Untracked: data/Toptable_CX_0.5_48.csv
Untracked: data/Toptable_DOX_0.1_24.csv
Untracked: data/Toptable_DOX_0.1_3.csv
Untracked: data/Toptable_DOX_0.1_48.csv
Untracked: data/Toptable_DOX_0.5_24.csv
Untracked: data/Toptable_DOX_0.5_3.csv
Untracked: data/Toptable_DOX_0.5_48.csv
Untracked: data/count.tsv
Untracked: data/ts_data_mapped
Untracked: results/
Untracked: run_bedtools.bat
Unstaged changes:
Deleted: analysis/Actox.Rmd
Modified: data/count.csv
Note that any generated files, e.g.Β HTML, png, CSS, etc., are not included in this status report because it is ok for generated content to have uncommitted changes.
These are the previous versions of the repository in which changes were
made to the R Markdown (analysis/DRC.Rmd
) and HTML
(docs/DRC.html
) files. If youβve configured a remote Git
repository (see ?wflow_git_remote
), click on the hyperlinks
in the table below to view the files as they were in that past version.
File | Version | Author | Date | Message |
---|---|---|---|---|
Rmd | 79a5141 | sayanpaul01 | 2025-05-23 | Commit |
html | 79a5141 | sayanpaul01 | 2025-05-23 | Commit |
Rmd | 3f37123 | sayanpaul01 | 2025-04-17 | Commit |
html | 3f37123 | sayanpaul01 | 2025-04-17 | Commit |
Rmd | 50b8f17 | sayanpaul01 | 2025-04-16 | Commit |
html | 50b8f17 | sayanpaul01 | 2025-04-16 | Commit |
html | 7c1a541 | sayanpaul01 | 2025-04-16 | Commit |
Rmd | 7243dd2 | sayanpaul01 | 2025-04-16 | Commit |
html | 7243dd2 | sayanpaul01 | 2025-04-16 | Commit |
Rmd | 62952c3 | sayanpaul01 | 2025-04-16 | Commit |
html | 62952c3 | sayanpaul01 | 2025-04-16 | Commit |
Rmd | 40e6d3e | sayanpaul01 | 2025-03-10 | Commit |
html | 40e6d3e | sayanpaul01 | 2025-03-10 | Commit |
Rmd | df69a87 | sayanpaul01 | 2025-03-07 | Commit |
html | df69a87 | sayanpaul01 | 2025-03-07 | Commit |
library(drc)
Warning: package 'drc' was built under R version 4.3.2
Warning: package 'MASS' was built under R version 4.3.1
# Load Data
DRC <- read.csv("data/CX-5461.csv")
DRC2 <- read.csv("data/DOX.csv")
# Fit dose-response models with fixed min = 0 and max = 1
curved_fit <- drm(Ratio ~ Conc, data = DRC,
fct = LL.4(fixed = c(NA, 0, 1, NA),
names = c("hill", "min", "max", "EC50")))
curved_fit2 <- drm(Ratio ~ Conc, data = DRC2,
fct = LL.4(fixed = c(NA, 0, 1, NA),
names = c("hill", "min", "max", "EC50")))
# Extract EC50 values
EC50_CX <- summary(curved_fit)$coefficients["EC50:(Intercept)", "Estimate"]
EC50_DOX <- summary(curved_fit2)$coefficients["EC50:(Intercept)", "Estimate"]
# Set up plot with slightly wider margins to avoid label clipping
par(mfrow = c(1,1), mar = c(5, 4, 2, 2)) # more space at bottom
# Base plot (CX curve) with extra y-limit for spacing
plot(curved_fit, type = "none", broken = FALSE,
col = "#08306B", lwd = 3.5,
xlab = "Concentration (uM)", ylab = "Proportion of Viable Cells",
main = "Dose-Response Curves with LD50",
xlim = c(0, 50),
ylim = c(0, 1.1), xaxs = "i", yaxs = "i", axes = FALSE)
# Custom axes
axis(1, at = c(0, 0.1, 0.5, 1, 5, 10, 50), las = 1) # Ensure 0 is shown
axis(2, at = seq(0, 1, by = 0.2)) # Y-axis up to 1 only
box()
# Overlay DOX curve
par(new = TRUE)
plot(curved_fit2, add = TRUE, type = "none", col = "#E7298A", lwd = 3.5)
# Add LD50 vertical lines
abline(v = EC50_CX, col = "#08306B", lty = 2, lwd = 2)
abline(v = EC50_DOX, col = "#E7298A", lty = 2, lwd = 2)
# LD50 text labels slightly lowered (e.g., 0.95 and 0.85)
text(EC50_CX, 0.95, labels = paste("LD50 CX:", round(EC50_CX, 2)), col = "#08306B", pos = 4, cex = 0.9, font = 2)
text(EC50_DOX, 0.85, labels = paste("LD50 DOX:", round(EC50_DOX, 2)), col = "#E7298A", pos = 4, cex = 0.9, font = 2)
# Legend in bottom-left
legend("bottomleft", legend = c("CX-5461", "DOX"),
col = c("#08306B", "#E7298A"), lty = 1, lwd = 3.5, cex = 1)
# π Load Required Libraries
library(drc)
library(dplyr)
Warning: package 'dplyr' was built under R version 4.3.2
library(ggplot2)
# π Load CX-5461 and DOX data
DRC <- read.csv("data/CX-5461.csv")
DRC2 <- read.csv("data/DOX.csv")
# π Map individual labels
individual_map <- list(`75-1` = "Ind1", `78-1` = "Ind2", `87-1` = "Ind3")
# π Predict concentrations for curve fitting
pred_conc_cx <- exp(seq(log(0.01), log(50), length.out = 200))
pred_conc_dox <- exp(seq(log(0.01), log(10), length.out = 200))
# π Fit and predict CX-5461
fits_cx <- DRC %>%
group_split(Indv) %>%
setNames(unique(DRC$Indv)) %>%
lapply(function(df) {
tryCatch({
drm(Ratio ~ Conc, data = df, fct = LL.4(fixed = c(NA, 0, 1, NA)))
}, error = function(e) NULL)
})
curve_data_cx <- do.call(rbind, lapply(names(fits_cx), function(name) {
fit <- fits_cx[[name]]
if (!is.null(fit)) {
indiv <- individual_map[[name]]
preds <- predict(fit, newdata = data.frame(Conc = pred_conc_cx))
data.frame(Conc = pred_conc_cx, Ratio = preds, Label = paste0(indiv, "_CX"))
}
}))
# π Fit and predict DOX
fits_dox <- DRC2 %>%
group_split(Indv) %>%
setNames(unique(DRC2$Indv)) %>%
lapply(function(df) {
tryCatch({
drm(Ratio ~ Conc, data = df, fct = LL.4(fixed = c(NA, 0, 1, NA)))
}, error = function(e) NULL)
})
curve_data_dox <- do.call(rbind, lapply(names(fits_dox), function(name) {
fit <- fits_dox[[name]]
if (!is.null(fit)) {
indiv <- individual_map[[name]]
preds <- predict(fit, newdata = data.frame(Conc = pred_conc_dox))
data.frame(Conc = pred_conc_dox, Ratio = preds, Label = paste0(indiv, "_DOX"))
}
}))
# π Combine all prediction curves
combined_data <- bind_rows(curve_data_cx, curve_data_dox) %>%
mutate(
Drug = ifelse(grepl("_CX$", Label), "CX-5461", "DOX"),
Indv = case_when(
grepl("^Ind1", Label) ~ "Ind1",
grepl("^Ind2", Label) ~ "Ind2",
grepl("^Ind3", Label) ~ "Ind3"
)
)
# π Define style settings
line_types <- c("Ind1" = "dotted", "Ind2" = "dashed", "Ind3" = "solid")
drug_colors <- c("CX-5461" = "#08306B", "DOX" = "#E7298A")
# π Function to calculate EC50 per individual
calculate_EC50 <- function(data, compound_name) {
individual_data <- split(data, data$Ind)
EC50_values <- data.frame(Individual = character(), EC50 = numeric(), stringsAsFactors = FALSE)
for (individual in names(individual_data)) {
fit <- drm(Ratio ~ Conc, data = individual_data[[individual]],
fct = LL.4(fixed = c(NA, 0, 1, NA),
names = c("hill", "min", "max", "EC50")))
EC50 <- summary(fit)$coefficients["EC50:(Intercept)", "Estimate"]
EC50_values <- rbind(EC50_values, data.frame(Individual = individual, EC50 = EC50))
}
EC50_values$Compound <- compound_name
return(EC50_values)
}
# π Calculate EC50s
EC50_CX <- calculate_EC50(DRC, "CX-5461")
EC50_DOX <- calculate_EC50(DRC2, "DOX")
EC50_results <- bind_rows(EC50_CX, EC50_DOX) %>%
mutate(
Indv = recode(Individual, "75-1" = "Ind1", "78-1" = "Ind2", "87-1" = "Ind3"),
EC50 = round(EC50, 3)
)
# π Prepare annotation text
cx_text <- EC50_results %>%
filter(Compound == "CX-5461") %>%
arrange(Indv) %>%
mutate(line = paste0(Indv, ": ", EC50)) %>%
pull(line)
dox_text <- EC50_results %>%
filter(Compound == "DOX") %>%
arrange(Indv) %>%
mutate(line = paste0(Indv, ": ", EC50)) %>%
pull(line)
combined_label <- paste0(
"LD50 CX-5461:\n", paste(cx_text, collapse = "\n"),
"\n\nLD50 DOX:\n", paste(dox_text, collapse = "\n")
)
# π Plot with EC50 lines and label
ggplot(combined_data, aes(x = Conc, y = Ratio, color = Drug, linetype = Indv)) +
geom_line(linewidth = 1.5) +
geom_vline(
data = EC50_results,
aes(xintercept = EC50),
color = "red", linetype = "dotted", linewidth = 0.8, inherit.aes = FALSE
) +
annotate("label", x = 0.015, y = 0.05, hjust = 0, vjust = 0,
label = combined_label, size = 4.2, fontface = "bold",
color = "black", fill = "#f0f0f0", label.size = 0.4)+
scale_color_manual(values = drug_colors) +
scale_linetype_manual(values = line_types) +
scale_x_log10(
limits = c(0.01, 50),
breaks = c(0.01, 0.1, 1, 10, 50),
labels = c("0.01", "0.1", "1", "10", "50")
) +
labs(
title = "CX-5461 and DOX Cell Viability Curves with LD50",
x = "Concentration (ΞΌM)",
y = "Proportion of Viable Cells",
color = "Drug",
linetype = "Individual"
) +
theme_minimal(base_size = 14) +
theme(
plot.title = element_text(face = "bold", hjust = 0.5),
legend.title = element_text(face = "bold"),
legend.position = "right",
panel.grid.minor = element_blank(),
axis.text = element_text(color = "black"),
axis.title = element_text(color = "black"),
plot.background = element_rect(fill = "white", color = NA),
panel.border = element_rect(fill = NA, color = "black", linewidth = 1)
)
Warning in geom_vline(data = EC50_results, aes(xintercept = EC50), color =
"red", : Ignoring unknown parameters: `inherit.aes`
library(drc)
# Load data
DRC <- read.csv("data/CX-5461.csv")
DRC2 <- read.csv("data/DOX.csv")
# Function to calculate EC50 for each individual
calculate_EC50 <- function(data, compound_name) {
# Split data by individuals
individual_data <- split(data, data$Ind)
# Initialize a vector to store EC50 results
EC50_values <- data.frame(Individual = character(), EC50 = numeric(), stringsAsFactors = FALSE)
for (individual in names(individual_data)) {
# Fit dose-response model for the individual
fit <- drm(Ratio ~ Conc, data = individual_data[[individual]],
fct = LL.4(fixed = c(NA, 0, 1, NA),
names = c("hill", "min", "max", "EC50")))
# Extract EC50 value and store it
EC50 <- summary(fit)$coefficients["EC50:(Intercept)", "Estimate"]
EC50_values <- rbind(EC50_values, data.frame(Individual = individual, EC50 = EC50))
}
# Add compound column to the results
EC50_values$Compound <- compound_name
return(EC50_values)
}
# Calculate EC50 for CX-5461 and DOX
EC50_CX <- calculate_EC50(DRC, "CX-5461")
EC50_DOX <- calculate_EC50(DRC2, "DOX")
# Combine results for all compounds
EC50_results <- rbind(EC50_CX, EC50_DOX)
# Print EC50 results
print(EC50_results)
Individual EC50 Compound
1 1 6.4098291 CX-5461
2 2 10.9606571 CX-5461
3 3 10.0306167 CX-5461
4 1 0.5299658 DOX
5 2 0.4423945 DOX
6 3 0.7740361 DOX
# Combine EC50 results for CX and DOX
# These must contain 'Individual' and 'EC50' columns
# Sort to ensure matching order
EC50_CX_sorted <- EC50_CX[order(EC50_CX$Individual), ]
EC50_DOX_sorted <- EC50_DOX[order(EC50_DOX$Individual), ]
# Confirm individuals match
stopifnot(identical(EC50_CX_sorted$Individual, EC50_DOX_sorted$Individual))
# Extract EC50 values
cx_values <- EC50_CX_sorted$EC50
dox_values <- EC50_DOX_sorted$EC50
# Perform paired t-test
ec50_paired_ttest <- t.test(cx_values, dox_values, paired = TRUE)
# Print results
cat("Paired t-test results comparing EC50 of CX-5461 and DOX across 3 individuals:\n")
Paired t-test results comparing EC50 of CX-5461 and DOX across 3 individuals:
print(ec50_paired_ttest)
Paired t-test
data: cx_values and dox_values
t = 6.1761, df = 2, p-value = 0.02523
alternative hypothesis: true mean difference is not equal to 0
95 percent confidence interval:
2.594056 14.509082
sample estimates:
mean difference
8.551569
library(drc)
# Load Data
DRC <- read.csv("data/CX-5461.csv")
DRC2 <- read.csv("data/DOX.csv")
# Fit dose-response models with fixed min = 0 and max = 1
curved_fit <- drm(Ratio ~ Conc, data = DRC,
fct = LL.4(fixed = c(NA, 0, 1, NA)))
curved_fit2 <- drm(Ratio ~ Conc, data = DRC2,
fct = LL.4(fixed = c(NA, 0, 1, NA)))
# Extract EC50 values
EC50_CX <- coef(curved_fit)[4]
EC50_DOX <- coef(curved_fit2)[4]
# Generate prediction ranges
xvals_cx <- exp(seq(log(0.01), log(50), length.out = 200))
xvals_dox <- exp(seq(log(0.01), log(10), length.out = 200))
# Predict with confidence intervals
preds_cx <- predict(curved_fit, newdata = data.frame(Conc = xvals_cx), interval = "confidence")
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
preds_dox <- predict(curved_fit2, newdata = data.frame(Conc = xvals_dox), interval = "confidence")
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
Warning in (tquan * sqrt(varVal + sumObjRV)) * c(-1, 1): Recycling array of length 1 in array-vector arithmetic is deprecated.
Use c() or as.vector() instead.
# Set up log-scale plot
par(mfrow = c(1,1), mar = c(5, 5, 3, 2))
plot(NA, NA, log = "x",
xlim = c(0.01, 50), ylim = c(0, 1.1),
xlab = "Concentration (uM)", ylab = "Proportion of Viable Cells",
main = "Dose-Response Curves with Confidence",
axes = FALSE)
# Axes
axis(1, at = c(0.01, 0.1, 0.5, 1, 5, 10, 50), labels = c("0.01", "0.1", "0.5", "1", "5", "10", "50"))
axis(2, at = seq(0, 1, 0.2))
box()
# Confidence bands
polygon(c(xvals_cx, rev(xvals_cx)),
c(preds_cx[,"Lower"], rev(preds_cx[,"Upper"])),
col = adjustcolor("#08306B", alpha.f = 0.2), border = NA)
polygon(c(xvals_dox, rev(xvals_dox)),
c(preds_dox[,"Lower"], rev(preds_dox[,"Upper"])),
col = adjustcolor("#E7298A", alpha.f = 0.2), border = NA)
# Curves
lines(xvals_cx, preds_cx[,"Prediction"], col = "#08306B", lwd = 3.5)
lines(xvals_dox, preds_dox[,"Prediction"], col = "#E7298A", lwd = 3.5)
# LD50 vertical lines
abline(v = EC50_CX, col = "#08306B", lty = 2, lwd = 2)
abline(v = EC50_DOX, col = "#E7298A", lty = 2, lwd = 2)
# LD50 labels
text(EC50_CX, 1.02, paste("LD50 CX:", round(EC50_CX, 2)),
col = "#08306B", cex = 0.9, font = 2, pos = 4)
text(EC50_DOX, 0.92, paste("LD50 DOX:", round(EC50_DOX, 2)),
col = "#E7298A", cex = 0.9, font = 2, pos = 4)
# Legend
legend("bottomleft", legend = c("CX-5461", "DOX"),
col = c("#08306B", "#E7298A"), lty = 1, lwd = 3.5, bty = "n")
Version | Author | Date |
---|---|---|
7243dd2 | sayanpaul01 | 2025-04-16 |
sessionInfo()
R version 4.3.0 (2023-04-21 ucrt)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 11 x64 (build 26100)
Matrix products: default
locale:
[1] LC_COLLATE=English_United States.utf8
[2] LC_CTYPE=English_United States.utf8
[3] LC_MONETARY=English_United States.utf8
[4] LC_NUMERIC=C
[5] LC_TIME=English_United States.utf8
time zone: America/Chicago
tzcode source: internal
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] ggplot2_3.5.2 dplyr_1.1.4 drc_3.0-1 MASS_7.3-60
loaded via a namespace (and not attached):
[1] generics_0.1.3 sandwich_3.1-1 sass_0.4.10 gtools_3.9.5
[5] stringi_1.8.3 lattice_0.22-7 digest_0.6.34 magrittr_2.0.3
[9] evaluate_1.0.3 grid_4.3.0 mvtnorm_1.3-3 fastmap_1.2.0
[13] rprojroot_2.0.4 workflowr_1.7.1 jsonlite_2.0.0 Matrix_1.6-1.1
[17] whisker_0.4.1 Formula_1.2-5 survival_3.8-3 multcomp_1.4-28
[21] promises_1.3.2 scales_1.3.0 TH.data_1.1-3 codetools_0.2-20
[25] jquerylib_0.1.4 abind_1.4-8 cli_3.6.1 rlang_1.1.3
[29] munsell_0.5.1 splines_4.3.0 withr_3.0.2 plotrix_3.8-4
[33] cachem_1.1.0 yaml_2.3.10 tools_4.3.0 colorspace_2.1-0
[37] httpuv_1.6.15 vctrs_0.6.5 R6_2.6.1 zoo_1.8-14
[41] lifecycle_1.0.4 git2r_0.36.2 stringr_1.5.1 fs_1.6.3
[45] car_3.1-3 pkgconfig_2.0.3 gtable_0.3.6 pillar_1.10.2
[49] bslib_0.9.0 later_1.3.2 glue_1.7.0 Rcpp_1.0.12
[53] tidyselect_1.2.1 xfun_0.52 tibble_3.2.1 rstudioapi_0.17.1
[57] knitr_1.50 farver_2.1.2 htmltools_0.5.8.1 labeling_0.4.3
[61] rmarkdown_2.29 carData_3.0-5 compiler_4.3.0