Displaying 20 results from an estimated 28 matches for "tanox".
2004 Jun 07
1
Xtable giving an interesting problem
...: names don't match previous
names:
F value, Pr(>F)
In addition: Warning message:
longer object length
is not a multiple of shorter object length in: clabs == nmi
Any ideas?
"Everything should made as simple as possible, but not simpler."
-Albert Einstein
Shawn Way, PE
Tanox, Inc.
10301 Stella Link
Houston, TX 77025
Engineering Manager
Sway[at]tanox.com
Note: Any use, dissemination, forwarding, printing or copying of this
e-mail without consent of Tanox, Inc. is not authorized. Further, this
communication may contain confidential information intended only for the
p...
2005 Mar 24
1
Error bars for Lattice Plots
Has anyone found a method for creating error bars in lattice plots?
________________________________
"Policies are many, Principles are few, Policies will change, Principles
never do."
-John C. Maxwell
________________________________
Shawn Way, PE Tanox, Inc.
Engineering Manager 10301 Stella Link
sway at tanox.com Houston, TX 77025
________________________________
Note: Any use, dissemination, forwarding, printing or copying of this
e-mail without consent of Tanox, Inc. is not authorized. Further, this
communication may contain confidential...
2005 Jan 14
1
XML
...find the file. Can anyone point me in the right direction,
or at lease upload it to CRAN?
Thanks...
________________________________
"Policies are many, Principles are few, Policies will change, Principles
never do."
-John C. Maxwell
________________________________
Shawn Way, PE Tanox, Inc.
Engineering Manager 10301 Stella Link
Sway at tanox.com Houston, TX 77025
________________________________
Note: Any use, dissemination, forwarding, printing or copying of this
e-mail without consent of Tanox, Inc. is not authorized. Further, this
communication may contain confidentia...
2004 Feb 04
5
Date Time Conversion problems...
...on for data3, is this the correct method for
extraction?
What I'm looking at is the spending habits of individuals...
Thanks for your help...
_____
"Don't rush me, you rush a miracle, you get a rotten miracle."
-Miracle Max, The Princess Bride
_____
Shawn Way, PE Tanox, Inc.
Engineering Manager 10301 Stella Link
sway at tanox.com Houston, TX 77025
2001 Nov 13
1
RODBC
...[Microsoft][ODBC SQL Server Driver][SQL Server]Procedure
'sp_prepare' expects parameter '@stmt', which was not supplied."
[2] "[RODBC]ERROR: Could not SQLPrepare"
Any thoughts?
Shawn Way
Tanox, Inc.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://stat.ethz.ch/pipermail/r-help/attachments/20011113/74d57dd0/attachment.html
2003 May 16
1
Images Import and Analysis
...onvert it to a density image, take the density at multiple
points in the image and determine if they are over an area average
(indicating someone or something is in that area).
Any ideas on how to get started (importing the images) in R? (programming
tool of choice)
Shawn Way
Engineering Manager
Tanox, Inc.
2003 Jun 26
2
Plots using POSIX
...timedata2),numdata,col="red",type="o")
As compared to:
> numdata2 <- c(3,4,5)
> plot(numdata2,numdata,col="red",type="o")
I assume that the work around is to place the box and axis after the plot is
created, correct?
Shawn Way
Engineering Manager
Tanox, Inc.
2002 Apr 12
2
Lattice Package...
...windows 2000, and it consistantly crashes RGUI and Rterm, on two
seperate installations...
2. The real question... Is it possible to change the barchart horizontal
bars on lattice to give vertical bars? If so, could you please give me a
hint on how to do so?
Thanks,
Shawn Way
Process Engineer
Tanox, Inc.
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request at...
2004 Oct 14
1
FW: Maps and plotting
Thanks for the help on the translucent dots. What would be the best
method for creating a map of the facility? I looked into map* in the
libraries and didn't find anything on creating the maps, just using
them.
Thanks again...
Shawn Way, PE
Engineering Manager
sway at tanox.com
-----Original Message-----
From: Prof Brian Ripley [mailto:ripley at stats.ox.ac.uk]
Sent: Thursday, October 14, 2004 6:05 AM
To: Barry Rowlingson
Cc: Shawn Way; R-help at stat.math.ethz.ch
Subject: Re: [R] Maps and plotting
On Thu, 14 Oct 2004, Barry Rowlingson wrote:
> Shawn Way wrote:...
2001 Nov 14
0
RODBC: Minor problem, I hope.
...201 [Microsoft][ODBC SQL Server Driver][SQL Server]Procedure
'sp_prepare' expects parameter '@stmt', which was not supplied."
[2] "[RODBC]ERROR: Could not SQLPrepare"
Any thoughts?
Shawn Way
Tanox, Inc.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://stat.ethz.ch/pipermail/r-help/attachments/20011114/644d71e0/attachment.html
2004 Apr 15
1
residuals
I'm trying to determine the lack of fit for regression on the following:
data <- data.frame(ref=c(0,50,100,0,50,100),
actual=c(.01,50.9,100.2,.02,49.9,100.1),
level=gl(3,1))
fit <- lm(actual~ref,data)
fit.aov <- aov(actual~ref+Error(level),data)
According to the information I have, the lack of fit for this regression is
the
2001 Jun 14
1
Par and the size of the page
...nd the bottom closer to the bottom.
I've sized the device to 8.5x11 using
windows(width=8.5, height=11)
split.screen(c(2,1))
screen(1)
x <- 1:10
plot(x)
screen (2)
plot(x)
I just cannot get these two plot away from each other on the screen or
printout.
Any thoughts?
Shawn Way sway at tanox.com
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request at s...
2001 Sep 12
1
Analysis of Varience question.
I'm trying to use R for some of the analysis shown in Box, Hunter and Hunter
(1979, I believe) using the aov function. I'm using the first example in
chapter 6, where they are determining the analysis of varience between 4
treatments.
In this example, the are determineing the analysis between and within
treatments, which I can get by
aov(response~treatment+Error(treatment))
Where
2003 Oct 15
3
Design and Hmisc
I'm looking for design and hmisc version 2.0 for R 1.8 for windows. I've
found design 2.0 in the downloads for R1.7 but not hmisc.
I've also checked Dr. Harrell's site and it only goes to 1.6 for windows.
Any thoughts?
Shawn Way
2003 Apr 25
2
Posix data in Lattice
......
<Snipped>
What I'm trying to do is plot TC.1 vs Time (which I can do easily), but I
need the xaxis to represent the Time instead of a numeric such as
105121000,etc.
I also need to rotate the times, but I think I have that figured out...
Any thoughts?
Shawn Way
Engineering Manager
Tanox, Inc.
2004 Oct 13
3
Maps and plotting
At our facility we have multiple sample points that are sampled on any
given day. What I would like to do is create a map of the facility with
the sample points (and point labels) and when we have out of
specification results, place a transparent dot over the area on the map.
As the number of OOS results builds up, I envision the dot getting
darker.
Are there any packages out there that can aid
2003 Jun 27
1
R-help Digest, Vol 4, Issue 27 ( -Reply)
...that would like a copy of SOMviewer can drop me a line, I am
making it available as freeware for the R community. It runs under
windows (XP, ME, 2000 etc...) and Mac OS X.
Cheers, Jonck
------------------------------
Message: 9
Date: Thu, 26 Jun 2003 07:59:00 -0500
From: Shawn Way <sway at tanox.com>
Subject: [R] Plots using POSIX
To: r-help at stat.math.ethz.ch
Message-ID:
<2F3262756375D411B0CC00B0D049775DFD61EC at westpark.tanox.net>
Content-Type: text/plain
Is there a reason that the bottom axis changes color when POSIX data is used
in plot function?
For example:
> time...
2004 Nov 20
15
SAS or R software
Hi all there
Can some one clarify me on this issue, features wise which is better R or SAS, leaving the commerical aspect associated with it. I suppose there are few people who have worked on both R and SAS and wish they would be able to help me in deciding on this.
THank you for the help
---------------------------------
[[alternative HTML version deleted]]
2003 Apr 17
18
Validation of R
Hi All
I am really very interested in starting to use R within our company. I
particularly like the open source nature of the product. My company is a
medical research company which is part of the University of London.
We conduct contract virology research for large pharma companies. My
question is how do we validate this software? I wonder if anyone else
has had the problem and might be able to
2003 Apr 25
1
Rep command
I'm trying to use the rep command to replicate a POSIX value, the result is
interesting, maybe a bug?
a <- data$Time[1]
> a
[1] "2003-04-24 13:29:15 Central Daylight Time"
> b <- rep(a,3)
> b
[1] 1051208955 1051208955 1051208955
> version
_
platform i386-pc-mingw32
arch i386
os