MedResearch Suite Stay Curious!

For Students, Residents, Departments, and Institutions

Your statistics, start to finish, on your own machine.

MedResearch Suite picks the right statistical test, runs it, checks the assumptions, and draws the figure your journal expects. Every number is validated against R, and the whole engine runs locally, so your dataset never goes online.

Download It

Free. No account, no sign up.

The MedResearch Suite Meta-Analysis workspace in dark mode, showing a twelve trial forest plot with a pooled effect diamond and heterogeneity statistics.
The Meta-Analysis Workspace, Live Twelve trials pooled with a random effects model. Pooled mean difference −8.14 (95% CI −9.83 to −6.45), I² = 50%. The forest plot, funnel plot, leave one out, and cumulative analyses all come from the same import, and export at 300 DPI.
44

statistics cross-checked against R

6

workspaces, question to manuscript

18

HIPAA identifiers the scanner knows

0

bytes of your data ever transmitted

It picks the right test

Mark which column is which. The app runs Shapiro-Wilk normality and Levene variance checks, selects the correct test, and tells you why in plain English. When your data breaks an assumption it offers the proper alternative, such as Welch, Firth, or McNemar, instead of quietly handing you the wrong number.

It never leaves your device

No cloud, no account, no upload. The analysis engine runs on your own computer, and the app works with the network cable pulled out. Patient data has nowhere to go because there is nowhere to send it.

R

It agrees with R

Every statistic the app can produce is cross checked against R's gold standard packages, from metafor to survival to pwr. Not approximations of them. The same numbers, to displayed precision.

01 Real screens, real numbers

See it in use.

These are not mockups. Every screen below is the app running on real data, captured live, with the result it actually produced.

The Analytics workspace showing an automatically selected One-Way ANOVA with green assumption check chips and a plain English write up of the result.
Analytics. The Test Chose Itself. A three group dataset went in. The app selected a One-Way ANOVA, ran a Shapiro-Wilk normality check on every group, confirmed equal variances, and returned F(2,12) = 368.6, p < 0.001, η² = 0.984, with a plain-English write-up you can copy straight into a manuscript. No test was chosen by hand.
The Diagnostics workspace showing a ROC analysis with area under the curve 0.901, the Youden optimal cutoff, and sensitivity and specificity.
Diagnostics. Curve and Statistics Together. A raw biomarker column and its true labels produced the ROC curve, an area under the curve of 0.901 (95% CI 0.836 to 0.967), the Youden optimal cutoff at ≥ 4.89, and sensitivity and specificity of 84.4% and 83.6%. Likelihood ratios, predictive values, and Cohen's kappa come with it.

02 The rule, in your hands

Which test would it choose?

This is the decision the app makes the moment you mark your columns, and it is the one most projects get wrong. Tell it what your data looks like and watch it choose. Nothing to download.

1 · What are you comparing?
2 · What does the data look like?
It would run

Welch's t-test

This is where the app starts, not where it stops. The rank based tests compare whole distributions, so they answer a question about medians only when the groups have a similar shape, and a t test survives a lot of skew once the sample is reasonably large. The app checks those things on your actual data and shows its reasoning, which is the part a flowchart cannot do for you.

03 One tool, whole project

From question to manuscript.

Most projects lose weeks moving between a spreadsheet, a stats package, and a drawing tool. This is all four stages in one place.

01

Discovery

Measure what already exists. Search PubMed for the published footprint and ClinicalTrials.gov for the trials already under way, before you commit a year to it.

02

Sample Size

Power the study properly before you collect. t tests, ANOVA, proportions, and correlations, including unequal allocation.

03

Analyze

Mark your columns. The right test is selected, the assumptions are checked, and the effect size and confidence interval come with the p value.

04

Publish

Export figures at 300 DPI in PNG, JPG, TIFF, or SVG, with a plain-English write-up ready for the manuscript.

04 Privacy by construction

Patient data never leaves the device.

The one thing a research tool cannot afford to get wrong, settled by how it is built rather than by what it promises.

There is no cloud, no account, and no upload. The analysis engine runs on your own computer and the app works with no internet connection at all. That is not a policy you have to trust. It is simply how the software is built.

A built in Safe Harbor helper can scan a dataset for the eighteen HIPAA identifiers and hand back a de-identified copy, and the app warns you before any free text you type could ever be sent out.

MedResearch Suite is a research tool, not a certification. It does not by itself make a project HIPAA compliant, and it is not a substitute for a statistician or your institution's review process.

05 Six workspaces

What it does.

The same six workspaces you see in the app, in the same order.

01

Discovery

Measure how much has already been published on your question through PubMed, and how many trials are registered or running through ClinicalTrials.gov, with a study type breakdown.

02

Sample Size

Power analysis for t tests, ANOVA, proportions, and correlations, with unequal allocation and one sided options.

03

Analytics

Automatic test selection with assumption checks, effect sizes, multivariable models, survival, and reliability.

04

Meta-Analysis

Forest, funnel, leave one out, and cumulative plots. Fixed, random, HKSJ, prediction intervals, Egger, and Begg.

05

Diagnostics

2x2 tables, ROC and AUC, likelihood ratios, predictive values, kappa, and a Bayesian probability revision plot.

06

Visualizations

Box, violin, raincloud, Bland-Altman, Q-Q, heatmaps, and PRISMA, CONSORT, and STROBE diagrams.

06 Open the drawers

Validated against R.

Ease of use is worthless if the numbers are wrong. Every statistic the app can produce has been run against R's gold standard packages on the same data and compared to displayed precision. Here is exactly what was checked against what.

Group comparisons and post-hoc tests
StatisticChecked against
Welch and Student t testt.test, t.test (var.equal)
One-sample t test against a referencet.test (mu)
Paired t testt.test (paired)
One-way ANOVA, eta squared, omega squaredaov
Welch ANOVAoneway.test
Two-way ANOVA with interaction, Type IIcar::Anova
ANCOVA, Type IIcar::Anova
Repeated-measures ANOVA, partial eta squaredverified against R
Mauchly sphericity, Greenhouse-Geisser, Huynh-Feldtverified against R
Friedman and Kendall's Wfriedman.test
Cochran's Qverified against R
Mann-Whitney U, exact and tiedwilcox.test
Wilcoxon signed-rankwilcox.test (paired)
Kruskal-Wallis and epsilon squaredkruskal.test
Tukey HSDTukeyHSD
Dunn (tie corrected) and Games-Howellverified against R
Levene (Brown-Forsythe) variance checkverified against R
TOST equivalenceSchuirmann, Welch
Regression and correlation
StatisticChecked against
Pearson and Spearman correlation with CIcor.test
Spearman exact permutation p (n of 9 or fewer, no ties)cor.test (exact), full enumeration
Kendall's tau-b, tie correctedcor.test (kendall)
Linear regression, slope CI, adjusted R squaredlm, confint
Binary logistic with profile likelihood CIglm, confint.glm
Firth penalized logistic (separation)logistf
Ordinal logisticMASS::polr
Poisson and rate models with offsetglm (poisson)
Negative binomial, alpha and profile CIMASS::glm.nb
Multinomial logisticnnet::multinom
Multivariable linear and logisticlm, glm
Categorical and exact tests
StatisticChecked against
Chi-square with Yates correction, Cramer's Vchisq.test
Fisher exact, conditional OR and exact CIfisher.test
Fisher-Freeman-Halton (larger tables)fisher.test
McNemar, exact binomial and correctedmcnemar.test, binom.test
Cochran-Armitage trendprop.trend.test
Holm and Benjamini-Hochberg correctionp.adjust
Meta-analysis
StatisticChecked against
DerSimonian-Laird pooled estimate and CImetafor::rma (DL)
Hartung-Knapp-Sidik-Jonkmanmetafor::rma (knha)
Prediction interval (IntHout t, k-2 df)metafor
Begg and Mazumdar rank correlationmetafor::ranktest
Egger regressionmetafor::regtest
Diagnostic meta-analysis, pooled Se and Spmetafor (PLO, DL)
Survival and diagnostics
StatisticChecked against
Kaplan-Meier medians and log ranksurvival
Cox proportional hazards, HR and C-indexsurvival
Competing risks, Aalen-Johansen CIFsurvival
Clopper-Pearson exact proportion CIbinom.test
Likelihood ratio and DOR intervalsepiR::epi.tests
ROC AUC and DeLong intervalverified against R
Reliability, effect sizes, and power
StatisticChecked against
All six ICC forms with F based CIspsych::ICC
Fleiss kappairr
Hedges' g with noncentral t CIMBESS
Cohen's d_z with noncentral t CInoncentral t, independently recomputed
Correlation sample sizepwr::pwr.r.test
Unequal allocation t test sample sizepwr::pwr.t2n.test

07 Who it is for

Built for the people doing the work.

Students and residents

Your first project, without a statistician on speed dial. The test is chosen for you, the assumptions are checked for you, and the write-up is ready to paste.

Departments

Give a whole team a research tool that produces publishable figures, teaches the right test as it goes, and does not create a data governance problem.

Institutions

A portable build runs without admin rights on locked down machines, and nothing anyone analyzes is ever transmitted anywhere.

08 Straight answers

Questions.

How much does it cost?

It is free. No account, no sign up, and no licence key.

Does my patient data leave my computer?

No. There is no cloud, no account, and no upload. The statistics engine runs on your own machine, and the app works with no internet connection. Your dataset is held in memory while you work and is never written to a server, because there is no server to write to.

Is it HIPAA compliant?

That question does not really apply to a tool, and anyone who answers it with a simple yes is overselling. Compliance is a property of your project and your institution, not of software. What the app does is keep the data on your device, ship a Safe Harbor helper that scans for the eighteen identifiers and returns a de-identified copy, and warn you before any free text you type could be sent out. What it does not do is make your study compliant on its own.

Can I install it on a locked down hospital computer?

Yes. Alongside the normal installer there is a portable build. You extract it to any folder you can write to, such as your desktop or a USB stick, and run it. No installation, no administrator rights, no registry changes, and nothing left behind afterwards.

Does it work offline?

Yes, completely, for every analysis. The only features that need the internet are the ones that are about the internet: the literature search in Discovery, which queries PubMed and ClinicalTrials.gov, and the optional AI topic suggestions. Your data is not part of either.

How do I know the numbers are right?

Every statistic the app produces has been checked against R's gold standard packages on the same data, and matches to displayed precision. The full list is in the section above. There is also an automated test harness that re-runs those comparisons against stored R derived values, so a change cannot silently break a result.

Does this replace a statistician?

No, and it does not try to. It removes the mechanical errors, choosing the wrong test, missing an assumption, reporting a p value with no effect size, and it explains what it did in plain English. Study design, confounding, and interpretation still need a human, and anything headed for publication deserves a proper review.

What happens if my data breaks an assumption?

You are told, and you are offered the correct alternative. If variances are unequal it suggests Welch. If a logistic model is perfectly separated it suggests Firth's penalized regression rather than reporting an absurd odds ratio. If your groups are not normal it moves to the nonparametric equivalent. The reasoning is shown, so you can learn the rule rather than just take the output.

What can I export?

Figures export at 300 DPI in PNG, JPG, and TIFF, and as true vector SVG, which is what most journals ask for. Every result also has a plain-English write-up with the effect size and confidence interval, which you can copy to the clipboard and paste into a manuscript.

What data formats can I load?

CSV and Excel files, or you can type and paste directly into the data grid. Meta-analysis and diagnostics have downloadable templates so the column layout is unambiguous, and the importer maps your columns for you.

Which operating systems are supported?

Windows 10 and 11 today, as an installer or the portable build, at roughly 250 MB. A macOS version is in preparation and will be signed and notarized by Apple so it opens without warnings.

Does it use AI, and does that see my data?

There is one optional AI feature that suggests novel research angles, and it is off unless you add your own API key. It only ever receives the search wording you type, never your dataset. Before any text leaves the device, a guard scans it for patient identifiers and blocks it by default until you confirm twice.

Who made it, and can I get it for my department?

MedResearch Suite is built by HariOm S. Vaja. If you would like it running across a department or an institution, including on machines that block installers, get in touch.

09 Get in touch

Bring it to your department.

Rolling it out across a department or an institution, getting it onto machines that block installers, or telling me it got something wrong. All of it reaches the same inbox, and it is read by the person who wrote the software.

Email support@medresearchsuite.com
What helps me help you
  • How many people, and whether the machines block installers
  • The analysis you are stuck on, and what you expected instead
  • For a bug, the exact numbers on screen and what you clicked