Hello, I am looking for an advice regarding my experimental design and what statistics I should do.

My experimental design:

I have 3 cell lines (A, B, C) and from each I do 3-4 differentiations into cardiac myocytes (A1-A4, B1-B4, C1-C3). Then each differentiation is treated with the same 3 concentrations of a chemical (T1, T2, T3). And for each treatment, I measure the calcium concentration (y). So I have one continuous dependent variable (y), two categorical independent variables (x1 for cell line and x2 for treatment) and a random error which I want to correct for (e for differentiation).

I want to investigate the impact of the cell line (x1, main effect) on the cell response to the treatment (x2).

  • I understand that e is nested under x1 but what about x2 ?
  • Then I am not sure how to translate this in a correct formula for the aov() function in R. I am tempted to use aov( y ~ x1*x2 + Error(e)) but this does not account for the fact that e is nested under x1. Does it matter ?
  • I don't understand how to interpret the different p-values, which one should I look for to answer my research question?
  • Can I run a normal Tukey test for post-hoc multiple comparisons by pooling the differentiations (getting rid of the error source) or is there a way to correct for it without including it as another variable ?
  • Many thanks in advance !

    More Camille Charriere's questions See All
    Similar questions and discussions