Closed LaurenSamuels closed 10 years ago
Sorry, forgot to include version info:
version
_
platform x86_64-apple-darwin13.1.0
arch x86_64
os darwin13.1.0
system x86_64, darwin13.1.0
status
major 3
minor 1.0
year 2014
month 04
day 10
svn rev 65387
language R
version.string R version 3.1.0 (2014-04-10)
nickname Spring Dance
& packages:
Version Depends
Formula 1.1-1 R (>= 2.0.0), stats
ggplot2 0.9.3.1 R (>= 2.14), stats, methods
gmodels 2.15.4.1 R (>= 1.9.0)
Hmisc 3.14-4 methods, grid, lattice, survival (>= 2.37-6), Formula
knitr 1.5 R (>= 2.14.1)
ltm 1.0-0 R (>= 2.14.0), MASS, msm, polycor
msm 1.3 <NA>
mvtnorm 0.9-99991 R(>= 1.9.0)
polycor 0.7-8 R (>= 1.9.0), mvtnorm, sfsmisc
QuantPsyc 1.5 boot, MASS
rms 4.2-0 Hmisc (>= 3.12-2), survival (>= 2.37-6), SparseM
sfsmisc 1.0-25 R (>= 2.11.0), stats, methods, utils
SparseM 1.03 R (>= 2.4.1), methods, stats, utils
vimcom 0.9-93 <NA>
This has been fixed for the next release, which should be in 2 weeks. If you need a source file override for now you can get the latest source for summaryM.s in github. Frank
On 05/22/2014 11:13 AM, LaurenSamuels wrote:
set.seed(1) d <- expand.grid(x1=c('A', 'B'), x2=c('a', 'b', 'c')) d$y <- runif(nrow(d)) d latex( summaryM(x2 + y ~ x1, data= d, test=TRUE, overall=TRUE, continuous=6 ), file="", where="htbp", caption="Descriptive stats and tests of between-group differences for all primary and secondary neuroimaging outcomes", label= "tbl:descrOutcomes", exclude1=FALSE, digits=2, long=TRUE, prmsd=TRUE, npct="both", size="tiny", center="centering")
Thank you!
Hi! I'm getting three captions for my table, when I want only one. Here's a self-contained example:
And here's the output:
Thank you! Laurie