search for: bmargin

Displaying 3 results from an estimated 3 matches for "bmargin".

Did you mean: margin
2011 Oct 23
2
Summary stats in table
...ters[1:3], 1000, replace=TRUE) B <- sample(LETTERS[1:2], 1000, replace=TRUE) x <- rnorm(1000) I can get a table of means via tapply(x, list(A, B), mean) and I can add the marginal means to this using cbind/rbind: main <- tapply(x, list(A,B), mean) Amargin <- tapply(x, list(A), mean) Bmargin <- tapply(x, list(B), mean) rbind(cbind(main, all=Amargin),all=c(Bmargin, mean(x))) But this is tedious. Has some package got some code that makes this easier? Duncan Murdoch
2005 Jan 31
2
Anyone have the userguide''s tc script and the corresponding ethloop input files?
I''m trying to get picture from ethloop and gnuplot. But the output seems weird. I still do not know why and want some examples. Thanks in advance. --------------------------------- Do You Yahoo!? 注册世界一流品质的雅虎免费电邮 --0-1760319804-1107141989=:62961 Content-Type: text/html; charset=gb2312 Content-Transfer-Encoding: 8bit <DIV>I''m trying to get picture from ethloop and
2012 Sep 24
1
Question lattice SplomT
...----- %% Test SplomT \documentclass[a4paper,11pt,leqno]{scrbook} \usepackage[OT2,OT1]{fontenc} \usepackage[russian,ngerman,english]{babel} %% \usepackage[displaymath]{lineno} \usepackage{graphicx} \usepackage{textcomp} % special symbols \usepackage{geometry} \geometry{verbose,a4paper,tmargin=2.4cm,bmargin=2.5cm,lmargin=2.5cm,rmargin=2cm} \usepackage{amsmath} \usepackage{amssymb} \usepackage{longtable} \usepackage{psfrag} % for greek letters etc. \usepackage{Sweave} %% /Users/hoffmann/R/Rtest/Sweave \begin{document} \SweaveOpts{prefix.string=fig/Fig} \title{\textbf{Test SplomT} } \author{Christi...