diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..9df02d7 Binary files /dev/null and b/.DS_Store differ diff --git a/.nojekyll b/.nojekyll index 6557361..8e87d35 100644 --- a/.nojekyll +++ b/.nojekyll @@ -1 +1 @@ -61d36c0b \ No newline at end of file +e6cadd29 \ No newline at end of file diff --git a/ad.html b/ad.html index 3bb712b..2941b0a 100644 --- a/ad.html +++ b/ad.html @@ -2,7 +2,7 @@ - + diff --git a/exercises/handout1.pdf b/exercises/handout1.pdf index 33a0357..cef9703 100644 Binary files a/exercises/handout1.pdf and b/exercises/handout1.pdf differ diff --git a/index.html b/index.html index 503bb33..3c30ec9 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ - + @@ -6780,7 +6780,7 @@ }; // Store cell data -globalThis.qwebrCellDetails = [{"id":1,"options":{"warning":"true","fig-cap":"","results":"markup","out-height":"","output":"true","comment":"","fig-width":7,"read-only":"false","out-width":"700px","context":"interactive","classes":"","label":"unnamed-chunk-1","dpi":72,"autorun":"true","fig-height":5,"message":"true"},"code":"library(edibble)\ndesA <- design(\"Study A\") |> \n set_units(plant = 80) |> \n set_trts(fertilizer = c(\"new\", \"none\")) |>\n set_rcrds(height = plant, \n number_of_leaves = plant) |> \n allot_table(fertilizer ~ plant, order = \"systematic\")\n\ndesA"},{"id":2,"options":{"warning":"true","fig-cap":"","results":"markup","out-height":"","output":"true","comment":"","fig-width":7,"read-only":"false","out-width":"700px","context":"interactive","classes":"","label":"unnamed-chunk-2","dpi":72,"autorun":"false","fig-height":5,"message":"true"},"code":"library(tidyverse)\ndesB <- design(\"Study B\") |> \n set_units(block = 4,\n plant = nested_in(block, 20)) |> \n set_trts(fertilizer = c(\"new\", \"none\")) |>\n set_rcrds(height = plant, \n number_of_leaves = plant) |> \n allot_table(fertilizer ~ plant, order = \"random\")\n\n\ndesB |> count(block, fertilizer)"},{"id":3,"options":{"warning":"true","fig-cap":"","results":"markup","out-height":"","output":"true","comment":"","fig-width":7,"read-only":"false","out-width":"700px","context":"interactive","classes":"","label":"unnamed-chunk-3","dpi":72,"autorun":"false","fig-height":5,"message":"true"},"code":"desC <- design(\"Study C\") |> \n set_units(block = 4,\n plant = nested_in(block, 20)) |> \n set_trts(fertilizer = c(\"new\", \"none\"),\n temperature = c(\"standard\", \"high\")) |>\n set_rcrds(height = plant, \n number_of_leaves = plant) |> \n allot_table(fertilizer ~ plant, \n temperature ~ block,\n order = \"random\")"},{"id":4,"options":{"warning":"true","fig-cap":"","results":"markup","out-height":"","output":"true","comment":"","fig-width":7,"read-only":"false","out-width":"700px","context":"interactive","classes":"","label":"unnamed-chunk-4","dpi":72,"autorun":"true","fig-height":5,"message":"true"},"code":"library(edibble)\ndataC <- design(\"Study C\") |> \n set_units(block = 4,\n plant = nested_in(block, 20)) |> \n set_trts(fertilizer = c(\"new\", \"none\"),\n temperature = c(\"standard\", \"high\")) |>\n set_rcrds(height = plant, \n number_of_leaves = plant) |> \n allot_table(fertilizer ~ plant, \n temperature ~ block,\n order = \"random\") |> \n expect_rcrds(height >= 0.1,\n number_of_leaves >= 1L) |> \n autofill_rcrds()\n\ndataC"},{"id":5,"options":{"warning":"true","fig-cap":"","results":"markup","out-height":"","output":"true","comment":"","fig-width":7,"read-only":"false","out-width":"700px","context":"interactive","classes":"","label":"unnamed-chunk-5","dpi":72,"autorun":"false","fig-height":5,"message":"true"},"code":"summary(aov(number_of_leaves ~ fertilizer * temperature + Error(block), data = dataC))"},{"id":6,"options":{"warning":"true","fig-cap":"","results":"markup","out-height":"","output":"true","comment":"","fig-width":7,"read-only":"false","out-width":"700px","context":"interactive","classes":"","label":"unnamed-chunk-6","dpi":72,"autorun":"false","fig-height":5,"message":"true"},"code":"summary(aov(height ~ fertilizer * temperature + Error(block), data = dataC))"},{"id":7,"options":{"warning":"true","fig-cap":"","results":"markup","out-height":"","output":"true","comment":"","fig-width":7,"read-only":"false","out-width":"700px","context":"interactive","classes":"","label":"unnamed-chunk-7","dpi":72,"autorun":"false","fig-height":5,"message":"true"},"code":"examine_process(dataC)"},{"id":8,"options":{"warning":"true","fig-cap":"","results":"markup","out-height":"","output":"true","comment":"","fig-width":7,"read-only":"false","out-width":"700px","context":"interactive","classes":"","label":"unnamed-chunk-8","dpi":72,"autorun":"false","fig-height":5,"message":"true"},"code":"design_model(dataC)"}]; +globalThis.qwebrCellDetails = [{"id":1,"code":"library(edibble)\ndesA <- design(\"Study A\") |> \n set_units(plant = 80) |> \n set_trts(fertilizer = c(\"new\", \"none\")) |>\n set_rcrds(height = plant, \n number_of_leaves = plant) |> \n allot_table(fertilizer ~ plant, order = \"systematic\")\n\ndesA","options":{"label":"unnamed-chunk-1","classes":"","out-height":"","fig-width":7,"dpi":72,"comment":"","output":"true","results":"markup","read-only":"false","context":"interactive","warning":"true","message":"true","out-width":"700px","autorun":"true","fig-height":5,"fig-cap":""}},{"id":2,"code":"library(tidyverse)\ndesB <- design(\"Study B\") |> \n set_units(block = 4,\n plant = nested_in(block, 20)) |> \n set_trts(fertilizer = c(\"new\", \"none\")) |>\n set_rcrds(height = plant, \n number_of_leaves = plant) |> \n allot_table(fertilizer ~ plant, order = \"random\")\n\n\ndesB |> count(block, fertilizer)","options":{"label":"unnamed-chunk-2","classes":"","out-height":"","fig-width":7,"dpi":72,"comment":"","output":"true","results":"markup","read-only":"false","context":"interactive","warning":"true","message":"true","out-width":"700px","autorun":"false","fig-height":5,"fig-cap":""}},{"id":3,"code":"desC <- design(\"Study C\") |> \n set_units(block = 4,\n plant = nested_in(block, 20)) |> \n set_trts(fertilizer = c(\"new\", \"none\"),\n temperature = c(\"standard\", \"high\")) |>\n set_rcrds(height = plant, \n number_of_leaves = plant) |> \n allot_table(fertilizer ~ plant, \n temperature ~ block,\n order = \"random\")","options":{"label":"unnamed-chunk-3","classes":"","out-height":"","fig-width":7,"dpi":72,"comment":"","output":"true","results":"markup","read-only":"false","context":"interactive","warning":"true","message":"true","out-width":"700px","autorun":"false","fig-height":5,"fig-cap":""}},{"id":4,"code":"library(edibble)\ndataC <- design(\"Study C\") |> \n set_units(block = 4,\n plant = nested_in(block, 20)) |> \n set_trts(fertilizer = c(\"new\", \"none\"),\n temperature = c(\"standard\", \"high\")) |>\n set_rcrds(height = plant, \n number_of_leaves = plant) |> \n allot_table(fertilizer ~ plant, \n temperature ~ block,\n order = \"random\") |> \n expect_rcrds(height >= 0.1,\n number_of_leaves >= 1L) |> \n autofill_rcrds()\n\ndataC","options":{"label":"unnamed-chunk-4","classes":"","out-height":"","fig-width":7,"dpi":72,"comment":"","output":"true","results":"markup","read-only":"false","context":"interactive","warning":"true","message":"true","out-width":"700px","autorun":"true","fig-height":5,"fig-cap":""}},{"id":5,"code":"summary(aov(number_of_leaves ~ fertilizer * temperature + Error(block), data = dataC))","options":{"label":"unnamed-chunk-5","classes":"","out-height":"","fig-width":7,"dpi":72,"comment":"","output":"true","results":"markup","read-only":"false","context":"interactive","warning":"true","message":"true","out-width":"700px","autorun":"false","fig-height":5,"fig-cap":""}},{"id":6,"code":"summary(aov(height ~ fertilizer * temperature + Error(block), data = dataC))","options":{"label":"unnamed-chunk-6","classes":"","out-height":"","fig-width":7,"dpi":72,"comment":"","output":"true","results":"markup","read-only":"false","context":"interactive","warning":"true","message":"true","out-width":"700px","autorun":"false","fig-height":5,"fig-cap":""}},{"id":7,"code":"examine_process(dataC)","options":{"label":"unnamed-chunk-7","classes":"","out-height":"","fig-width":7,"dpi":72,"comment":"","output":"true","results":"markup","read-only":"false","context":"interactive","warning":"true","message":"true","out-width":"700px","autorun":"false","fig-height":5,"fig-cap":""}},{"id":8,"code":"design_model(dataC)","options":{"label":"unnamed-chunk-8","classes":"","out-height":"","fig-width":7,"dpi":72,"comment":"","output":"true","results":"markup","read-only":"false","context":"interactive","warning":"true","message":"true","out-width":"700px","autorun":"false","fig-height":5,"fig-cap":""}}];