Hierarchical analysis, means of least-square values




My experimental datasource lets me take replicate measures of individual
samples. The first layer of analysis is a linear model in R; the fits
are almost always very colinear (adj. Rsquared >0.99, 1%/99%confidence
int. +/- 0.01). The slope of the fitted line is the value of interest.

The next level of analysis will be to compare slopes from replicate runs
of the same sample. These vary in the 2 to 5 % range, and I would like
to find an appropriate estimate and confidence interval for the repeated
measures of the slope. How can I combine the linear model results and
obtain a "second-order" estimate and confidence interval?

(Since the linear models fit so well, as a practical matter I can treat
the slopes as raw data and fit a normal distribution. But I could not
answer a critical challenge to that method.)

And finally, I will want to measure samples after different treatments
and be able to reject the null hypothesis - no change in slope estimate
due to treatment. That will be a "third-order" comparison of
second-order estimates, this time in an ANOVA-type comparison; ideally
yielding an estimate and confidence interval for difference in slope
given treatment.

Grateful for any suggestions...

Albert W.
.



Relevant Pages

  • Re: Hierarchical analysis, means of least-square values
    ... My experimental datasource lets me take replicate measures of individual ... The first layer of analysis is a linear model in R; ... The slope of the fitted line is the value of interest. ... the slopes as raw data and fit a normal distribution. ...
    (sci.stat.math)
  • Re: Hierarchical analysis, means of least-square values
    ... The first layer of analysis is a linear model in R; ... The slope of the fitted line is the value of interest. ... the slopes as raw data and fit a normal distribution. ... I'm encouraged by your suggestion to treat the slopes as "raw" as that was my inclination; but I always have the image of defending the data treatment before a graduate-school examining committee. ...
    (sci.stat.math)
  • Re: nonlinear ancova?
    ... account slope and intercept). ... First I fit a model with separate intercepts ...
    (comp.soft-sys.matlab)
  • Re: Filter and fit experimental data
    ... extract the slope eg by derivation. ... it would fit the curve in a separate window and plot the gradient ... fit, i.e. linear or polynomial. ...
    (comp.soft-sys.matlab)
  • Re: Polyfit
    ... weight the fit preferentially towards low x values. ... parameter estimates (=slope for slope fit). ... use of fmincon is still not necessary. ... optimization toolbox, or even one of my own ...
    (comp.soft-sys.matlab)