Dear R family,

I faced a technical problem in r coding.
 #s=t(dev)%*%dev/(nr-1)         # dev (100,000 by 2) stands for
deviation from the mean
 #sinv=solve(s)
 #t2=diag(dev%*%sinv%*%t(dev))

I got an error message at t2 statement:
Error in diag(dev %*% si %*% t(dev)) : allocMatrix: too many elements specified

Please let me know if there is a way to overcome this problem.

best
moohwan

______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to