[그래프 그리는 사이트]survival analysis & Kaplan Meier curves
Summary statistics are also textually available.
https://drive.google.com/file/d/1YSfzM5Ib8f2q7_zTk3d1edn087JWN4l3/view?usp=sharing
구글 드라이브에서 다운로드 받은 파일을 업로드해서 살펴보면 4개의 열로 되어 있습니다.
A plot like the one above is created without any special options.
The distribution by year is shown in turn to see if there is a difference in the distribution according to men and women, so it is good to judge the difference over time.
특별한 옵션없이 바로 위와같은 plot이 만들어 집니다.
남녀에 따른 분포의 차이가 있는지 년도별 분포가 차례로 보이므로
시간에 따른 차이를 판단하기 좋습니다.
If you change the scale, the height of the mountain increases little by little, and the upper and lower mountains slightly overlap.
You just have to watch and adjust accordingly.
scale을 바꾸어 주면 산의 높이가 조금씩 커지면서 위 아래 산들이 약간 겹치게 됩니다.
본인이 보면서 적절히 조절하면 됩니다.
다양한 색과 테마를 선택해서 변화를 줄 수 있습니다.
https://tinyurl.com/Spaghetti-Plot-for-longitudial
id에 해당하는 1열과 시간에 해당하는 3열과 값에 해당하는 6열을 지정해 줍니다.
'groups' and 'subgroups' are determined by the names of the variables.
'groups' 와 'subgroups'는 변수의 이름으로 결정됩니다.
and you can change them to something else as needed.
현재 변수 설정은 위의 그림과 같으며 필요에 따라 다른 것으로 바꿀 수 있습니다.
This is the first plot you will see.
The change in each person's value is represented by a single line.
먼저 보게되는 plot입니다.
각 사람의 값의 변화가 하나의 선으로 표현됩니다.
4개의 옵션이 제공됩니다. 'show facet by groups'를 선택한다면
'groups'에 의해 나누어져서 좌우에 배치된 결과물을 얻게 됩니다.
Divided by 'groups'and 'subgroups', we get the result.
'show facet by subgroups'를 선택한다면
'groups'과 'subgroups'에 의해 나누어진 결과물을 얻게 됩니다.
'colorful'을 선택한다면 각 사람마다 다른 색으로 표현된 결과물을 얻게 됩니다.
The start and end points of each line are expressed differently.
이제 x축에 4열(age)을 배치해 봅시다.
각 line의 시작점고 끝점이 제각각 다르게 표현됩니다.