Software
R packages published on GitHub, plus browser-based HTML apps and a server-hosted web app — no installation required.
R packages
pord
Exact conditional tests for paired ordinal data recorded on the same K-point scale (e.g. expectation vs. achievement). A generalization of Fisher's exact test conditioning on both margins, with the exact null distribution obtained by dynamic programming.
HTML apps
All run without installation. Your data is processed in the browser and never uploaded. Each app has its own Japanese/English toggle.
From text to visuals — connected by one CSV
First, the Text analysis app builds a document-feature matrix (DFM) from your text and exports it as CSV. That same CSV loads directly into the three apps below — taking you from raw text to word clouds, co-occurrence networks, biplots, and group-wise topics without writing any code.
Text analysis (build DFM) → ① DFM visualization ② Correspondence analysis ③ NMF · Topic model
Non-negative Matrix Factorization (NMF · Topic model)
Runs non-negative matrix factorization (NMF). The Topic model tab reads a DFM with attribute columns (from the Text analysis app) and shows topic composition by group; the Matrix factorization tab takes any matrix and shows heatmaps & two-way clustering.
Web apps
Apps that run on an external server (R Shiny).
Regression & Classification Tree (CART)
An R Shiny app that builds regression and classification trees (CART).