R 包“gtsummary”没有正确显示日期摘要
R 包 gtsummary
未正确显示 date
数据类型变量的摘要。即使使用 as.Date
函数将变量显式转换为 date
数据类型后,它也会显示类似的因素。但与此同时,它对于其他一些date
数据类型变量也能正确显示。我使用 class
函数检查了这两个变量,并且这两个变量都是 Date
数据类型。有人可以帮忙吗?
class(d$`UGI bleed`)
[1] "Date"
class(d$`LGI bleed`)
[1] "Date"
The R package gtsummary
is not showing the date
datatype variable's summary properly. It is showing like factors even after explicitly converting the variable to date
datatype using as.Date
function. But at the same time it is showing properly for some other date
datatype variables. I checked both the variables with class
function and both of the variables are Date
datatype. Can someone please help.
class(dThe R package gtsummary
is not showing the date
datatype variable's summary properly. It is showing like factors even after explicitly converting the variable to date
datatype using as.Date
function. But at the same time it is showing properly for some other date
datatype variables. I checked both the variables with class
function and both of the variables are Date
datatype. Can someone please help.
UGI bleed`)
[1] "Date"
class(dThe R package gtsummary
is not showing the date
datatype variable's summary properly. It is showing like factors even after explicitly converting the variable to date
datatype using as.Date
function. But at the same time it is showing properly for some other date
datatype variables. I checked both the variables with class
function and both of the variables are Date
datatype. Can someone please help.
LGI bleed`)
[1] "Date"
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论