Displaying 8 results from an estimated 8 matches for "maketable".
Did you mean:
marketable
2013 Feb 13
1
WriteXLS: 'object not found' error within function
...ing the WriteXLS function:
print(class(tables))
flush.console()
[1] "list"
At least I would have thought this would have ruled out any scope-related issues. Has anyone else had this problem or have any ideas why it might be happening?
Thanks,
Scott
PS here is the function in full:
makeTables <- function(design, designInfo, oldMatrix, matrix, annot, tableList)
{
rownames(design) <- designInfo[,1]
fit <- lmFit(matrix, design)
fit <- eBayes(fit)
tables<-list()
for (i in 1:length(tableList))
{
table <- makeTable(oldMatrix, matrix, annot, fit, tableList[i])
print(p...
2006 Aug 08
3
Pairwise n for large correlation tables?
Hello,
I'm using a very large data set (n > 100,000 for 7 columns), for which I'm
pretty happy dealing with pairwise-deleted correlations to populate my
correlation table. E.g.,
a <- cor(cbind(col1, col2, col3),use="pairwise.complete.obs")
...however, I am interested in the number of cases used to compute each
cell of the correlation table. I am unable to find such a
2002 Nov 02
5
problem compiling R-1.6.1 on WinNT: pcre
...../extra/pcre/libRpcre.a(get.o)(.text+0x12c):get.c: undefined reference to
`pcre_free'
../extra/pcre/libRpcre.a(get.o)(.text+0x17a):get.c: undefined reference to
`pcre_malloc'
../extra/pcre/libRpcre.a(get.o)(.text+0x1cc):get.c: undefined reference to
`pcre_free'
../extra/pcre/libRpcre.a(maketables.o)(.text+0x20):maketables.c: undefined
reference to `pcre_malloc'
../extra/pcre/libRpcre.a(study.o)(.text+0x64e):study.c: undefined reference
to `pcre_malloc'
make[1]: *** [R.dll] Error 1
make[1]: Leaving directory `/cygdrive/g/Rbuild/R-1.6.1/src/gnuwin32'
make: *** [all] Error 2
-...
2012 Nov 21
0
Making part of a data frame into a time series
Dear folks ?
I have a bunch of data frames where columns 1:(n-1) contain information
about a county, and columns n and higher contain a time series of monthly
observations on that county. I wanted to get the data in columns n and
higher to be recognized as a bunch of time series. So I wrote a function
that was supposed to turn all the columns from a given column number on into
a time series:
#
2011 Sep 22
1
Wrapper of linearHypothesis (car) for post-hoc of repeated measures ANOVA
For some time I have been looking for a convenient way of performing
post-hoc analysis to Repeated Measures ANOVA, that would be acceptable
if sphericity is violated (i.e. leaving aside post-hoc to lme models).
The best solution I found was John Fox's proposal to similar requests
in R-help:
http://tolstoy.newcastle.edu.au/R/e2/help/07/09/26518.html
2005 Jul 04
0
Problem linking with libdb
...nd -ldb
collect2: ld returned 1 exit status
make[1]: *** [arpd] Error 1
make[1]: Leaving directory `/home/src/iproute2-ss050607/misc''
make[1]: Entering directory `/home/src/iproute2-ss050607/netem''
gcc -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall -I../include -DRESOLVE_HOSTNAMES -o maketable maketable.c -lm
gcc -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall -I../include -DRESOLVE_HOSTNAMES normal.c -lresolv -L../lib -lnetlink -lutil -L/usr/local/BerkeleyDB.4.2/lib -lm -o normal
gcc -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall -I../include -DRESOLVE_HOSTNAMES pareto.c -lresolv -L....
2005 Oct 04
4
iproute2-050929 ERORR compiling
...rror: request for member `close'' in something not a structure or union
make[1]: *** [arpd] Error 1
make[1]: Leaving directory `/home/src/a/04102005/iproute2-050929/misc''
make[1]: Entering directory `/home/src/a/04102005/iproute2-050929/netem''
gcc -Wall -O1 -I../include -o maketable maketable.c -lm
gcc -Wall -O1 -I../include -o normal normal.c -lm
gcc -Wall -O1 -I../include -o pareto pareto.c -lm
gcc -Wall -O1 -I../include -o paretonormal paretonormal.c -lm
./normal > normal.dist
./pareto > pareto.dist
7./paretonormal > paretonormal.dist
./maketable experimental.dat &...
2004 Sep 23
11
Shorewall and OpenVPN woes
Ok. I''m knocking down one problem at a time.
I''ve managed to figure out how to bridge my tap0 and my eth1 with br0.
This is good stuff.
But if I have shorewall running, I can''t ping the local network at all.
If I have shorewall not running, I can ping the local network.
Here is my setup.
Firewall/NAT box:
eth0 - DHCP from cable provider
eth1 -