chanw0 / MTA

R package
1 stars 0 forks source link

code error in MTA.R #3

Open yejunbin opened 3 years ago

yejunbin commented 3 years ago

line 36 and so on

`for(j in 1:lenght(Y1)) for (ii in 1:dim(Y1[[j]])[1]) for(tt in 1:dim(Y1[[j]])[3]) {x=Y1[[j]][ii,,tt]; ```

sure lenght not length?

chanw0 commented 3 years ago

Thank you so much! Already updated it.