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

📄 anova_terms.hlp

📁 是一个经济学管理应用软件 很难找的 但是经济学学生又必须用到
💻 HLP
字号:
{smcl}
{* 09mar2005}{...}
{cmd:help anova_terms}{right:also see:  {help undocumented}}
{hline}

{title:Title}

{p 4 21 2}
{cmd:anova_terms} {hline 2} {helpb anova} and {helpb manova} terms programming command


{title:Syntax}

	{cmd:anova_terms}


{title:Description}

{pstd}
{cmd:anova_terms} returns in {hi:r(rhs)} a list of the right-hand-side (rhs)
variables, in {hi:r(continuous)} a list of which rhs variables are continuous,
and in {hi:r(opts)} a list that contains the options {cmd:noconstant} and
{cmd:cont()} if they apply to the current {cmd:anova} or {cmd:manova}
estimation.

{pstd}
See {helpb anovadef} for a command that returns more detail for each
term of the model.


{title:Examples}

{phang}
{cmd:. anova y a b a*b c d a*c b*c a*d b*d, cont(c d) noconstant}
{p_end}
    {cmd:. anova_terms}
    {cmd:. return list}

    {txt}macros:
		   r(rhs) : "{res}a b c d a*b a*c b*c a*d b*d{txt}"
		  r(opts) : "{res}noconstant cont(c d){txt}"
	    r(continuous) : "{res}c d{txt}"


    {cmd:. manova y1 y2 = a b c a*c b*c, cont(c)}
    {cmd:. anova_terms}
    {cmd:. return list}

    {txt}macros:
		   r(rhs) : "{res}a b c a*c b*c{txt}"
		  r(opts) : "{res}cont(c){txt}"
	    r(continuous) : "{res}c{txt}"


{title:Also see}

{psee}
Online:  {helpb anovadef}; {helpb anova}, {helpb manova}
{p_end}

⌨️ 快捷键说明

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