indicat | R Documentation |
This function creates 0-1 indicators for a given threshold y0 and vector y
indicat(y, y0)
y |
vector y |
y0 |
threshold value y0 |
val
yb = indicat(faithful$waiting,quantile(faithful$waiting,probs=c(0.25,0.5,0.75)))
summary(yb)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.