[R] Question about allocMatrix error message
    Moohwan Kim 
    kmhlmj2 at gmail.com
       
    Wed Jul 21 20:32:05 CEST 2010
    
    
  
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
    
    
More information about the R-help
mailing list