由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - R data frame and matrix
相关主题
R help请问R:如何把data frame变成一列数
another sas questionDoes anyone know how to make a cover page for SAS PDF report?
Re: reliability coefficient and its CIR问题请教:如何从data frame按条件取出部分column
R中By函数是什么意思How to draw data frame with label
向大家请教一个modeling的问题 (转载)Experimental design problem
How to transpose a data frame in R有同修用过R/Sweave,xtable么?
接着How to transpose a data frame in R问一句。一个用R 进行data preparation的问题
R中如何选取这部分dataR问题求助。
相关话题的讨论汇总
话题: matrix话题: data话题: frame话题: between话题: what
进入Statistics版参与讨论
1 (共1页)
S******y
发帖数: 1123
1
What is the difference between
table
data frame
matrix
?
Can I just perform matrix computation (such as product, addition,
subtraction) between two data frames?
Thanks
q**j
发帖数: 10612
2
for this type of questions, it is better to read the book. much easier for
you and others.
s*****n
发帖数: 2174
3
1. There is no "table" in R.
2. Data frame and matrix are totally different things. A data frame is
basically a list, with some extra attributes. A matrix is a vector with some
extra attributes.
3. You can convert them in certain cases, but not all.
S******y
发帖数: 1123
4
Thanks a lot!

【在 S******y 的大作中提到】
: What is the difference between
: table
: data frame
: matrix
: ?
: Can I just perform matrix computation (such as product, addition,
: subtraction) between two data frames?
: Thanks

1 (共1页)
进入Statistics版参与讨论
相关主题
R问题求助。向大家请教一个modeling的问题 (转载)
export R data into Excel/WordHow to transpose a data frame in R
弱问SAS:如何找出两个data sets中missing的obs接着How to transpose a data frame in R问一句。
How to subtract time in RR中如何选取这部分data
R help请问R:如何把data frame变成一列数
another sas questionDoes anyone know how to make a cover page for SAS PDF report?
Re: reliability coefficient and its CIR问题请教:如何从data frame按条件取出部分column
R中By函数是什么意思How to draw data frame with label
相关话题的讨论汇总
话题: matrix话题: data话题: frame话题: between话题: what