Skip to content

Commit

Permalink
Merge pull request #147 from stde-epro/patch-1
Browse files Browse the repository at this point in the history
fix rendering of z-score
  • Loading branch information
pacharanero authored Mar 23, 2021
2 parents 6ea47f9 + c2eb7a5 commit 341ca8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ The LMS method provides a way of obtaining normalized growth centiles from a rel
- Look up in the LMS table for the relevant measurement (e.g. height) the age and sex-specific values of L, M and S for the child. If the child's age falls between the tabulated ages, use cubic interpolation to obtain values for the child's exact age.

- To obtain the z-score, plug the LMS values with the child's measurement into the formula:
![formula](https://latex.codecogs.com/svg.latex?\=z={[(Measurement / M)-1] \over L S})
<img src="https://latex.codecogs.com/svg.image?z={(Measurement&space;/&space;M)-1&space;\over&space;L&space;S}" title="z={(Measurement / M)-1 \over L S}" />

## Growth References

Expand Down

0 comments on commit 341ca8f

Please sign in to comment.