Displaying 20 results from an estimated 100 matches similar to: "Porting plotterm() & gamterms() from s-plus"
2013 Feb 18
0
Small suggestion for termplot
Brian,
I used termplot(..., plot=FALSE) recently in R-devel: works like a charm. Thanks much
for the update.
Our in-house "gamterms" function, which this obviates, would also return the "constant"
attribute from the underlying predict(..., type="terms") call. I have occasionally found
this useful, and so it would be a worthwhile addition to termplot.
2007 Jul 17
1
problem with length()
In the following, can anyone tell me why length(eee) returns 9? I
was expecting 15398, and when I try to add this vector to a data
frame with that many rows, it fails complaining that the vector is of
length 9. In what I thought was an identical situation with a
related dataset, the same code worked as expected.
> length(fff)
[1] 15398
> str(fff)
int [1:15398] 20010102 20010102
2003 Oct 17
7
datetime data and plotting
If I take the following simple data:
YEAR MONTH DAY WEIGHT.KG
2003 10 6 1.2
2003 10 12 1.2
2003 10 16 1.3
and format the date data and plot it:
dates <- strptime(paste(DAY,MONTH,YEAR),"%d%m%Y")
plot(c(min(dates),max(dates)),c(0,max(WEIGHT.KG)),
xlab="Date",ylab="Weight (kg)",type="n")
lines(dates,WEIGHT.KG)
points(dates,WEIGHT.KG)
I find that the
2019 Jun 14
0
memory leak in vhost_net_ioctl
Hello Syzbot
On Fri, 14 Jun 2019 11:04:03 +0800 syzbot wrote:
>
>Hello,
>
>syzbot has tested the proposed patch but the reproducer still triggered crash:
>memory leak in batadv_tvlv_handler_register
>
> 484.626788][ T156] bond0 (unregistering): Releasing backup interface bond_slave_1
>Warning: Permanently added '10.128.0.87' (ECDSA) to the list of known hosts.
2013 Feb 15
0
[PATCH 1/4] xen/arm: trap guest WFI
Trap guest WFI, block the guest VCPU unless it has pending interrupts.
Awake the guest vcpu when a new interrupt for it arrrives.
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
---
xen/arch/arm/domain_build.c | 2 +-
xen/arch/arm/traps.c | 6 ++++++
xen/arch/arm/vgic.c | 4 +++-
3 files changed, 10 insertions(+), 2 deletions(-)
diff --git
2012 Dec 19
6
[PATCH V2] xen: arm: fix guest register access.
We weren''t taking the guest mode (CPSR) into account and would always
access the user version of the registers.
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
---
v2: Fix r8 vs r8_fiq thinko.
---
xen/arch/arm/traps.c | 62 ++++++++++++++++++++++++++++++++++++++++++-
xen/arch/arm/vgic.c | 4 +-
xen/arch/arm/vpl011.c | 4 +-
xen/arch/arm/vtimer.c
2001 Mar 06
0
Samba, quotas and disk capacity?
Hi Bernd,
There have been a lot of improvements in Samba since 2.0.5; I know
that the 2.0.7 version is supposed to support unix HFS and VxFS quotas.
Also the "with-quotas" option must be turned on at compile time, so perhaps
your 2.0.5 version was not compiled "with-quotas"...
I tested quotas and the HP 2.0.7 version here and it works the way that Dirk
mentions,
you will get
2005 Jan 18
0
address statistics
Guten Tag
Im Rahmen einer Studienarbeit an der Hochschule fuer Technik in Rapperswil (HSR), zum Thema SPAM, haben wir
Ihre E-Mail Adresse auf einer CD-ROM gefunden welche bei EBay gehandelt wird (Adresshandel).
Wir haben insbesondere alle E-Mail Adressen von Schweizer Unis und ETHs herausgesucht.
Nun ist es fuer unsere Statistik wichtig, dass wir wissen welche der gefundenen Adressen noch aktiv
2005 Jan 18
0
address statistics
Guten Tag
Im Rahmen einer Studienarbeit an der Hochschule fuer Technik in Rapperswil (HSR), zum Thema SPAM, haben wir
Ihre E-Mail Adresse auf einer CD-ROM gefunden welche bei EBay gehandelt wird (Adresshandel).
Wir haben insbesondere alle E-Mail Adressen von Schweizer Unis und ETHs herausgesucht.
Nun ist es fuer unsere Statistik wichtig, dass wir wissen welche der gefundenen Adressen noch aktiv
2008 Nov 17
1
ggplot2: can one have separate ylim for each facet?
In lattice
#toy data
library(ggplot2)
library(lattice)
x <- rnorm(100)
y <- rnorm(100)
k <- sample(c("Weak","Strong"),100,replace=T)
j <- sample(c("Tall","Short"),100,replace=T)
w <- data.frame(x,y,j,k)
xyplot(y~x|j+k,scales=list(y=list(relation="free")))
will give you a scale in each subplot with a range equal to the range
of y
2001 May 07
3
Samba 2.2.x and Trust Relationships?
Hi,
Is it true that Samba 2.2.x PDC does not support trust relationships
to other Windoze NT PDCs?
Thanks in advance for your reply.
Regards,
Bernd Nies
--
_ _ ___ ___
| || / __| _ \ Bernd Nies, System Engineer
| __ \__ \ / HSR Hochschule, Oberseestr.10, CH-8640 Rapperswil
|_||_|___/_|_\ +41-55-2224984, http://www.id.hsr.ch/ bnies@hsr.ch
2019 Jun 14
0
memory leak in vhost_net_ioctl
Hello,
syzbot has tested the proposed patch but the reproducer still triggered
crash:
memory leak in batadv_tvlv_handler_register
484.626788][ T156] bond0 (unregistering): Releasing backup interface
bond_slave_1
Warning: Permanently added '10.128.0.87' (ECDSA) to the list of known hosts.
BUG: memory leak
unreferenced object 0xffff88811d25c4c0 (size 64):
comm
2019 Jun 14
0
memory leak in vhost_net_ioctl
Hello Syzbot
On Fri, 14 Jun 2019 11:04:03 +0800 syzbot wrote:
>
>Hello,
>
>syzbot has tested the proposed patch but the reproducer still triggered crash:
>memory leak in batadv_tvlv_handler_register
>
It is not ubuf leak which is addressed in this thread. Good news.
I will see this new leak soon.
> 484.626788][ T156] bond0 (unregistering): Releasing backup interface
2005 Jun 13
3
validations not working with collection population droplists
I have an ADD form with foreign key field values selectable via select
list ( collection_select (...)).
When I add validates_presence_of :someotherfield to my model for error
trapping, I get the following error for each droplist:
NoMethodError in Reviews#create_curriculum
Showing /reviews/_form.rhtml where line #16 raised:
undefined method `inject'' for nil:NilClass
Extracted source
2009 Mar 20
1
ggplot2: specifying legend titles
I am trying to specify a legend title to be other than the variable
name, but I find that the legend splits because scale_shape() takes
effect but scale_colour() does not. Can someone spot my error?
Here's some toy code that produces the problem on my system (R2.8.1,
windows, today's CRAN package updates):
library(ggplot2)
a <- sample(letters[1:5],100,replace=T)
b <-
2010 Apr 11
0
plotting rpart objects, text.rpart, fancy option
I have created plots of rpart objects with the fancy option for text.rpart
("fancy" creates ellipses and rectangles and labels branches with splitting
criteria). The ellipses and rectangles are supposed to "interrupt" the tree
lines (as seen in Therneau and Atkinson 1997, page 48, Fig. 18,
http://www.mayo.edu/hsr/techrpt/61.pdf), but they do not, even when I use
Therneau and
2012 Nov 21
1
Rsync --update copy one file multiples times
Hi All,
My using rsync command to backup my mail server mailbox to backup server.
I am using following command for backup.
rsync -avzu -e ssh root at 192.168.1.12:/mail_home /mail_backup
I configured daily cron for this command in backup server.
In mail server /mail_home folder having all user's mailbox and size of
mail_home is 345 GB and in backup server I have assign 450 GB for
2013 Jan 16
0
Job for Ruby On Rails
Hi,
Greetings from WinfoGlobal !!
WinfoGlobal Technologies is one of the leading Staffing Service Providers
based out of Bangalore, India. We have proven track record in fulfilling
complex business requirements of our esteemed clients.
Currently we have multiple requirement for *Ruby on Rails* profiles.
*Requirement categories.*
Developer
Software Engineer
Sr.Software Engineer
Tech Lead
2015 Nov 01
0
Luxury watches for best. Rolex, etc
Buy your watch?here- http://goo.gl/V0XKLA
fhc wnv umt qviyz v tvh
i tg rexvc w enfk scxpf
hlrg kq ae jok wnz jar
t bfktm ppt xyqa oh gam
aq qzjgr zcn ci rx c
jshv nq whl e tnu flb
y tsgdu f ocot uczs x
xw r gsij x ozw q
esz hzk bcbwm gi c pp
lhv efrh hsr yjw tun hs
jcair nxbui k wb gbgqr mvfqj
y c t rvxpe t x
vmeqd a d mw ae bpp
jumbj o iqech mqy l e
gc lucr zdp xcnyy syfs nzti
xr
2007 Jul 05
2
Re: [strongSwan] Interop problem Linksys WRV200 with Strongswan 4.1.3 / PSK
Hi Andreas,
I don''t know if the WRV200 is running freeswan or openswan.
We use the newest US-version of the linksys firmware 1.0.32.2 from 2.5.2007.
Another problem is in accessing the vpn-Gateway itself with ssh for
instance,
I get a freezing windows, whenever I tranfer more than just a few bytes.
I can type my login-name and my password, then get a prompt ...
but if I call,