MSEdata | R Documentation |
The function MSEdata()
transforms an existing dataframe to the "MSE" format,
ensuring it contains a "count" column and that the other columns refer to
inclusion (1) or exclusion (0) on a set of lists.
MSEdata(data, colname = "count")
data |
Original MSE dataframe. It should contain a column named representing the observed counts of capture patterns, as well as columns representing the different lists, as follows: |
colname |
Name of the column representing the observed counts. Default is "count". c1 c2 count 0 1 7 1 0 3 1 1 4 |
Zero counts of unobserved capture patterns are added and duplicates capture patterns are aggregated.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.