📄 in.hlp
字号:
{smcl}
{* 05apr2005}{...}
{cmd:help in}
{hline}
{title:Title}
{pstd}
{hi:[U] 11.1.4 in range} {hline 2} in qualifier
{title:Syntax}
{it:command} {cmd:in} {it:range}
where {it:range} is {it:#}
{it:#}{cmd:/}{it:#}
{it:#}{cmd:/l}
{cmd:f/}{it:#}
{title:Description}
{pstd}
{cmd:in} at the end of a command means the command is to use only the
observations specified. {cmd:in} is allowed with most Stata commands.
{title:Examples}
{cmd:. list in 10}{right:(any command may be substituted for {cmd:list}) }
{cmd:. list in 10/20}
{cmd:. list in 20/l}{right:(lowercase el at end of range) }
{cmd:. list in 1/10}{right:(numeric 1 in beginning of range) }
{cmd:. list in f/10}{right:(f means the same as 1) }
{cmd:. list in -10/l}{right:(lowercase el at end of range) }
{pstd}
Negative numbers may be used to specify distance from the end of the data.
The last example means list the last 10 observations and could also be written
{cmd:. list in -10/-1}
{title:Also see}
{psee}
Manual: {bf:[U] 11.1.4 in range}
{psee}
Online: {help language}; {helpb by}, {help if}
{p_end}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -