Displaying 4 results from an estimated 4 matches for "tablist".
Did you mean:
tablis
2008 Feb 29
1
How to export tables in list separately using write.table or sink?
...;), each=5),
var2 = rep(c("B20", "X40", "D50", "G60"), each=5),
var2_lab= rep(c("car", "bicycle", "train", "bus"), each=5))
g <- unlist(lapply(a, is.factor))
g <- a[g]
g.tablist <- lapply(g, function(x) table(x, g$var1))
for (i in g.tablist) write.table(i , paste(Sys.Date(), i, sep=""))
Warning messages:
1: In if (file == "") file <- stdout() else if (is.character(file)) { :
the condition has length > 1 and only the first element will be us...
2011 Nov 10
2
Listing tables together from random samples from a generated population?
.
HI there,
I'd like to show demonstrate how the chi-squared distribution works, so I've come up with a sample data frame of two categorical variables
y<-data.frame(gender=sample(c('Male', 'Female'), size=100000, replace=TRUE, c(0.5, 0.5)), tea=sample(c('Yes', 'No'), size=100000, replace=TRUE, c(0.5, 0.5)))
And I'd like to create a list of 100
2006 Apr 28
4
Existing Tabs Helper?
Hi.
I''m going to start writting an ajax "tabs"" helper, but before starting to
reinvent the wheel (and in order to avoid DRO : don''t Repeat
Ourselves :-) ) I wish to know if there is any project for this already.
Thanks.
2010 Jun 02
0
Segmentation fault on paste a long text into Scintilla
...by 1.8.7 (2010-01-10 patchlevel 249) [i386-mingw32]
However, It was Ok if not including last 100 or so characters (worked on
13100 characters).
Cheers,
Zhimin
-- text copied
<tbody><tr><td class="Application-content-title" width="460px"><table
role="tablist" class="gwt-TabBar" cellpadding="0"
cellspacing="0"><tbody><tr><td class="gwt-TabBarFirst-wrapper"
style="vertical-align: bottom;" align="left" height="100%"><div
style="white-space: normal; heig...