(left) Since tumor response correlates with erlotinib, single out erlotinib vs tumor pair to plot. The correlation coefficient is 0.592, with 0.679 for the high dose group and 0.515 for the low dose group.
(right) Discretize erlotinib concentration into two categories (less or greater than 2000). It is clear that the tumor decrease is higher in the high erlotinib group. p-value = 0.032 by t-test, p-value = 0.025 by Mann-Whitney U test.
For model selection, here we use the forward selection with adjusted R^2 method. We choose single predictors from the plasma samples before the treatment.
So first we pick 7a-OH-27-OH.
So we go with 7a-OH-27-OH + erlotinib.
So we go with 7a-OH-27-OH + erlotinib + GSH-MSBT/GSSG ratio.
##
## Call:
## lm(formula = TumorDecrease ~ Oxy7aOH27OHB + Erlotinib + GSHRtoOBnew,
## data = data)
##
## Residuals:
## Min 1Q Median 3Q Max
## -9.249 -5.748 -2.322 6.074 13.891
##
## Coefficients:
## Estimate Std. Error t value Pr(>|t|)
## (Intercept) 5.243856 5.890358 0.890 0.3942
## Oxy7aOH27OHB 0.899904 0.949574 0.948 0.3656
## Erlotinib 0.003768 0.001968 1.915 0.0845 .
## GSHRtoOBnew -0.018357 0.013283 -1.382 0.1971
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
##
## Residual standard error: 8.939 on 10 degrees of freedom
## (2 observations deleted due to missingness)
## Multiple R-squared: 0.5849, Adjusted R-squared: 0.4604
## F-statistic: 4.697 on 3 and 10 DF, p-value: 0.02696