set_varabbrev.hlp
来自「是一个经济学管理应用软件 很难找的 但是经济学学生又必须用到」· HLP 代码 · 共 61 行
HLP
61 行
{smcl}
{* 05apr2005}{...}
{cmd:help set varabbrev}
{hline}
{title:Title}
{p2colset 5 24 29 2}{...}
{p2col :{hi:[R] query}, {hi:[R] set}}{hline 2}
Set whether variable abbrevations are supported{p_end}
{title:Syntax}
{p 8 16 2}
{cmd:set}
{cmd:varabbrev}
{c -(}{cmd:on} | {cmd:off}{c )-}
{cmd:,} {cmdab:perm:anently}
{title:Description}
{pstd}
{cmd:set} {cmd:varabbrev} allows you to control whether variable abbreviations
are allowed. The default is to allow variable abbreviations.
{title:Remarks}
{pstd}
If you type
{cmd:. sysuse auto}
{cmd:. summarize mp}
{pstd}
you will see a summary of the variable {cmd:mpg} since {cmd:mp} is
an abbreviation of {cmd:mpg} and no other variable in the dataset
can be abbreviated to {cmd:mp}.
{pstd}
If you turn off variable abbreviations with
{cmd:. set varabbrev off}
{pstd}
Stata will not find the variable {cmd:mpg} when you type {cmd:mp} in
a variable list.
{title:Also see}
{psee}
Manual: {hi:[R] query},{break}
{hi:[R] set}
{psee}
Online: {helpb query}, {helpb set}
{p_end}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?