| is_two_sample | R Documentation |
Detect if a one- or two-sample problem is specified
is_two_sample(Y, q)
Y |
A vector, matrix, data frame or |
q |
A function or |
TRUE for a two-sample problem (i.e., Y non-null and q = NULL)
and FALSE for a one-sample problem (i.e., Y = NULL and q non-null).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.