search for: tbdf

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

Did you mean: tbd
2005 May 24
1
Contingency tables from data.frames
..., 'fr', 'fr(%)', 'fac', 'fac(%)') tmpList <- c(tmpList, list(res)) } names(tmpList) <- names(df) return(tmpList) } To try the function: #a) runing nice y1=rnorm(100, 10, 1) y2=rnorm(100, 58, 4) y3=rnorm(100, 500, 10) mydf=data.frame(y1, y2, y3) #tbdf=er.table.df.br (mydf, breaks = 'Sturges', right=F) #tbdf=er.table.df.br (mydf, breaks = 'Scott', right=F) tbdf=er.table.df.br (mydf, breaks = 'FD', right=F) print(tbdf) #b) One of the problems y1=rnorm(100, 10, 1) y2=rnorm(100, 58, 4) y3=rnorm(100, 500, 10) y4=rep(letters[...