R的等价于Stata的codebook命令是`summary()`函数。

huangapple go评论62阅读模式
英文:

R's equivalent to Stata's codebook command?

问题

Stata的codebook命令是否有等效的功能或任何其他快速函数来访问变量的不同可能值和代码?

非常感谢!

英文:

Is there an equivalent to Stata's codebook command or any other quick function to access the different possible values and codes of a variable?

Thank you so much!

答案1

得分: 0

R有一个名为package的代码手册,与Stata命令codebook非常相似。

install.packages("codebook")
library(codebook)
new_codebook_rmd()
英文:

R has the codebook package which is very similar to the Stata command codebook.

install.packages("codebook")
library(codebook)
new_codebook_rmd()

huangapple
  • 本文由 发表于 2023年5月11日 05:16:49
  • 转载请务必保留本文链接:https://go.coder-hub.com/76222607.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定