demo/sec15.6.R

data(WalkingStickFemurs)
str(WalkingStickFemurs)

WalkingStickFemurs$specimenF <- factor(WalkingStickFemurs$specimen)
fm <- aov(femur.length ~ specimenF, data = WalkingStickFemurs)
summary(fm)

if (require(ICC)){
  ICCest(specimenF,
         femur.length,
         data = WalkingStickFemurs,
         alpha = 0.05,
         CI.type = "Smith")
}

Try the abd package in your browser

Any scripts or data that you put into this service are public.

abd documentation built on May 2, 2019, 2:14 p.m.