search for: rn0320

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

Did you mean: 0.0320
2009 Feb 02
1
executing R batch files
...ro), nothing happens. Does anyone have an explanation, or any suggestions as to how to run an R program from within an Excel macro? (PS: I know about RExcel, can't quite get it to install correctly.) Much appreciated. Joe Boyer Statistical Sciences Renaissance Bldg 510, 3233-D Mail Stop RN0320 8-275-3661 cell: (610) 209-8531 [[alternative HTML version deleted]]
2009 Feb 11
1
Hollander's test of bivariate symmetry
...ow if any R package has a function that will conduct Hollander's test of bivariate symmetry? (Hollander, Biometrika, 1971) Either the exact test or an asymptotic version would be sufficient for my purposes. Thanks. Joe Boyer Statistical Sciences Renaissance Bldg 510, 3233-D Mail Stop RN0320 8-275-3661 cell: (610) 209-8531 [[alternative HTML version deleted]]
2008 Dec 18
2
understanding lexical scope
...function(y) {x + y}; w <- function(x){q(x)}; w(2); According to the discussion of Scope on page 46, it seems to me that R will interpret the free variable x in q as the parameter x in w, and so will give w(2) = 2+2. Joe Boyer Statistical Sciences Renaissance Bldg 510, 3233-D Mail Stop RN0320 8-275-3661 cell: (610) 209-8531 [[alternative HTML version deleted]]
2008 Dec 18
1
understanding recursive functions
...lt;<- x+1; return(q(x))} else return(x)} If x < 1, this should add 1 to x and go back to the beginning of the if expression, and the final result should be 2. So q(0) should return 2. But it returns an error message. Joe Boyer Statistical Sciences Renaissance Bldg 510, 3233-D Mail Stop RN0320 8-275-3661 cell: (610) 209-8531 [[alternative HTML version deleted]]
2009 Jan 14
1
referring to calls in functions
...x, wghts ){ lm(y~x, weights = wghts) } prac(y=y, x=x, wghts = rep(1, 10)) I would be grateful for an explanation of why the first program does not work. It seems to me like they should both give the same result. Joe Boyer Statistical Sciences Renaissance Bldg 510, 3233-D Mail Stop RN0320 8-275-3661 cell: (610) 209-8531 [[alternative HTML version deleted]]
2009 Feb 06
0
RExcel waiting for OLE action
...;, Range("ASYM_MAX_ANALYSIS!I64")) Call Rinterface.GetArray("pv_data$FO", Range("ASYM_MAX_ANALYSIS!J64")) Call Rinterface.RRun("dev.off()") Call Rinterface.StopRServer Joe Boyer Statistical Sciences Renaissance Bldg 510, 3233-D Mail Stop RN0320 8-275-3661 cell: (610) 209-8531 [[alternative HTML version deleted]]