npk
Attachment | Size |
---|---|
dataset-19863.csv | 326 bytes |
Documentation |
---|
Classical N, P, K Factorial ExperimentA classical N, P, K (nitrogen, phosphate, potassium) factorial experiment on the growth of peas conducted on 6 blocks. Each half of a fractional factorial design confounding the NPK interaction was used on 3 of the plots. Usagenpk FormatThe
SourceImperial College, London, M.Sc. exercise sheet. ReferencesVenables, W. N. and Ripley, B. D. (2002) Modern Applied Statistics with S. Fourth edition. Springer. Examplesoptions(contrasts = c("contr.sum", "contr.poly")) npk.aov <- aov(yield ~ block + N*P*K, npk) npk.aov summary(npk.aov) coef(npk.aov) options(contrasts = c("contr.treatment", "contr.poly")) npk.aov1 <- aov(yield ~ block + N + K, data = npk) summary.lm(npk.aov1) se.contrast(npk.aov1, list(N=="0", N=="1"), data = npk) model.tables(npk.aov1, type = "means", se = TRUE) |
Picostat Manual |
---|
How To Register With a Username
How To Register With Google Single Sign On (SSO)
How To Login With a Username and Password
How To Login With Google Single Sign On (SSO)
How To Import a Dataset
How To Perform Statistical Analysis with Picostat
How To Use Educational Applications with Picostat
|
Recent Queries For This Dataset |
---|
No queries made on this dataset yet. |
Title | Authored on | Content type |
---|---|---|
R Dataset / Package wooldridge / driving | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package ISLR / College | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package Ecdat / Bwages | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package cluster / animals | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package Ecdat / Clothing | March 9, 2018 - 1:06 PM | Dataset |