是否有进入对话框的命令快捷方式?
Is there a command shortcut to get to a dialog box?
Stata 有这些对话框来配置命令(例如,"Summary statistics")
有什么方法可以从命令提示符而不是从级联菜单直接跳转到这些框吗?
来自 Stata 用户界面的第 2 章,在 Stata 入门 PDF 中,
You may know the name of a Stata command for which you want to see a dialog, but you might not remember how to navigate to that command in the menu system. Simply type db commandname
to launch the dialog for commandname ...
对于您的示例,键入 db summarize
。
Stata 有这些对话框来配置命令(例如,"Summary statistics")
有什么方法可以从命令提示符而不是从级联菜单直接跳转到这些框吗?
来自 Stata 用户界面的第 2 章,在 Stata 入门 PDF 中,
You may know the name of a Stata command for which you want to see a dialog, but you might not remember how to navigate to that command in the menu system. Simply type
db commandname
to launch the dialog for commandname ...
对于您的示例,键入 db summarize
。