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

📄 clustermat.hlp

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

{title:Title}

{p2colset 5 24 26 2}{...}
{p2col :{hi:[MV] clustermat} {hline 2}}Cluster analysis of dissimilarity
matrix{p_end}
{p2colreset}{...}


{title:Syntax}

{p 8 19 2}
{cmd:clustermat} {it:method} {it:matname} {ifin}
	[{cmd:,} {it:clustermat_opts} ]

{p2colset 5 26 28 2}{...}
{p2col:{it:method}}hierarchical clustering method{p_end}
{p2line}
{p2col:{opt s:inglelinkage}}{help cluster singlelinkage:single linkage}{p_end}
{p2col:{opt a:veragelinkage}}{help cluster averagelinkage:average linkage}
	{p_end}
{p2col:{opt c:ompletelinkage}}{help cluster completelinkage:complete linkage}
	{p_end}
{p2col:{opt wav:eragelinkage}}{help cluster waveragelinkage:weighted average linkage}{p_end}
{p2col:{opt med:ianlinkage}}{help cluster medianlinkage:median linkage}{p_end}
{p2col:{opt cent:roidlinkage}}{help cluster centroidlinkage:centroid linkage}
	{p_end}
{p2col:{opt ward:slinkage}}{help cluster wardslinkage:Ward's linkage}{p_end}
{p2line}

INCLUDE help clustermat_hier_optstab


{title:Description}

{pstd}
{cmd:clustermat} performs hierarchical cluster analysis on the dissimilarity
matrix {it:matname}.  {cmd:clustermat} is part of the {cmd:cluster} suite of
commands; see {helpb cluster}.  All of Stata's hierarchical clustering
methods are allowed with {cmd:clustermat}.  The partition clustering methods
({cmd:kmeans} and {cmd:kmedians}) are not allowed since they require the data.

{pstd}
See {helpb cluster} for a listing of all the {cmd:cluster} and 
{cmd:clustermat} commands.  The {helpb cluster dendrogram} command will
display the resulting
dendrogram, the {helpb clustermat stop} command will help in determining the
number of groups, and the {helpb cluster generate} command will produce
grouping variables.  Other useful {cmd:cluster} subcommands include:
{cmd:notes}, {cmd:dir}, {cmd:list}, {cmd:drop}, {cmd:use}, {cmd:rename}, and
{cmd:renamevar}; see {helpb cluster notes} and {help cluster utility}.


{title:Options}

INCLUDE help clustermat_hier_opts

{* assumes -generate()- option is last one in clustermat_hier_opts.ihlp}{...}
{pmore}
Some of the clustering methods can produce reversals or crossovers.  When
reversals happen, {cmd:clustermat} also creates a fourth variable with the
suffix {hi:_pht}.  This is a pseudoheight variable that is used by some of
the post-clustering commands to properly interpret the {hi:_hgt} variable.


{title:Examples}

{phang}{cmd:. matrix D =} ...{p_end}
{phang}{cmd:. clustermat singlelink D, name(sing)}{p_end}
{phang}{cmd:. clustermat complete D, name(comp) add}{p_end}
{phang}{cmd:. clustermat wards D, name(wards) add}{p_end}


{title:Also see}

{psee}
Manual:  {bf:[MV] clustermat}

{psee}
Online:  {helpb cluster},
{helpb cluster averagelinkage},
{helpb cluster centroidlinkage},
{helpb cluster completelinkage},
{helpb cluster dendrogram},
{helpb cluster generate},
{helpb cluster medianlinkage},
{helpb cluster notes},
{helpb cluster singlelinkage},
{help cluster utility},
{helpb cluster wardslinkage},
{helpb cluster waveragelinkage},
{helpb matrix dissimilarity}
{p_end}

⌨️ 快捷键说明

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