Site logo Site logo Less Likely
  • Home
  • Articles
    • Statistical Science
    • Medicine
    • Nutrition
    • All Posts
  • Links
    • About
    • How It’s Built
    • Projects
    • Contact
    • Support
    • Blog Roll

  • Pages
    • Home
    • About
    • How It’s Built
    • Contact
    • Support
  • Archives
    • Statistics
    • Medicine
    • Nutrition
  • Resources
    • All Posts
    • Projects
    • Datasets
    • Blog Roll
    • Site Map
    • RSS Feed

On this page

  • Statistical Science and Related Matters
  • Recent Posts
  • Featured Statistics Articles
  • Topics We Cover
  • Stay Connected
  • Edit this page
  • Report an issue

Statistical Science and Related Matters

30+

Total Pages

27

Blog Posts

3

Categories

Recent Posts

Your Models Are Neither Useful Nor Approximate

statistics

A discussion about models and the assumptions that underlie them.

Jan 1, 2024

Using Stata: Producing Consonance Functions

statistics

A simple guide on how to produce consonance functions in Stata.

Jan 1, 2024

Simulation of a Two-Group Parallel-Arm RCT with Interim Analyses

statistics

A simulation of a two-group parallel-arm randomized trial with interim analysis using the rpact package.

Feb 1, 2021

Tables, Graphs, and Computations from Rafi & Greenland (2020)

This post goes through the R code and logic that was used to construct the figures and concepts in Rafi & Greenland (2020) BMC MRM.

Dec 12, 2020

Quality Control in Statistical Analyses

statistics

Experienced statisticians and data analysts are familiar with stories where a coding error has led to an entire conclusion changing, even leading to a retraction. It’s the sort of stuff that keeps people up at night.

Jun 13, 2020

Book Review: Regression and Other Stories by Gelman, Hill, and Vehtari

An early look at Gelman et als new book, Regression and Other Stories, which is an update to their seminal 2006 book, Data Analysis Using Regression and Multilevel Hierarchical Models.

Jun 11, 2019
No matching items

See all posts →

Featured Statistics Articles

Your Models Are Neither Useful Nor Approximate

A discussion about models and the assumptions that underlie them.

Jan 1, 2024

Using Stata: Producing Consonance Functions

A simple guide on how to produce consonance functions in Stata.

Jan 1, 2024

Simulation of a Two-Group Parallel-Arm RCT with Interim Analyses

A simulation of a two-group parallel-arm randomized trial with interim analysis using the rpact package.

Feb 1, 2021

Tables, Graphs, and Computations from Rafi & Greenland (2020)

This post goes through the R code and logic that was used to construct the figures and concepts in Rafi & Greenland (2020) BMC MRM.

Dec 12, 2020
No matching items

Browse all statistics articles →

Topics We Cover

Sensitivity Analysis

Exploring how conclusions change under different assumptions

Statistical Assumptions

Critical examination of model assumptions

Robust Methods

Statistics that work when assumptions fail

Causal Inference

Drawing causal conclusions from observational data

Bootstrap Methods

Resampling techniques for uncertainty quantification

Data Management

Best practices for statistical workflows

Stay Connected

Subscribe

Get updates on new posts via RSS or follow on Twitter or Bluesky

Contribute

Found an issue or want to contribute? Visit the GitHub repository

Citation

BibTeX citation:
@online{panda,
  author = {Panda, Sir},
  url = {https://lesslikely.com/},
  langid = {en}
}
For attribution, please cite this work as:
1. Panda S. https://lesslikely.com/.
Source Code
---
image: images/HomeLogo-static.png
title-block-banner: false
author: []
format:
  html:
    page-layout: full
    title-block-style: none
listing:
  - id: recent-posts
    contents: posts
    sort: "date desc"
    type: default
    categories: false
    sort-ui: false
    filter-ui: false
    max-items: 6
    fields: [image, date, title, description, categories]
    grid-columns: 3
  - id: featured-stats
    contents: "posts/**/*.{qmd,ipynb}"
    sort: "date desc"
    type: grid
    max-items: 4
    fields: [image, date, title, description]
    grid-columns: 4
---

<center>

## Statistical Science and Related Matters ![](images/HomeLogo.gif){fig-align="center" width="144" height="67"}

</center>

:::::::::::: {style="display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin: 2rem 0; text-align: center;"}
::::: {style="padding: 1.5rem; background: #f8f9fa; border-radius: 8px;"}
[**30+**]{style="font-size: 2.25rem; font-weight: bold; color: #4895ab; text-decoration: none;"}

[Total Pages](blog.html){style="color: #6c757d; text-decoration: none;"}
:::::

::::: {style="padding: 1.5rem; background: #f8f9fa; border-radius: 8px;"}
[**27**]{style="font-size: 2.5rem; font-weight: bold; color: #d46c5b; text-decoration: none;"}

[Blog Posts](blog.html){style="color: #6c757d; text-decoration: none;"}
:::::

::::: {style="padding: 1.5rem; background: #f8f9fa; border-radius: 8px;"}
[**3**]{style="font-size: 2.5rem; font-weight: bold; color: #4895ab; text-decoration: none;"}

[Categories](blog.html){style="color: #6c757d; text-decoration: none;"}
:::::
::::::::::::

:::::: content-section
::::: container
## Recent Posts

::: {#recent-posts}
:::

::: {.text-center .mt-4}
[See all posts →](blog.html){.btn .btn-primary .btn-lg}
:::
:::::
::::::

:::::: {.content-section .bg-light .py-5}
::::: container
## Featured Statistics Articles

::: {#featured-stats}
:::

::: {.text-center .mt-4}
[Browse all statistics articles →](blog.html#category=statistics){.btn .btn-outline-primary .btn-lg}
:::
:::::
::::::

::::::::::: content-section
:::::::::: container
## Topics We Cover

::::::::: {.grid .topics-grid}
::: {.g-col-12 .g-col-md-6 .topic-card}
**[Sensitivity Analysis](blog.html#category=statistics)**

Exploring how conclusions change under different assumptions
:::

::: {.g-col-12 .g-col-md-6 .topic-card}
**[Statistical Assumptions](blog.html#category=statistics)**

Critical examination of model assumptions
:::

::: {.g-col-12 .g-col-md-6 .topic-card}
**[Robust Methods](blog.html#category=statistics)**

Statistics that work when assumptions fail
:::

::: {.g-col-12 .g-col-md-6 .topic-card}
**[Causal Inference](blog.html#category=statistics)**

Drawing causal conclusions from observational data
:::

::: {.g-col-12 .g-col-md-6 .topic-card}
**[Bootstrap Methods](blog.html#category=statistics)**

Resampling techniques for uncertainty quantification
:::

::: {.g-col-12 .g-col-md-6 .topic-card}
**[Data Management](blog.html#category=statistics)**

Best practices for statistical workflows
:::
:::::::::
::::::::::
:::::::::::

::::::: {.content-section .bg-light .py-5}
:::::: container
## Stay Connected

::::: grid
::: {.g-col-12 .g-col-md-6}
### Subscribe

Get updates on new posts via [RSS](blog.xml) or follow on [Twitter](https://twitter.com/dailyzad)
 or [Bluesky](https://bsky.app/profile/lesslikely.com)
:::

::: {.g-col-12 .g-col-md-6}
### Contribute

Found an issue or want to contribute? Visit the [GitHub repository](https://github.com/zadrafi)
:::
:::::
::::::
:::::::

Copyright 2026, Less Likely

 
  • Edit this page
  • Report an issue