search for: rquadratstep1

Displaying 1 result from an estimated 1 matches for "rquadratstep1".

Did you mean: rquadratstep
2002 Feb 15
2
difficult R-problem
Hi there In the course of my diploma thesis in climatology I have encountered a difficult R-Problem that I cannot solve. I want to fill R-Objects (whose names should depend on j) with numbers at the i-th position. The resulting Objects should be something like: RQuadratStep1, RQuadratStep2, RQuadratStep3 ... filled with Elements like c(0.324, 0.456, 0.657 ...) Below is a short version of how I have tried to solve it but I don't know how to insert numbers at the i-th place. The problem seems to be the "assign" line. Thanks a lot for all hints. for(j i...