11.07.2015 Views

Preface to First Edition - lib

Preface to First Edition - lib

Preface to First Edition - lib

SHOW MORE
SHOW LESS
  • No tags were found...

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

ANALYSIS USING R 123R> data("plasma", package = "HSAUR2")R> layout(matrix(1:2, ncol = 2))R> cdplot(ESR ~ fibrinogen, data = plasma)R> cdplot(ESR ~ globulin, data = plasma)ESRESR < 20 ESR > 200.0 0.2 0.4 0.6 0.8 1.0ESRESR < 20 ESR > 200.0 0.2 0.4 0.6 0.8 1.02.5 3.5 4.5fibrinogen30 35 40 45globulinFigure 7.1Conditional density plots of the erythrocyte sedimentation rate (ESR)given fibrinogen and globulin.tion. We start with a model that includes only a single explana<strong>to</strong>ry variable,fibrinogen. The code <strong>to</strong> fit the model isR> plasma_glm_1 confint(plasma_glm_1, parm = "fibrinogen")2.5 % 97.5 %0.3387619 3.9984921© 2010 by Taylor and Francis Group, LLC

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!