카페검색 본문
카페글 본문
-
PI(perfusion index) 유용성, 산소포화도와 관련성 .. 최신논문 탐구!! 2026.05.01해당카페글 미리보기
pulse oximeter (finger probe) + Radiometer ABL 800 co-oximetry. 분석: PI를 3군으로 범주화: <0.6, 0.6–3, >3 (scatter plot 기반 variation 변화점). Bland-Altman analysis, bias, limits of agreement (LoA). Clinically significant discrepancy...
-
plot 함수를 이용해서 scatter plot을 만들려고 합니다 2009.11.15해당카페글 미리보기
b=read.table("/Users/cunghyeonyu/b.txt", col.names=c("name","count")) > > c=merge(a,b, by="name", all=T) > > plot(1:dim(c)[1], rep(max(c$count.x, c$count.y, na.rm=T),dim(c)[1]), + type="n", ylab="Count", ylim=c(0, max(c$count.x, c$count...
-
scatter plot 해석 도움이 필요합니다. 2008.07.17해당카페글 미리보기
제가 scatter plot을 그려봤는데 해석하는데 어려움이 있습니다. 세 개의 plot 가운데 첫번째는 그려진 선을 보고 negative relation이 있다고 말할 수가 있나요? 그리고 그 선에 가까이 있는 나라들이 몇개 없는데 두 변수간의 관계가 있다고 판단할 수...
-
오믹스 분석 탐구 2023 네이처!! 2026.03.30해당카페글 미리보기
846 lipids) Clinical lab tests Microbiome (stool, skin, oral, nasal) 데이터 처리 파이프라인: LOESS (locally estimated scatterplot smoothing)로 시간 경과에 따른 smoothing. Confounders (성별, BMI, 인종, insulin resistance 등) 보정 후...
-
R 그래프 : scatter plot 2015.02.06해당카페글 미리보기
때문이다. 그래서 xy graph라고도 한다. X,Y 변수를 설명하는 그래프!! http://www.statmethods.net/graphs/scatterplot.html http://www.r-bloggers.com/scatterplot-matrices-in-r/ http://r4stats.com/examples/graphics-ggplot2/ scatter plot matrix다