| asjson.ddsimca | R Documentation |
Converts object with DD-SIMCA model to JSON string compatible with web-application.
## S3 method for class 'ddsimca'
asjson(
obj,
limType = "classic",
alpha = obj$alpha,
gamma = obj$gamma,
ncomp = obj$ncomp.selected,
...
)
obj |
Object with DD-SIMCA model (from |
limType |
type of critical limits to use ('classic' or 'robust'). |
alpha |
significance level for decision boundary. |
gamma |
significance level for outlier detection boundary. |
ncomp |
number of selected components. |
... |
other arguments |
stringified JSON
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.