Displaying 12 results from an estimated 12 matches for "tju".
Did you mean:
thu
2017 Sep 21
2
rcorr error in R stat
...05 -0.11 -0.31 0.22 0.05
>> p_REC -0.12 -0.27 0.36 -0.19 -0.09 -0.17 -0.21
>> TF -0.01 -0.01 -0.21 -0.2 -0.27 -0.07 0.06
>>
>> ?
>> Please help.
>>
>> /DR. GANNE CHAITANYA MD, PHD/
>>
>> /PDF?//NEUROLOGY/
>>
>> /TJU,?//PHILADELPHIA, 19107, PA/
>>
>>
>> The information contained in this transmission contains
>> privileged and confidential information. It is intended only for
>> the use of the person named above. If you are not the intended
>> recipient, you are hereby...
2017 Sep 21
0
rcorr error in R stat
...p_REC -0.12 -0.27 0.36 -0.19 -0.09 -0.17 -0.21
>>> TF -0.01 -0.01 -0.21 -0.2 -0.27 -0.07 0.06
>>>
>>> ?
>>> Please help.
>>>
>>> /DR. GANNE CHAITANYA MD, PHD/
>>>
>>> /PDF?//NEUROLOGY/
>>>
>>> /TJU,?//PHILADELPHIA, 19107, PA/
>>>
>>>
>>> The information contained in this transmission contains
>>> privileged and confidential information. It is intended only for
>>> the use of the person named above. If you are not the intended
>>> recipie...
2006 Dec 22
1
odfWeave problem
Hi,
I'm trying to customize some formating for a table using odfWeave. I'm
having some trouble getting the formatting to work. I've defined the
following format defns:
origStyleDefs <- getStyleDefs()
StyleDefs=origStyleDefs
StyleDefs$ArialLeftBold$parentStyleName=''
StyleDefs$ArialLeftBold$type='Paragraph'
StyleDefs$ArialLeftBold$textAlign='left'
2006 Dec 23
1
bug in odfWeave
Hi,
I think there is a minor bug in odfWeave. In the function odfStyleGen,
the following line has an extra "=":
if(length(grep("italic", thisStyle$fontType)))
fontText <- c(fontText, tagattr("fo:font-style=", "italic"))
This is creating an error if some text needs to be formatted as italic,
since the corresponding entry in
2008 Mar 28
1
Sweave - print \n ?
Hi,
this is probably quite stupid but I have no clue
what's wrong. Let's say I write the function
hline <- function() {
cat("\\hline \n")
}
and call hline() from within a Sweave chunk. Why is
there no carriage return after the \hline in the
resulting tex file?
if I call hline() hline() in the chunk, then I get
\hline \hline
in the tex code without a linebreak in
2008 May 01
2
howto import .xls and .ods
Hi,
i want to import data from .ods and .xls files in R on a linux system.
Seems it was a faq in the past, but i found only solutions for Windows.
Is there a handy solution for linux? The best would be something like
mytab <-read.ods(...)
Any hints? Thanks a lot for reading so far,
--
Jonas Stein <news at jonasstein.de>
2008 Jun 06
6
Subsetting to unique values
I want to take the first row of each unique ID value from a data frame.
For instance
> ddTable <-
data.frame(Id=c(1,1,2,2),name=c("Paul","Joe","Bob","Larry"))
I want a dataset that is
Id Name
1 Paul
2 Bob
> unique(ddTable)
Will give me all 4 rows, and
> unique(ddTable$Id)
Will give me c(1,2), but not accompanied by the name column.
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list.
I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without
modifications.
How did I try it?
Created a (non-root) build environment (not a mock )
Installed the kernel.scr.rpm and did a
rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee
prep-out.log
The build failed at the end:
Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL
Checking
2008 Mar 26
1
OdfWeave and contingency tables
Hi,
I would like to use odfWeave to output some contingency tables (the
output of "table") into OOo. I know I can do this in LaTex (using
"latex" in the Hmisc package), but I was wondering if it is possible in
OdfWeave. My documentation to odfTable says inputs can only be vector,
matrix or data.frame, and I'm having a hard time converting my table
into one of these
2002 Sep 27
0
Booting from USB
This isn't necessarily a SYSLINUX question, but a probe. Just wondering
if anyone has ever gotten a bootable USB chip to work under linux. I was
able to do it using SYSLINUX and an initrd image, but I would like
something a bit more robust, ... ie: remounting a second ext3fs
partition on the boot chip by being able to have partitions on the usb
chip, syslinux on the mbr, and part 1
2002 Oct 03
1
Question on docs
Just wondering if there was any documentation other than what's on the
FAQ/webpage?
If not, under the section which says how to be able to use syslinux on a
harddrive, it states, "A simple MBR, roughly on par with the one installed by
DOS (but unencumbered), is included in the SYSLINUX distribution"
How do i install this MBR to the harddrive (in my case, I am using a USB drive
2010 Nov 25
0
[libsvm] predict function error
Dear R users,
There is a error message when I run the following code. It is used to load
microarray data and use the top 1000 genes for training svm to classify test
set .
> library(e1071)
Loading required package: class
> f=read.table("F:\\lab\\
microarray analysis\\VEH LPS\\exprs.txt",