search for: wagey

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

Did you mean: wager
2017 Oct 07
0
[FORGED] bootstrapping results in table format
On 07/10/17 12:16, Peter Wagey wrote: > Hi R users, > I was struggling to put the results into table format. Would you mind to > show using following data and code how we can put the results into table? I > further would like to have a confidence interval for each group. > > > set.seed(1000) > data &lt...
2017 Oct 06
2
bootstrapping results in table format
Hi R users, I was struggling to put the results into table format. Would you mind to show using following data and code how we can put the results into table? I further would like to have a confidence interval for each group. set.seed(1000) data <- as.data.table(list(x1 = runif(200), x2 = runif(200), group = runif(200)>0.5)) data.frame(data) head(data) stat <- function(x, i) {x[i, c(m1