search for: tp

Displaying 20 results from an estimated 822 matches for "tp".

Did you mean: tmp
2005 Mar 16
2
how to draw xyplot figure like figure 4.18 of MASS (4th) ?
...ld you please tell me how I can draw figure formatted like figure 4.18 of MASS (4th) with the attached data set? Thanks Zhongming Yang --------------------------------- -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: sample.txt Url: https://stat.ethz.ch/pipermail/r-help/attachments/20050316/abfdb85e/sample.txt
2011 May 18
1
Changing order of facet grid in ggplot2
Hi I am running the following code: sym <- c(sym1,sym2,sym4) lifedxm <- c("O-BD","O-WELL","O-UNI") life <- c(lifedxm,lifedxm,lifedxm) tp <- c("TP-ANY","TP-ANY", "TP-ANY", "TP-SUB", "TP-SUB", "TP-SUB", "TP-CLIN" , "TP-CLIN", "TP-CLIN") data <- data.frame(sym,life,tp) qplot(life,geom="bar",weight=sym,ylim=c(0,1),legend=F,data=da...
2014 Jan 16
2
[PATCH] drm/nv50/graph: add more trap names to print on error
...E_TYPE_MISMATCH" }, + { 0x00000400, "RT_STORAGE_TYPE_MISMATCH" }, + { 0x00000800, "DST2D_LINEAR_MISMATCH" }, + { 0x00001000, "RT_LINEAR_MISMATCH" }, + {} +}; + +static u32 +nv50_priv_prop_trap(struct nv50_graph_priv *priv, + u32 ustatus_addr, u32 ustatus, u32 tp) +{ + u32 e0c = nv_rd32(priv, ustatus_addr + 0x04); + u32 e10 = nv_rd32(priv, ustatus_addr + 0x08); + u32 e14 = nv_rd32(priv, ustatus_addr + 0x0c); + u32 e18 = nv_rd32(priv, ustatus_addr + 0x10); + u32 e1c = nv_rd32(priv, ustatus_addr + 0x14); + u32 e20 = nv_rd32(priv, ustatus_addr + 0x18); + u32 e...
1998 Jan 16
0
matplot
matplot doesn't seem to pass through options like lwd, cex, etc. quite the way I'd like. I've thought of two ways to fix this, I don't know which is better. The first is to treat lwd, cex, etc., exactly like the other options (col, lty ...) -- (these diffs are long, skip down two pa...
2001 Sep 05
3
Bug in ftable?? (Was: Two-way tables of data, etc)
...choose tabulations that will not come and bite you. Suppose your data are sligtly irregular, e.g. (for the sake of the argument): data( warpbreaks ) warpbreaks$variant <- rep( 1:5, len=54 ) attach( warpbreaks ) tb <- table( wool, tension, variant ) tb # in this case you would like to see: tp <- tapply( breaks, list( wool, tension, variant ), mean ) tp # and hardly: ftable( xtabs( breaks ~ wool + tension + variant ) ) # It would be nice to flatten the tabulations, so I tried: ftable( tb ) tp <- as.table( tp ) ftable( tp ) But here i get: > attr( tp, "class" ) &lt...
2001 Sep 05
3
Bug in ftable?? (Was: Two-way tables of data, etc)
...choose tabulations that will not come and bite you. Suppose your data are sligtly irregular, e.g. (for the sake of the argument): data( warpbreaks ) warpbreaks$variant <- rep( 1:5, len=54 ) attach( warpbreaks ) tb <- table( wool, tension, variant ) tb # in this case you would like to see: tp <- tapply( breaks, list( wool, tension, variant ), mean ) tp # and hardly: ftable( xtabs( breaks ~ wool + tension + variant ) ) # It would be nice to flatten the tabulations, so I tried: ftable( tb ) tp <- as.table( tp ) ftable( tp ) But here i get: > attr( tp, "class" ) &lt...
2013 Apr 29
3
all.vars for nested expressions
Dear R fellows, Assume I define a <- expression(fn+tp) sen <- expression(tp/a) Now I'd like to know, which variables are necessary for calculating sen all.vars(sen) This results in a vector c(tp,a). But I'd like all.vars to evaluate the sen-object down to the ground level, which would result in a vector c(tp,fn) (because a was defined as...
2009 Mar 14
2
SEM model testing with identical goodness of fits
...e obtained identical of fit measures from chisqure to BIC. Model1 assumes three factors are correlated with each other and model two assumes a higher order factor exist and three factors related to this higher factor instead of to each other. Model1: model.one <- specify.model() tr<->tp,e.trtp,NA tp<->weber,e.tpweber,NA weber<->tr,e.webertr,NA weber<->weber, e.weber,NA tp<->tp,e.tp,NA tr <->tr,e.trv,NA .... Model two model.two <- specify.model() rsk->tp,e.rsktp,NA rsk->tr,e.rsktr,NA rsk->weber,e.rskweber,NA rsk<->rsk, NA,1...
2002 Oct 25
4
Samba 2.2.6 leaks file descriptions!
...64 Oct 25 11:39 10 -> pipe:[43281713] lr-x------ 1 root root 64 Oct 25 11:39 100 -> /var/HW/DocTemp/ lr-x------ 1 root root 64 Oct 25 11:39 101 -> /var/HW/DocTemp/ lr-x------ 1 root root 64 Oct 25 11:39 102 -> /var/HW/Lumentis_A1.2/TP-DBGE-0029/R1A/PRI/ lr-x------ 1 root root 64 Oct 25 11:39 103 -> /var/HW/Lumentis_A1.2/TP-DBGE-0029/R1A/PRI/ lr-x------ 1 root root 64 Oct 25 11:39 104 -> /var/HW/DocTemp/ lr-x------ 1 root root 64 Oct 25 11:39 105 -> /var/HW/Lumentis_A1.2...
2009 Sep 24
3
Color of the plot which correspond to the group of the observations
Dear All, ? Let: dp: depth of the river tp: temperature with respect to depth These pair of observations are in 3 different groups i.e: Obs. 1,3,5,7?from the first group Obs. 2,4 and?10?from second group Obs 6,8 and 9?from third group. We can have a simple scatter plot, between depth as y-axis and temperature as x-axis, with each pairs ar...
2012 Aug 31
2
[PATCH] Add missing options to flac man page.
--- man/flac.1 | 25 +++++++++++++++++++++---- man/flac.sgml | 2 ++ 2 files changed, 23 insertions(+), 4 deletions(-) diff --git a/man/flac.1 b/man/flac.1 index fef4ded..3d7bd50 100644 --- a/man/flac.1 +++ b/man/flac.1 @@ -68,6 +68,9 @@ Prefix each output file name with the given string. This can be useful for enco \fB--delete-input-file \fR Automatically delete the input file after a successful encode or decode. If there was an error (including a verify error) the input file is left intact. .TP +\fB--preserve-modtime\fR +Output files have th...
2009 Sep 23
4
Problem in graph plotting
Dear All, Let: dp: depth of the?river tp: temperature with respect to depth We can?have a simple scatter plot, between depth as y-axis and temperature as x-axis,?by using a?plot function as shown?below. #####################? dp <- c(1,4,3,2,5,7,9,8,9,2) tp <- 1:10 plot(tp,dp, type= 'l') ##################### ? Could someo...
2014 Jan 16
0
[PATCH] drm/nv50/graph: add more trap names to print on error
..." }, > + { 0x00000800, "DST2D_LINEAR_MISMATCH" }, > + { 0x00001000, "RT_LINEAR_MISMATCH" }, > + {} > +}; > + > +static u32 > +nv50_priv_prop_trap(struct nv50_graph_priv *priv, > + u32 ustatus_addr, u32 ustatus, u32 tp) > +{ > + u32 e0c = nv_rd32(priv, ustatus_addr + 0x04); > + u32 e10 = nv_rd32(priv, ustatus_addr + 0x08); > + u32 e14 = nv_rd32(priv, ustatus_addr + 0x0c); > + u32 e18 = nv_rd32(priv, ustatus_addr + 0x10); > + u32 e1c = nv_rd32(priv, ustatus_addr + 0x...
2007 Jan 24
4
Replace missing values in lapply
I have some matrices stored as elements in a list that I am working with. On example is provided below as TP[[18]] > TP[[18]] level2 level1 1 2 3 4 1 79 0 0 0 2 0 0 0 0 3 0 0 0 0 4 0 0 0 0 Now, using prop.table on this gives > prop.table(TP[[18]],1) level2 level1 1 2 3 4 1 1 0 0 0 2 3...
2005 May 20
1
Possible PAWS security vulnerability
Hello security gurus, yesterday, I mistakenly posted a question on the questions list about this article : http://www.securityfocus.com/bid/13676/info/ which talks about a form of DOS vulnerability. I was curious as to the possibility of FreeBSD 5.x being affected, and if anyone was working on this or not. Ted Mittelstaedt posted this possible patch based upon the OpenBSD patch : in /usr/src/sys/netinet...
2008 Mar 16
1
optim: why is REPORT not used in SANN?
...n an actual problem. Is there any reason why not passing nREPORT to samin and setting something like: STEPS = nREPORT / tmax Thomas P. -- Thomas Petzoldt Technische Universitaet Dresden Institut fuer Hydrobiologie thomas.petzoldt at tu-dresden.de 01062 Dresden http://tu-dresden.de/hydrobiologie/ GERMANY
2012 Feb 13
3
mgcv: increasing basis dimension
hi Using a ts or tprs basis, I expected gcv to decrease when increasing the basis dimension, as I thought this would minimise gcv over a larger subspace. But gcv increased. Here's an example. thanks for any comments. greg #simulate some data set.seed(0) x1<-runif(500) x2<-rnorm(500) x3<-rpois(500,3) d&l...
2006 Mar 15
1
Additional arguments in S3 method produces a warning
Hello, I just notice this: > x <- c(1:4,0:5, 4, 11) > library(pastecs) Loading required package: boot > tp <- turnpoints(x) > extract(tp, no.tp = FALSE, peak = TRUE, pit = FALSE) [1] FALSE FALSE FALSE TRUE FALSE FALSE FALSE FALSE FALSE TRUE FALSE FALSE Warning message: arguments after the first two are ignored in: UseMethod("extract", e, n, ...) > extract(tp) [1] 0 0 0 1...
2014 Jun 19
0
[PATCH] update man page with new chips, AccelMethod option
...cards. The driver supports 2D +is an __xservername__ driver for NVIDIA video cards. The driver supports 2D acceleration and provides support for the following framebuffer depths: (15,) 16 and 24. TrueColor visuals are supported for these depths. @@ -28,11 +28,11 @@ NV4 .B RIVA TNT2 NV5 .TP 22 -.B GeForce 256, QUADRO +.B GeForce 256, QUADRO NV10 .TP 22 .B GeForce2, QUADRO2 -NV11 & NV15 +NV11 & NV15 .TP 22 .B GeForce3, QUADRO DCC NV20 @@ -44,13 +44,26 @@ NV1A, NV1F NV17, NV18, NV25, NV28 .TP 22 .B GeForce FX, QUADRO FX -NV30, NV31, NV34, NV35, NV36, NV37, NV38 +NV3...
2011 Jul 29
2
xendomains and xl toolstack question
...en ported to work with 4.1.1 or is there another alternative to it. Thank you very much. --- David Gonzalez H. DGHVoIP - OPEN SOURCE TELEPHONY SOLUTIONS Phone Bogotá: +(57-1)289-1168 Phone Medellin: +(57-4)247-0985 Mobile: +(57)315-838-8326 MSN: david@planetaradio.net Skype: davidgonzalezh WEB: http://www.dghvoip.com/ Proud Linux User #294661 _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users