안녕하세요! 책 보며 하나씩 해보고 있습니다. 항상 감사드립니다.
table을 보기 좋게 하는 것을 연습하는데까지 왔습니다만..
script에 이렇게 입력하였더니, 최초 한번만 viewer에 표가 깔끔하게 떴습니다.
install.packages("ztable")
library(ztable)
options(ztable.type="html")
out <- mytable(Dx~LDLC+DM, data=acs)
out
ztable(out)
지금은..console에 다음과 같이 뜹니다. 도와주세요. install.packages도 여러번 해봤지만 반복됩니다.
> out
--------------------------------------------------------
Descriptive Statistics by 'Dx'
________________________________________________________
NSTEMI STEMI Unstable Angina p
(N=153) (N=304) (N=400)
--------------------------------------------------------
LDLC 126.1 ± 44.7 116.7 ± 39.5 112.9 ± 40.4 0.004
DM 0.209
- No 96 (62.7%) 208 (68.4%) 249 (62.2%)
- Yes 57 (37.3%) 96 (31.6%) 151 (37.8%)
--------------------------------------------------------
> ztable(out)
<head><style>
table {
font-family: times ;
color: black ;
text-align: right;}
th {
padding: 1px 1px 5px 5px;
}
td {
padding: 1px 1px 5px 5px; }
</style></head><table align="center" style="border-collapse: collapse; caption-side:top; font-size:11pt;"><caption style="text-align:center;"></caption><tr>
<th <th align="center" style="font-weight: normal;border-left: 0px solid black;border-bottom: hidden;border-top: 2px solid gray;"></th>
<th <th align="center" style="font-weight: normal;border-left: 0px solid black;border-bottom: hidden;border-top: 2px solid gray;">NSTEMI</th>
<th <th align="center" style="font-weight: normal;border-left: 0px solid black;border-bottom: hidden;border-top: 2px solid gray;">STEMI</th>
<th <th align="center" style="font-weight: normal;border-left: 0px solid black;border-bottom: hidden;border-top: 2px solid gray;">Unstable Angina</th>
<th <th rowspan="2" align="center" style="font-weight: normal;border-left: 0px solid black;border-right:0px solid black;border-bottom: 1px solid gray;border-top: 2px solid gray;">p</th>
</tr>
<tr>
<th align="center" style="font-weight: normal;border-left: 0px solid black;border-bottom: 1px solid gray;"></th>
<th align="center" style="font-weight: normal;border-left: 0px solid black;border-bottom: 1px solid gray;">(N=153)</th>
<th align="center" style="font-weight: normal;border-left: 0px solid black;border-bottom: 1px solid gray;">(N=304)</th>
<th align="center" style="font-weight: normal;border-left: 0px solid black;border-bottom: 1px solid gray;">(N=400)</th>
</tr>
<tr>
<td align="left" style="border-left: 0px solid black;">LDLC </td>
<td align="left" style="border-left: 0px solid black;">126.1 ± 44.7</td>
<td align="center" style="border-left: 0px solid black;">116.7 ± 39.5</td>
<td align="center" style="border-left: 0px solid black;">112.9 ± 40.4</td>
<td align="right" style="border-left: 0px solid black;border-right:0px solid black;">0.004</td>
</tr>
<tr>
<td align="left" style="border-left: 0px solid black;border-top: hidden;">DM</td>
<td align="left" style="border-left: 0px solid black;border-top: hidden;"></td>
<td align="center" style="border-left: 0px solid black;border-top: hidden;"></td>
<td align="center" style="border-left: 0px solid black;border-top: hidden;"></td>
<td align="right" style="border-left: 0px solid black;border-right:0px solid black;border-top: hidden;">0.209</td>
</tr>
<tr>
<td align="left" style="border-left: 0px solid black;border-top: hidden;"> No </td>
<td align="left" style="border-left: 0px solid black;border-top: hidden;">96 (62.7%)</td>
<td align="center" style="border-left: 0px solid black;border-top: hidden;">208 (68.4%)</td>
<td align="center" style="border-left: 0px solid black;border-top: hidden;">249 (62.2%)</td>
<td align="right" style="border-left: 0px solid black;border-right:0px solid black;border-top: hidden;"></td>
</tr>
<tr>
<td align="left" style="border-left: 0px solid black;border-top: hidden;"> Yes</td>
<td align="left" style="border-left: 0px solid black;border-top: hidden;">57 (37.3%)</td>
<td align="center" style="border-left: 0px solid black;border-top: hidden;">96 (31.6%)</td>
<td align="center" style="border-left: 0px solid black;border-top: hidden;">151 (37.8%)</td>
<td align="right" style="border-left: 0px solid black;border-right:0px solid black;border-top: hidden;"></td>
</tr>
<tr>
<td colspan="5" align="left" style="font-size:9pt ;border-top: 1px solid black; border-bottom: hidden;"></td>
</tr>
</table>
>
Comment 2
-
cardiomoon
2020.03.22 08:52
-
kiho
2020.03.22 16:52
No. | Subject | Author | Date |
---|---|---|---|
754 | PPTx 다운에 대해 질문드립니다. [3] | 라파엘 | 2020.03.30 |
753 | lubridate관련 문의드립니다. 꼭좀 도와주세요 ! [4] | 이엠티 | 2020.03.27 |
752 | 안녕하세요. 회귀식에 관해 문의드립니다. [3] | naaddict | 2020.03.24 |
751 | 질문드립니다. [1] | JJ1518 | 2020.03.24 |
750 | plot_ROC() 문의드립니다. [1] | 닥터강 | 2020.03.24 |
749 | ggplot 문의드립니다. [3] | 네잎클로바 | 2020.03.24 |
748 | 메타 분석에서 Egger의 회귀검정 관련 버그 [2] | 셀미셀미 | 2020.03.24 |
747 | 질문입니다 [3] | qubic | 2020.03.23 |
» | ztable이 console에만 이상하게 뜹니다.(R studio) [2] | kiho | 2020.03.22 |
745 | 제발 부탁드립니다. [2] | 라파엘 | 2020.03.22 |
744 | R 시행후 오류에 대해 여쭙니다 [1] | neurokim | 2020.03.20 |
743 | 안녕하세요! 질문드립니다!! [2] | 래유니 | 2020.03.17 |
742 | 교수님 오랜만입니다! [1] | 스튜던트 | 2020.03.15 |
741 | 안녕하세요 선그래프 구현 질문드립니다. [3] | erynies | 2020.03.15 |
740 | 질문드립니다. [1] | JJ1518 | 2020.03.15 |
739 | 정회원 서버 프로그램 오류 관련 문의드립니다. [1] | kato7 | 2020.03.15 |
738 | Loop 사용 관련하여 문의드립니다. [3] | 바슈메트 | 2020.03.09 |
737 | 회귀모형 자동해석 | cardiomoon | 2020.03.08 |
736 | Logistic regression 에서 변수 결정 방법 | 별명없음 | 2020.03.05 |
735 | 답변 부탁드리고 감사드립니다. [1] | 라파엘 | 2020.03.03 |
ztable의 option이 'html'로 되어 있어서 입니다. 다음과 같이 "viewer"로 바꿔주시면 됩니다.
options(ztable.type="viewer")
ztable(out)