search for: armelini

Displaying 4 results from an estimated 4 matches for "armelini".

2007 Jan 01
2
matrix size
Hello everyone Could anybody tell me how to set the following matrix? n2<-matrix(nrow=10185,ncol=10185,seq(0,0,length=103734225)) R answer was Error: cannot allocate vector of size 810423 Kb Are there any solution? I tried to increase the memory size but it didn't work G This message has been scanned for viruses by TRENDMICRO,\ an...{{dropped}}
2007 Dec 19
2
question
Hello everyone! Is anybody can help me to solve this silly question that unfortunately I haven't found the right way to address it. Supose I have a matrix X[n,n] dimension I would like to calculate the product of the vectors Y=X[1,n]*X[n,1] Then I would like to run the following operation H=if(Y>0) {H[,1]=1} The problem is that the condition "if" works only for the
2005 Nov 09
1
Query
Dear all, My name is Guillermo I'm trying to write a short program to find all the possible combination in fitting an ARIMA Model. My script is the following: n=rnorm(100)+5 Aux.M=matrix(NA,nrow=100,ncol=2) L=1 for(i in 0:2) {for(j in 0:2) {for(k in 0:2) Aux.M[L,2]=arima(n,order=c(i,j,k),include.mean=TRUE)$aic x1=paste("AR=",i,sep=" ")
2006 May 16
1
lm summary
Dear all, Is there anybody who can help me to avoid scientific number in the summary of an lm model? Here there is an example of a usual output of the lm model. Thank you! Guillermo Example summary(lm(promiscuity.Index~allK)) Call: lm(formula = promiscuity.Index ~ allK) Residuals: Min 1Q Median 3Q Max -1.67094 -0.13126 0.06703 0.19913 0.40673 Coefficients: