Skip to content

Commit 5d40226

Browse files
committed
0.4.1
1 parent 586cf77 commit 5d40226

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# RefCurv
22

3+
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
4+
35
<img align="right" src=https://raw.githubusercontent.com/xi2pi/RefCurv/master/logo/refcurv_logo.png width=150px>
46

57
RefCurv is a software providing methods to create pediatric reference curves from data. Furthermore, it comes with a big number of features to analyze reference curves. The graphical user interface (GUI) is written in Python. RefCurv uses R and the [GAMLSS](https://en.wikipedia.org/wiki/Generalized_additive_model_for_location,_scale_and_shape) add-on package as the underlying statistical engine.

docs/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
# RefCurv
22

3-
<img align="right" src="img/refcurv_logo.png" width=150px>
3+
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
44

5-
RefCurv is a software providing methods to create pediatric reference curves from data. The graphical user interface (GUI) is written in Python. RefCurv uses R and the [GAMLSS](https://en.wikipedia.org/wiki/Generalized_additive_model_for_location,_scale_and_shape) add-on package as the underlying statistical engine.
5+
RefCurv is a software providing methods to create pediatric reference curves from data. Furthermore, it comes with a big number of features to analyze reference curves. The graphical user interface (GUI) is written in Python. RefCurv uses R and the [GAMLSS](https://en.wikipedia.org/wiki/Generalized_additive_model_for_location,_scale_and_shape) add-on package as the underlying statistical engine.
66

77
## Example
88

99
Following figure shows example reference curves for Body Mass Index (BMI) over age:
1010

1111
<p align="center">
12-
<img src="img/bmi_example.png" class="inline" width=400px>
12+
<img src="https://xi2pi.github.io/RefCurv/img/bmi_example.png" class="inline" width=400px>
1313
</p>
1414

1515
The curves are based on a dataset of healthy Dutch boys.
1616
RefCurv was used to fit a model to the data points and depict it in form of percentile curves. The labels indicate the percentiles, e.g. "P3" stands for the third percentile.
1717

1818
## Overview
1919

20-
![RefCurv](/img/refcurv_0_4_0.png)
20+
![RefCurv](https://xi2pi.github.io/RefCurv/img/refcurv_0_4_0.png)

0 commit comments

Comments
 (0)