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

📄 ca_postestimation.hlp

📁 是一个经济学管理应用软件 很难找的 但是经济学学生又必须用到
💻 HLP
📖 第 1 页 / 共 2 页
字号:
the sum of the original table entries.  The default is to scale the tables to
overall sum 1.  (See above for the description of {opt noscale} with
{cmd:estat inertia}.)


{marker cabiplot}{...}
{title:Syntax for cabiplot}

{p 8 17 2}
{cmd:cabiplot} [{cmd:,} {it:options} ]

{synoptset 24 tabbed}{...}
{synopthdr:options}
{synoptline}
{syntab:Main}
{synopt:{opt dim(# #)}}two dimensions to be displayed; 
	{bind:default {cmd:dim(2 1)}}{p_end}
{synopt:{opt norow}}suppress row coordinates{p_end}
{synopt:{opt nocol:umn}}suppress column coordinates{p_end}
{synopt:{opt xneg:ate}}negate the data relative to the {it:x}-axis{p_end}
{synopt:{opt yneg:ate}}negate the data relative to the {it:y}-axis{p_end}
{synopt:{opt max:length(#)}}maximum number of characters for labels;
	default is {cmd:maxlength(12)}{p_end}
	
{syntab:Rows}
{synopt:{opt row:opts(row_opts)}}affect rendition of rows{p_end}

{syntab:Columns}
{synopt:{opt col:opts(col_opts)}}affect rendition of columns{p_end}

{syntab:Y-Axis, X-Axis, Title, Caption, Overall}
{synopt:{it:{help twoway_options}}}any options other than {opt by()}
	documented in {bind:{bf:[G]} {it:twoway_options}}{p_end}
{synoptline}

{p2coldent:{it:row_opts} and {it:col_opts}}descriptions{p_end}
{synoptline}
{synopt:{it:plot_options}}change look of markers
	(color, size, etc.) and look or position of marker labels{p_end}
{synopt:{opt sup:popts(plot_options)}}change look of supplementary markers
	and look or position of supplementary marker labels{p_end}
{synoptline}

{synopthdr:plot_options}
{synoptline}
{synopt:{it:{help marker_options}}}change look of markers
	(color, size, etc.){p_end}
{synopt:{it:{help marker_label_options}}}add marker labels; change
	look or position{p_end}
{synoptline}


{title:Options for cabiplot}

{dlgtab:Main}

{phang}{opt dim(# #)}
identifies the dimensions to be displayed.  For instance, {bind:{cmd:dim(3 2)}} plots
the third dimension (vertically) versus the second dimension (horizontally).
The dimension number cannot exceed the number of extracted dimensions.  The
default is {cmd:dim(2 1)}.

{phang}{opt norow} suppresses plotting of row points.

{phang}{opt nocolumn} suppresses plotting of column points.

{phang}{opt xnegate}
specifies that dimension-one ({it:x}-axis) values are to be negated 
(multiplied by negative one).

{phang}{opt ynegate}
specifies that dimension-two ({it:y}-axis) values are to be negated 
(multiplied by negative one).

{phang}{opt maxlength(#)}
specifies the maximum number of characters for row and column labels; 
the default is {cmd:maxlength(12)}.

{dlgtab:Rows}

{phang}{opt rowopts(row_opts)}
affects the rendition of the rows.  The following {it:row_opts} are allowed:

{phang2}
{it:plot_options} affect the rendition of row markers, including their shape,
size, color, and outline (see {it:{help marker_options}}) and specify if and how
the row markers are to be labeled (see {it:{help marker_label_options}}).

{phang2}
{opt sup:popts(plot_options)}
affects supplementary markers and supplementary marker lables; see above for
description of {it:plot_options}.

{dlgtab:Columns}

{phang}{opt colopts(col_opts)}
affect the rendition of the columns.  The following {it:col_opts} are allowed:

{phang2}
{it:plot_options} affect the rendition of column markers, including their shape,
size, color, and outline (see {it:{help marker_options}}) and specify if and how
the column markers are to be labeled (see {it:{help marker_label_options}}).

{phang2}
{opt sup:popts(plot_options)}
affect supplementary markers and supplementary marker lables; see above for
description of {it:plot_options}.

{dlgtab:Y-Axis, X-Axis, Title, Caption, Overall}

{phang}{it:twoway_options}
are any of the options documented in {it:{help twoway_options}} excluding
{cmd:by()}.  See the remarks below for a warning against using options such as
{cmd:xlabel()}, {cmd:xscale()}, {cmd:ylabel()}, and {cmd:yscale()}.

{pmore}
{cmd:cabiplot} automatically adjusts the aspect ratio based on the range of
the data and ensures that the axes are balanced.  As an alternative, the
{it:twoway_option} {help aspect_option:aspectratio()} can be used to 
override the default aspect ratio.  {cmd:cabiplot} accepts the 
{cmd:aspectratio()} option as a suggestion only, and will override it 
when necessary to produce plots with balanced axes, i.e., distance on 
the {it:x}-axis equals distance on the {it:y}-axis.

{pmore}
{it:{help twoway_options}} such as {cmd:xlabel()},
{cmd:xscale()}, {cmd:ylabel()}, and {cmd:yscale()} should be used with
caution.  These options are accepted, but may have unintended side effects on
the aspect ratio.


{marker caprojection}{...}
{title:Syntax for caprojection}

{p 8 19 2}
{cmd:caprojection} [{cmd:,} {it:options} ]

{synoptset 24 tabbed}{...}
{synopthdr:options}
{synoptline}
{syntab:Main}
{synopt:{opth dim(numlist)}}dimensions to be displayed; default is all{p_end}
{synopt:{opt norow}}suppress row coordinates{p_end}
{synopt:{opt nocol:umn}}suppress column coordinates{p_end}
{synopt:{opt alt:ernate}}alternate labels{p_end}
{synopt:{opt max:length(#)}}maximum number of characters for labels;
	default is {cmd:maxlength(12)}{p_end}
{synopt:{it:{help graph_combine:combine_options}}}affect the rendition of
	the combined column and row graphs{p_end}	
{syntab:Rows}
{synopt:{opt row:opts(row_opts)}}affect rendition of rows{p_end}

{syntab:Columns}
{synopt:{opt col:opts(col_opts)}}affect rendition of columns{p_end}

{syntab:Y-Axis, X-Axis, Title, Caption, Overall}
{synopt:{it:{help twoway_options}}}any options other than {opt by()}
	documented in {bind:{bf:[G]} {it:twoway_options}}{p_end}
{synoptline}

{p2coldent:{it:row_opts} and {it:col_opts}}descriptions{p_end}
{synoptline}
{synopt:{it:plot_options}}change look of markers
	(color, size, etc.) and look or position of marker labels{p_end}
{synopt:{opt sup:popts(plot_options)}}change look of supplementary markers
	and look or position of supplementary marker labels{p_end}
{synoptline}

{synopthdr:plot_options}
{synoptline}
{synopt:{it:{help marker_options}}}change look of markers
	(color, size, etc.){p_end}
{synopt:{it:{help marker_label_options}}}add marker labels; change
	look or position{p_end}
{synoptline}


{title:Options for caprojection}

{dlgtab:Main}

{phang}{opth dim(numlist)}
identifies the dimensions to be displayed.  By default all dimensions are
displayed.

{phang}{opt norow} suppresses plotting of rows.

{phang}{opt nocolumn} suppresses plotting of columns.

{phang}{opt alternate}
causes adjacent labels to alternate sides.

{phang}{opt maxlength(#)}
specifies the maximum number of characters for row and column labels; 
the default is {cmd:maxlength(12)}.

{phang}{it:combine_options}
affect the rendition of the combined plot; see {helpb graph combine}.
{it:combine_options} may not be specified with either 
{cmd:norow} or {cmd:nocolumn}.

{dlgtab:Rows}

{phang}{opt rowopts(row_opts)}
affects the rendition of the rows.  The following {it:row_opts} are allowed:

{phang2}
{it:plot_options} affect the rendition of row markers, including their shape,
size, color, and outline (see {it:{help marker_options}}) and specify if and how
the row markers are to be labeled (see {it:{help marker_label_options}}).

{phang2}
{opt sup:popts(plot_options)}
affects supplementary markers and supplementary marker lables; see above for
description of {it:plot_options}.

{dlgtab:Columns}

{phang}{opt colopts(col_opts)}
affects the rendition of the columns.  The following {it:col_opts} are allowed:

{phang2}
{it:plot_options} affect the rendition of column markers, including their shape,
size, color, and outline (see {it:{help marker_options}}) and specify if and how
the column markers are to be labeled (see {it:{help marker_label_options}}).

{phang2}
{opt sup:popts(plot_options)}
affects supplementary markers and supplementary marker lables; see above for
description of {it:plot_options}.

{dlgtab:Y-Axis, X-Axis, Title, Caption, Overall}

{phang}{it:twoway_options}
are any of the options documented in {it:{help twoway_options}} excluding
{cmd:by()}.  


{title:Examples}

    Estimate CA

        {cmd:. ca rank smoking}

    Post estimation statistics

        {cmd:. estat distances}
        {cmd:. estat distances, fit}

        {cmd:. estat inertia}
        {cmd:. estat inertia, total noscale}

        {cmd:. estat profiles, nocolumn}

        {cmd:. estat table, fit obs}

    Biplots

        {cmd:. cabiplot}
        {cmd:. cabiplot, nocolumn}
        {cmd:. cabiplot, nchar(8)}

    Dimension projection plot

        {cmd:. caprojection, dim(1/2)}

    Predict variables

        {cmd:. predict fitted, fit}
        {cmd:. predict pers_score, rowscore(1)}
        {cmd:. predict smok_score, colscore(1)}


{title:Also see}

{psee}
Manual:  {bf:[MV] ca postestimation}
{p_end}

{psee}
Online:  {helpb ca};{break}
{helpb estimates}, {helpb screeplot}
{p_end}

⌨️ 快捷键说明

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