Emi Tanaka
Emi Tanaka
It feels like this package will be a good place to have a function to have demo for chunks or inline expressions. E.g. if I want to write ``` ```{r}...
When fitting `null_lm`, you need the data to have a column `.resid` otherwise it produces a graph like below. I've been manually adding the `.resid` column to "true" data before,...
At the moment the decryption of `lineup()` is printed as a message and it's hard to capture it programmatically. I wonder perhaps saving this to `.Last.value` or some special function...
The power calculation looks like it is hardcoded for when the lineup size is 20? The `19` below should be `m-1` I think? ``` visual_power
Prepare for release: * [ ] `git pull` * [ ] Check [current CRAN check results](https://cran.rstudio.org/web/checks/check_results_edibble.html) * [ ] [Polish NEWS](https://style.tidyverse.org/news.html#news-release) * [ ] `urlchecker::url_check()` * [ ] `devtools::build_readme()` *...
Data standards for clinical studies: https://www.cdisc.org/
```r library(edibble) library(tidyverse) des set_units(tray = 7, col = nested_in(tray, 2), row = nested_in(tray, 12), plate = nested_in(tray, crossed_by(col, row))) |> set_trts(sampling_points = as.character(c(0, 3, 7, 14, 21)), genotype =...