⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 in.hlp

📁 是一个经济学管理应用软件 很难找的 但是经济学学生又必须用到
💻 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 + -