由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - R kmeans issue, plot result
相关主题
请教一个用R画图的问题请问怎么做个plot,各数据点可以标注不同颜色
How to selectively plot data in R[转载] Re: SAS plot problem
请问诸位高手:lattice比一般的画图plot之类一个sas问题
what's wrong with Proc Reg???R plot: 用pdf(append=T) 将多个图输出到一个PDF文件
[R] R plot histogram question about breakssplit-plot菜问题
Is STATA better than SAS and R in plotting?请问R中有没有MATLAB里面类似hold on的语句
How to make image.plot in sas请教一个R作图的命令
output multiple files in a do loop2个初级的R问题: 包子答谢!
相关话题的讨论汇总
话题: kmeans话题: kmean2话题: plot话题: try话题: result
进入Statistics版参与讨论
1 (共1页)
l*****k
发帖数: 587
1
if I try to do kmeans cluster on a data matrix of dim 89, 46



kmean2 <- kmeans(x, 2, 50)



then try to plot the result



plot(x, col=kmean2$c
w*****n
发帖数: 375
2
We can only generate 2D or 3D plots, not 46D.
You can consider principle component analysis







【在 l*****k 的大作中提到】
: if I try to do kmeans cluster on a data matrix of dim 89, 46
:
:
:
: kmean2 <- kmeans(x, 2, 50)
:
:
:
: then try to plot the result
:

l*****k
发帖数: 587
3
thanks, did try pca, I just realized for doing the plot
it is only good for 2 or 3 variable matrix.

【在 w*****n 的大作中提到】
: We can only generate 2D or 3D plots, not 46D.
: You can consider principle component analysis
:
:
:
:
:
:

1 (共1页)
进入Statistics版参与讨论
相关主题
2个初级的R问题: 包子答谢![R] R plot histogram question about breaks
请问用proc capability如何将几个plots画在一个图中Is STATA better than SAS and R in plotting?
请问在R软件里面怎么把2个图画到同一个图上?How to make image.plot in sas
does anyone know how to plot confidence limit as example?output multiple files in a do loop
请教一个用R画图的问题请问怎么做个plot,各数据点可以标注不同颜色
How to selectively plot data in R[转载] Re: SAS plot problem
请问诸位高手:lattice比一般的画图plot之类一个sas问题
what's wrong with Proc Reg???R plot: 用pdf(append=T) 将多个图输出到一个PDF文件
相关话题的讨论汇总
话题: kmeans话题: kmean2话题: plot话题: try话题: result