Re: [R] Problem with apply list to function: numerical expression has 4 elements: only the first used

2015-05-24 Thread Narua
em occured: Obviously R gets anywhere a NULL-pointer, because the full output is: F(s = 0.4946433 ,m = 5 ,k = 3 ) equals s; [[1]] [[1]][[1]] NULL [[1]][[2]] NULL [[1]][[3]] NULL [[1]][[4]] NULL [[1]][[5]] NULL ... in every loop. Do you know how I can get rid of the NULL-outputs? if th

Re: [R] Problem with apply list to function: numerical expression has 4 elements: only the first used

2015-05-24 Thread Narua
else know how I can get rid of the NULL-outputs? if this problem is solved, I have all I need in order to calculate the distribution and its inverse function :-) Thanks in advance, Narua -- View this message in context: http://r.789695.n4.nabble.com/Problem-with-apply-list-to-

[R] Problem with apply list to function: numerical expression has 4 elements: only the first used

2015-05-23 Thread Narua
can I solve it? I've already tried rapply but I get the same error and googled for a while but there is nowhere a satisfying answer Can someone help me here? many thanks in advance, Narua -- View this message in context: http://r.789695.n4.nabble.com/Problem-with-apply-list-to-function-