Jamovi AI Interpreter — User Manual
Reference guide for users, instructors, and administrators on the distribution platform and module workflow.
1) Required platform URL and module settings
- License server URL:
https://jamovi.meroschool.click - In jamovi module settings, set
licenseServerUrlto the URL above. - Set your personal
licenseKeyfrom dashboard trial/paid provisioning.
See references: /README.md, /distribution/README.md, /distribution/module_integration_notes.md.
2) End-user process (platform workflow)
- Register account on
/register. - Verify email from inbox.
- Sign in via
/login(users auto-land on dashboard). - Use trial license (default 3 analyses) or upgrade with PayPal for paid license.
- Generate module download link and install
.jmofile in jamovi. - Enter license settings in module and run analyses.
3) Analysis type options available
| Key | Analysis Type |
|---|---|
descriptives | Descriptives (mean, SD, skewness, normality) |
frequencies | Frequencies & Chi-Square GOF |
chisq | Chi-Square Test of Independence |
ttest_one | One-Sample T-Test |
ttest_ind | Independent Samples T-Test |
ttest_paired | Paired Samples T-Test |
anova | One-Way ANOVA |
correlation | Correlation Matrix |
regression | Linear Regression |
freq_graphs | Frequency Table & Graphs |
cronbach | Cronbach Alpha (Reliability) |
efa | Exploratory Factor Analysis (EFA) |
cfa | Confirmatory Factor Analysis (CFA) |
multi_response | Multiple Response Sets |
4) Additional interpretation/output options
Depending on analysis type, these flags can be enabled: showPlots, showBoxPlots, showScatter, showGroupStats, showCorrelations, showTransformations, ttestOneTail, ttestConfInt, ttestEffectSize, anovaTukey, anovaEffectSize, anovaDescriptives, anovaWelch, corrSpearman, corrFlagSig, corrCI, regStandardized, regModelFit, regResiduals, descMedian, descSkewKurt, descNormality.
5) AI provider setting guidelines
| Provider | Typical Endpoint | Notes |
|---|---|---|
| OpenAI | https://api.openai.com/v1/chat/completions | Model example: gpt-4o / gpt-4o-mini |
| DeepSeek | https://api.deepseek.com/v1/chat/completions | Model example: deepseek-chat |
| Anthropic | https://api.anthropic.com/v1/messages | Model example: Claude series |
| Google AI | https://generativelanguage.googleapis.com/v1beta/models/... | Model example: Gemini series |
| Custom | OpenAI-compatible endpoint | Set endpoint/model manually |
- Never hardcode API keys in shared scripts or repositories.
- Use environment-backed secrets where possible.
- If provider endpoint/model is changed, validate with a short pilot analysis first.
6) Admin workflow
- Open admin panel manually using admin credentials
- Use left sidebar sections: Users, Payments, Update License.
- Select user → review licenses/payments → apply updates with dropdown/date controls.
- For offline payments: create manual pending payment and confirm it after verification.