-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
40 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,22 @@ | ||
#' experDesign: Expert experiment design in batches | ||
#' | ||
#' Enables easy distribution of samples per batch avoiding batch and | ||
#' confounding effects by randomization of the variables in each batch. | ||
#' | ||
#' The most important function is [design()], which distributes | ||
#' samples in batches according to the information provided. | ||
#' | ||
#' To help in the bench there is the [inspect()] function that appends | ||
#' the group to the data provided. | ||
#' @author Lluís Revilla | ||
#' @name experDesign-package | ||
#' @aliases experDesign | ||
#' @docType package | ||
NULL | ||
#' experDesign: Expert experiment design in batches | ||
#' | ||
#' Enables easy distribution of samples per batch avoiding batch and | ||
#' confounding effects by randomization of the variables in each batch. | ||
#' | ||
#' The most important function is [design()], which distributes | ||
#' samples in batches according to the information provided. | ||
#' | ||
#' To help in the bench there is the [inspect()] function that appends | ||
#' the group to the data provided. | ||
#' | ||
#' If you have a grid or some spatial data, you might want to look at the | ||
#' [spatial()] function to distribute the samples while keeping the original | ||
#' design. | ||
#' | ||
#' In case an experiment was half processed and you need to extend it you can | ||
#' use [follow_up()] or [follow_up2()]. It helps selecting which samples | ||
#' already used should be used in the follow up. | ||
#' @author Lluís Revilla | ||
#' @name experDesign-package | ||
#' @aliases experDesign | ||
"_PACKAGE" |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.