Ask about your data in plain language. Blade picks the test and runs it in R on your machine. You get APA output, assumption checks, and the script behind them.
Get Blade macOS and Windows, beta
Picking the right test is the work. So is checking you were allowed to run it. So is running it again next year on new data.
| Point-and-click stats software | Blade | |
|---|---|---|
| Getting to a result | Find the menu, fill in the dialog, hope the defaults are right. | Describe the question in a sentence. |
| Choosing the test | You have to know before you start. | Blade proposes a method and says why that one. |
| Assumptions | A separate menu you have to remember to open. | Checked and reported next to the result. |
| Reproducing it | Only if you saved the syntax yourself. | Every analysis leaves runnable R in the folder. |
| Your data | Imported into the tool's own world. | Read in place. CSV, Excel, .sav, Parquet. |
No import step and no project format. Blade reads the files where they sit. Output lands beside them.
Blade reads the variables and picks a method. It tells you what it chose before running anything.
"Does the treatment group still differ on the outcome once I control for baseline score and age?"
You get APA output, tables, plots, assumption checks, and a plain reading of what it means. The R syntax sits underneath. Export any of it.
Each one is a tool the agent calls against an R engine. The model picks which to run and reads the output. It never produces the numbers.
A p-value in Blade came out of an R procedure. It is the same one you would run by hand. The model chooses the procedure and explains what came back.
Convergence warnings, singular fits and violated assumptions come through instead of being smoothed over. An analysis that failed says so.
Every analysis writes runnable R into your folder. Hand it to a supervisor, a reviewer or a statistician. They can check the work without Blade.
Blade runs on the R and Python already installed on your computer, in a folder you pick. Your data files are never uploaded. Every file write and shell command waits for your approval.
The hosted API plans the work and holds the model keys. It stores the session transcript and nothing from your workspace.
Blade is quick at the mechanical part. It cannot judge whether your design supports the conclusion. That stays yours.
Save an analysis as a workflow. Next term it runs on the new data in one click. Or it goes to a colleague as a single file.
See how workflows work →Beta. Blade needs R, checks for it on first launch, and can install R and Python for you.
macOS: signed and notarized by PT Skala Teknologi Nusantara, so it opens normally. Windows: not signed yet, so SmartScreen warns once. Click More info, then Run anyway. Linux is not published yet.
No. You ask in plain language and read the explanation. The R is there for when someone asks to see your work. It runs on its own.
Yes. SPSS .sav files read through R, along with CSV, TSV,
Excel and Parquet. Variable and value labels survive.
Not with the arithmetic, which is why it never does any. The model picks the procedure and reads the output. R computes the result. You see both the choice and the syntax.
Your data files stay in your folder. The hosted API plans the analysis and stores the session transcript. It never receives your datasets. Every write and command asks first.
It replaces the hours lost to menus, syntax and reformatting output. It cannot judge whether your design supports your conclusion. It will say when a question is beyond the data.
Not published yet. The macOS and Windows builds are above.