Multivariate Statistics - Javascript - D3
Add plots to your web applications in one line of code!
StatsJs is a simple Javascript sdk that builds statistical graphs for web applications.
Type the following in the console or web application: await import("https://lorenasandoval88.github.io/statsjs/sdk.mjs").pca.loadUI() parameters: pca.loadUI({divid = "myDiv"})
Type the following in the console or web application: const sdk = await import("https://lorenasandoval88.github.io/statsjs/sdk.mjs").dendogram.plot() parameters: sdk.dendogram.plot({divid = "myDiv"})
Type the following in the console or web application: const sdk = await import("https://lorenasandoval88.github.io/statsjs/sdk.mjs").heatmap.plot() parameters: sdk.heatmap.plot({divid = "myDiv"})