> For the complete documentation index, see [llms.txt](https://knowledge.theholisticcare.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge.theholisticcare.com/knowledge/research-and-evidence/reading-limitations-and-generalisability.md).

# Reading Limitations & Generalisability

Why sample, duration, control group, measurement, and population determine how far a study can be applied.

Every study has boundaries.

A responsible summary asks not only **“What did the study find?”** but also:

**“How far can this finding reasonably be applied?”**

## Sample size

Small studies may be valuable, but their estimates are less stable and more vulnerable to chance variation.

## Population

Results from:

* university students
* experienced meditators
* clinical patients
* older adults
* school children

should not automatically be generalised to every other population.

## Duration

A benefit measured immediately after a two-week program does not establish that the effect lasts for years.

## Comparison group

Mindfulness may look stronger against no treatment than against another structured, supportive program.

Active controls often provide a more demanding comparison.

## Measurement

Self-report measures, behavioural tasks, clinical diagnosis, physiological measures, and neuroimaging each answer different questions.

## Publication and reporting bias

Positive findings are sometimes more likely to be published or highlighted.

This is one reason systematic reviews and replication matter.

Limitations do not make research useless.

They tell us how carefully to speak about what it shows.

## Related guidance

* [Research & Evidence](https://knowledge.theholisticcare.com/knowledge/research-and-evidence)
* [Understanding Study Types](https://knowledge.theholisticcare.com/knowledge/research-and-evidence/understanding-study-types)
* [Statistical vs Practical Significance](https://knowledge.theholisticcare.com/knowledge/research-and-evidence/statistical-vs-practical-significance)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://knowledge.theholisticcare.com/knowledge/research-and-evidence/reading-limitations-and-generalisability.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
