# NOT RUN {
library(nlme)
data(Oxide)
vcf = varComp(Thickness~Source, Oxide, ~Lot/Wafer)
coef(vcf, 'varComp')
coef(vcf ) ## same as coef(vcf, 'fixed')
coef(vcf, 'var.ratio')
# }
# NOT RUN {
<!-- %fixef(vcf) -->
# }
Run the code above in your browser using DataLab