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

📄 prefix_saving_option.hlp

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

{title:Title}

{p2colset 5 29 31 2}{...}
{p2col :{hi:{it:prefix_saving_option}} {hline 2}}Option for saving data from a prefix command{p_end}
{p2colreset}{...}


{title:Syntax}

{p2colset 9 42 46 2}{...}
{p2col :{it:prefix_saving_option}}description{p_end}
{p2line}
{p2col :{cmdab:sa:ving(}{it:filename}[{cmd:,} {it:suboptions}]{cmd:)}}save
	data to disk{p_end}
{p2line}
{p2colreset}{...}

{p2colset 9 42 46 2}{...}
{p2col :{it:suboptions}}description{p_end}
{p2line}
{p2col :{opt doub:le}}save variables in double precision{p_end}
{p2col :{opt ev:ery(#)}}write results every {it:#}th replication{p_end}
{p2col :{opt replace}}overwrite {it:filename}{p_end}
{p2line}
{p2colreset}{...}


{title:Description}

{pstd}
The {cmd:saving()} option saves data to disk.  This option is common among the
prefix commands that repeatedly call other commands and collect user-specified
results.


{title:Option}

INCLUDE help prefix_saving_option

{pmore}
Statistics are implied or are specified by the user of the prefix command.


{title:Suboptions}

{phang}
{opt double} specifies that the variables be stored as {opt double}s,
meaning 8-byte reals.  By default, they are stored as {opt float}s, meaning
4-byte reals.  See {help datatypes}.

{phang}
{opt every(#)} specifies that results be written to disk every {it:#}th
replication.  {opt every()} should only be specified when performing repeated
tasks that take a very long time.  This will allow recovery of partial results
should some other software crash your computer.  See {helpb postfile}.

{phang}
{opt replace} indicates that {it:filename} be overwritten, if it exists.


{title:Also see}

{psee}
Online:  help for
{helpb bootstrap},
{helpb "svy:brr"},
{helpb jackknife},
{helpb permute},
{helpb simulate},
{helpb statsby}
{p_end}

⌨️ 快捷键说明

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