Description Usage Arguments Author(s) Examples
Builds an EMM model using provided data.
| 1 | build(JEMM, newdata)
 | 
| JEMM | The EMM object that you want to add data to | 
| newdata | The data that you want to add | 
Benjamin Koopferstock
| 1 2 3 4 5 6 7 | library(RJEMM)
emm <- create_EMM(measure = "Dice", threshold = 0.5, )
data(anomaly)
build( emm, anomaly)
displayStates(emm)
displayLinks(emm)
display(emm)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.