xxxxxxxxxx
print(r.eval("""
A<-matrix(rexp(25,rate=.1),nrow=5,ncol=5);
norm_type<-c('O','I','F','M','2')
for (t in norm_type) {cat(t,norm(A,type=t),'\n')}
A"""))
No comments:
Post a Comment