attemptstable2supp3 | R Documentation |
description here
attemptstable2supp3(a, decreasing, give.supp=TRUE, dnf.last=TRUE)
a |
Data frame, see details |
decreasing |
Boolean, with |
give.supp |
Boolean, return the support function or the order statistic |
dnf.last |
Boolean, should NA entries count as coming last (TRUE) or be ignored (FALSE) |
Function attemptstable2supp3()
is intended for use on attempts
tables like javelin
.
These objects can be generated by running script
inst/javelin.Rmd
, which includes some further discussion and
technical documentation, and creates file javelin.rda
which
resides in the data/
directory.
Returns a hyper3
object
Robin K. S. Hankin
ordertable2supp
,javelin
jj <- javelin_table[1:3,]
jj
attemptstable2supp3(jj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.