由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - how to declare a vector of matrix object?
相关主题
How to reorder variables in a SAS data setrecursive template?
有没有人用过REvolution R?C++ memcpy declaration use restrict keyword?
help with reading a strange csv file into SASC/C++ Questions
[SQL] just figured out how to loop through all columns in a table一道brianbench C++题
SQL run a stored procedure by fetching from a cursor row by (转载)C++ Q29: extern and const together
一道面试怪题C++. (转载)C++ Q36: derivation specification (B8_9)
class D:public B;C++ Q42: (C22)
C++ Template QuestionC++ 一问?
相关话题的讨论汇总
话题: cov话题: matrix话题: vector话题: residual话题: object
进入Statistics版参与讨论
1 (共1页)
l*********s
发帖数: 5409
1
I want something like cov below //residual is a residual matrix of a manova
model
cov=vector()
for(i in 1:6){
cov[i]=cov(residual[i*4-3:i*i,])
}
s*r
发帖数: 2757
2
you can only have a list of matrix object
l**********9
发帖数: 148
3
I think it is depends on what language you use...I know in MATLAB you can
define this kind of vector as symbolic....in C++ may be you can use 指针...
b****e
发帖数: 906
4
SAS/EML?!
l*********s
发帖数: 5409
5

got it, thank you

【在 s*r 的大作中提到】
: you can only have a list of matrix object
1 (共1页)
进入Statistics版参与讨论
相关主题
C++ 一问?SQL run a stored procedure by fetching from a cursor row by (转载)
C++ online Test 又一题一道面试怪题C++. (转载)
c++ class default functions?class D:public B;
C++ virtrual destructorC++ Template Question
How to reorder variables in a SAS data setrecursive template?
有没有人用过REvolution R?C++ memcpy declaration use restrict keyword?
help with reading a strange csv file into SASC/C++ Questions
[SQL] just figured out how to loop through all columns in a table一道brianbench C++题
相关话题的讨论汇总
话题: cov话题: matrix话题: vector话题: residual话题: object