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

📄 sysuse.hlp

📁 是一个经济学管理应用软件 很难找的 但是经济学学生又必须用到
💻 HLP
字号:
{smcl}
{* 13jan2005}{...}
{cmd:help sysuse}{right:dialog:  {bf:{dialog sysuse}}}
{hline}

{title:Title}

{p2colset 5 19 21 2}{...}
{p2col :{hi:[D] sysuse} {hline 2}}Use shipped dataset{p_end}
{p2colreset}{...}


{title:Syntax}

{p 8 16 2}
{cmd:sysuse}
[{cmd:"}]{it:filename}[{cmd:"}]
[{cmd:,}
{opt clear}]

{p 8 16 2}
{opt sysuse dir}
[{cmd:,}
{opt all}]


{title:Description}

{pstd}
{opt sysuse} {it:filename} loads the specified Stata-format dataset that was
shipped with Stata or that is stored along the {helpb adopath}.  If
{it:filename} is specified without a suffix, {opt .dta} is assumed.

{pstd}
{opt sysuse dir} lists the names of the datasets shipped with Stata plus
any other datasets stored along the {cmd:adopath}.


{title:Options}

{phang}
{opt clear} specifies that it is okay to replace the data in memory, even
    though the current data have not been saved to disk.

{phang}
{opt all} specifies that all datasets be listed, even those that include
    an underscore ({opt _}) in their name.  By default, such datasets
    are not listed.


{title:Examples}

{pstd}
If you simply type {cmd:use lifeexp}, you would see

	{cmd:. use lifeexp}
	{err:file lifeexp.dta not found}
	{search r(601):r(601);}

{pstd}
Type {opt sysuse}, however, and the dataset is loaded:

	{cmd:. sysuse lifeexp}
	(Life expectancy, 1998)


{title:Also see}

{psee}
Manual:  {bf:[D] sysuse}

{psee}
Online:  {helpb webuse};{break}
{helpb findfile},
{helpb net},
{helpb ssc},
{helpb sysdescribe},
{helpb sysdir},
{helpb use}
{p_end}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -