View source: R/descriptive_stats.R
cas.probt | R Documentation |
Returns the p-values for the values for each column in the input table.
cas.probt(CASTable)
x |
CASTable. |
This function operates on numeric columns only.
vector
The result is a named numeric vector. You can access the p-value by column name or index.
## Not run:
x <- cas.probt(irisct)
x['Sepal.Length']
x[1:2]
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.