search for: akko

Displaying 6 results from an estimated 6 matches for "akko".

Did you mean: aiko
2008 Aug 22
1
dimension values of an array
Question: I created an array with 164 columns and 70 rows. I would like every column to have unit value 1 and the rows 0.1, 0.2, 0.3 up to 7. How can I define that? Thanks for your help! Good weekend! Akko _________________________________________________________________ [[alternative HTML version deleted]]
2008 Aug 25
1
"rval, symbol print name too long"?
Is there anyone who can tell me what this means (I call a table, that is stores as csv file): Error in do.call("data.frame", rval) : symbol print-name too long Thanks you in advance,Akko Eleveld _________________________________________________________________ [[alternative HTML version deleted]]
2008 Aug 21
1
HELP: how to add weight to a [x,y] coordinate
...unit = 1 month) and y-axis 0-6 (smallest unit=0.1). I would like every [x,y] to add its weight, so that after all 730,000 [x,y] are plotted, a maximum likelyhood becomes apparent through the size of the point that are made up by accumulated weights. Thank you in advance for any thoughts! Best, Akko Eleveld
2008 Aug 18
1
Please help: Limit single row calculation
...row? y<-0rand<-runif(n=1,min=0,max=1)prob<-((cmr-cmrlci)^2)/((cmruci-cmrlci)*(cmr-cmrlci))if (rand<=prob) y<-sqrt(rand*(cmruci-cmrlci)*(cmr-cmrlci)) + cmrlciif (rand>prob) y<-cmruci-sqrt((1-rand)*(cmruci-cmrlci)*(cmruci-cmr))y<-round(y,digits=1)*10 Thank you in advance. Akko Eleveld _________________________________________________________________ [[alternative HTML version deleted]]
2008 Aug 16
0
use of all row elements
...on: 1. how to avoid the warning messages and make the function use all 50 elements? x will now go through the first row, because it uses the first element, giving only 1 outcome. But I would like it to give 50, just like the other variables in the function. How can I do that? Thank you, Akko _________________________________________________________________ [[alternative HTML version deleted]]
2008 Aug 19
0
R-code: for those who like a challenge; HELP
...e results of 1 survey? I know you can only read the first column, but that will not help if I am extending the function to all surveys/rows. Thank you very very much for taking the time to look into this. It might be something simple, but for a non-R wonder this is impossible to figure out. Best, Akko