search for: ponzio

Displaying 2 results from an estimated 2 matches for "ponzio".

Did you mean: ponzi
2010 Nov 24
0
4. Rexcel (Luis Felipe Parra)-how to run a code from excel
...ensional Optimization (Ben Bolker) 127. Re: how to loop through variables in R? (watashi at post.com) 128. Re: How to start default browser on R (David Scott) 129. Re: Find in R and R books (Spencer Graves) 130. using the "apply" method for functions with multiple inputs (joeponzio) 131. permalgorithm (Kere Klein) 132. Re: using the "apply" method for functions with multiple inputs (David Winsemius) 133. Re: How to start default browser on R (Stephen Liu) 134. Re: How to start default browser on R (Ista Zahn) 135. Re: how to calculate derivative (Rav...
2010 Nov 23
1
using the "apply" method for functions with multiple inputs
hello r users, i'm trying to use the apply method on a function with several inputs, but cannot figure out how to send multiple arguments to the function (not multiple runs of the same function, but one run of the function including two variables - each used within the function). a <- c(1:10,999,999,999) b <- c(11:20,999,999,999) tfun <- function(x,y){ if( (x = 1 & y !=999)