由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - 问一个R问题
相关主题
【欢迎进来讨论】for loop in R有没有SAS关于 PCA Factor analysis 的书 or网站?
问R和C的循环语句请教principal component analysis
Is the process flawed?请教Principle component analysis 的作图
Re: 那位推荐一下variance component model 的好书啊?[合集] how to check what components are installed in SAS?
Independent Component Analysisanother R 问题
a SAS questionHow to avoid if statement in R
问一个principal component的分布问题估算variance component出现负值,应该先调整为0还是都算好了一起调整?
Principal Components Analysis 中 factor 选择的问题What is the difference between Factor Analysis and Principal Component Analysis?
相关话题的讨论汇总
话题: list话题: component话题: 重复
进入Statistics版参与讨论
1 (共1页)
y****e
发帖数: 25
1
有个list,list的component有重复的,
怎样避免写loop除去重复的component
因为list很大
比如:
A = list(c(1,2,3),c(2,3),c(2,3),c(3,5,6))
要A 变成 A = list(c(1,2,3),c(2,3),c(3,5,6))
谢谢!
e******o
发帖数: 644
2
unique()

【在 y****e 的大作中提到】
: 有个list,list的component有重复的,
: 怎样避免写loop除去重复的component
: 因为list很大
: 比如:
: A = list(c(1,2,3),c(2,3),c(2,3),c(3,5,6))
: 要A 变成 A = list(c(1,2,3),c(2,3),c(3,5,6))
: 谢谢!

y****e
发帖数: 25
3
thanks for ur help!

【在 e******o 的大作中提到】
: unique()
1 (共1页)
进入Statistics版参与讨论
相关主题
What is the difference between Factor Analysis and Principal Component Analysis?Independent Component Analysis
what's the difference of PCA and FA?a SAS question
用REML fit mixed model, 出现negative estimate of error variance component,问一个principal component的分布问题
请推荐principal component analysis的学习材料Principal Components Analysis 中 factor 选择的问题
【欢迎进来讨论】for loop in R有没有SAS关于 PCA Factor analysis 的书 or网站?
问R和C的循环语句请教principal component analysis
Is the process flawed?请教Principle component analysis 的作图
Re: 那位推荐一下variance component model 的好书啊?[合集] how to check what components are installed in SAS?
相关话题的讨论汇总
话题: list话题: component话题: 重复