writeJSON.ddsimca: Saves DD-SIMCA model as JSON file compatible with...

View source: R/ddsimca.R

writeJSON.ddsimcaR Documentation

Saves DD-SIMCA model as JSON file compatible with web-application (https://mda.tools/ddsimca).

Description

You can load created JSON file to web-app and use it for prediction.

Usage

## S3 method for class 'ddsimca'
writeJSON(obj, fileName, ...)

Arguments

obj

Object with DD-SIMCA model (from ddsimca).

fileName

Name or full path to JSON file to be created.

...

other arguments (passed to asjson.ddsimca).


mdatools documentation built on March 6, 2026, 5:08 p.m.