Displaying 20 results from an estimated 300 matches similar to: "ggplot2 geom_bar produces white slashes in legend keys"
2012 Feb 02
4
The "less than" (<) operator doesnt seem to perform as expected
The example here puzzles me. It seems like the < operator doesn't work as expected.
> l <- 0.6
> u <- seq(0.4, 0.7, 0.1)
> u
[1] 0.4 0.5 0.6 0.7
> mygrid <- expand.grid("l" = l, "u" = u)
> mygrid
l u
1 0.6 0.4
2 0.6 0.5
3 0.6 0.6
4 0.6 0.7
> mygridcollapsed <- mygrid[mygrid$l < mygrid$u, ]
> mygridcollapsed
l u
3 0.6 0.6
4
2012 Aug 08
2
sweave problem with special danish characters
Dear all,
I use Sweave to create my reports. my pdf output contains only NA's whenever my text contains special Danish characters like ø, ø and å. I have upgraded R from 2.13 to 2.15 and the scripts worked fine under R 2.13.
Sweave("Test.Rnw", encoding = "utf8")
texi2dvi("Test.tex", pdf = TRUE)
%"Test.Rnw"
\documentclass{article}
\usepackage
2018 Mar 31
1
Names of variables needed in newdata for predict.glm
all.vars works fine, EXCEPT, it give a bit too much.
I only want the regression variables, but in the following example I also get "k" the variable holding the chosen knots. Any machinery to find only "real" regression variables?
cheers, Bendix
library( splines )
y <- rnorm(100)
x <- rnorm(100)
k <- -1:1
ml <- lm( y ~ bs(x,knots=k) )
mg <- glm( y ~
2005 Jul 25
1
Rmath library problems
Hello,
Has anybody successfully called the Rmath library from C using the MS
Visual Studio compiler (I am using Visual Studio 6.0)?
I have compiled the Rmath library using gcc, and the 'test.c' program
(which makes a call to qnorm) works fine when compiled with gcc. However,
I get a fatal memory error when I run it after compiling it with Visual C.
Would this memory problem be related
2018 Mar 07
3
Names of variables needed in newdata for predict.glm
I would like to extract the names, modes [numeric/factor] and levels
of variables needed in a data frame supplied as newdata= argument to
predict.glm()
Here is a small example illustrating my troubles; what I want from
(both of) the glm objects is the vector c("x","f","Y") and an
indication that f is a factor:
library( splines )
dd <- data.frame( D =
2018 Mar 08
0
Names of variables needed in newdata for predict.glm
Hi,
Some try:
> names(mi$xlevels)
[1] "f"
> all.vars(mi$formula)
[1] "D" "x" "f" "Y"
> names(mx$xlevels)
[1] "f"
> all.vars(mx$formula)
[1] "D" "x" "f"
When offset is indicated out of the formula, it does not work...
Marc
Le 07/03/2018 ? 06:20, Bendix Carstensen a ?crit?:
> I would like
2018 Jul 19
1
Replication problems
Hey
I am trying to setup a dovecot cluster with 2 servers using replication /dsync.
In front of it I got a Fortinet ADC (Load balance) and I think that I messing up the dsync.
I see mails duplicated in the sync progress.
If I disable one of the servers in the ADC, it seems to work and the sync if working without a problem.
But if I use both servers with a round robin on the ADC, I see mailed
2006 Jul 29
10
Out Of office
Ik ben afwezig vanaf 29/07/2006 en ik ben niet eerder terug dan
23/08/2006.
Ik ben met verlof van 31 juli tot en met 22 augustus.
Voor dringende zaken kan je mailen naar helpdesk@vlafo.be.
---------------------------------------------------------------------------------
DISCLAIMER :
De personeelsleden van het agentschap doen hun best om in e-mails
betrouwbare informatie te geven. Toch kan
2012 Aug 09
2
read htm table error
Hi I am using Version R 2.15 and I haven't been able read html table. Following is my code and error message.
Error in htmlParse(doc) :
error in creating parser for http://en.wikipedia.org/wiki/Brazil_national_football_team
theurl <- "http://en.wikipedia.org/wiki/Brazil_national_football_team"
tables <- readHTMLTable(theurl)
Regards,
Kiung
[[alternative HTML version
2004 Jul 16
3
Email eller vedhæftet fil blokeret
Email eller vedhæftet fil afsendt fra din adresse (eller med din adresse som afsender) er blevet afvist fra Allerød Kommune.
Spam og virus bliver typisk sendt under dække af andre afsendere og den blokerede email behøver derfor ikke oprinde direkte fra dig. (Husk dog altid at have et opdateret antivirusprogram på din computer.)
Du kan evt. scanne din computer med det gratis' værktøj
2020 Sep 16
3
Newer versoin of tar 1.26 on Centos 7
Is it possible to find a repository that hold a newer version of tar.
The current version is 1.26
I have some students trying to build Yocto project on my Centos 7 host,
but OpenEmbedded reports incompatibility problems with the current
version of tar.
I thank you on beforehand for any help.
|<
--
Med venlig hilsen
Klaus Kolle
Teknikumingeni?r, B.Sc.EE., e-mail : klaus at kolle.dk
2007 Mar 23
2
concatenate 2 data.frames
Dear all,
I would like to know how can I concatenate 2 data.frames into a single one. Both data frames have the same number of columns and the same class type in each correspondent column. So what I want is to have a new data.frame where I have first the values from one data.frame and then the values from a second data.frame would came after in this new data.frame.
Thanks in advance.
Med
2007 Jan 11
0
Kim G. Nielsen - Network-IT er ikke at træffe
I will be out of the office starting 05-01-2007 and will not return until
16-01-2007.
Jeg er ikke at tr?ffe f?r 2007-01-16.
Hvis der er noget der ikke kan vente til jeg er tilbage, s? kontakt Peder
Larsen (E pla@network-it.dk M +45 2222 3703), eller l?g besked p? min mobil
+45 2222 3701 (bliver aflyttet en gang i d?gnet).
=:-) Kim Gr?nborg Nielsen
2002 Oct 24
0
SV: Boot from Linux
Dear Mr. H
It is an honer to recieve a mail from you (I will put a paper copy on the billboard for a week or two).
THANKS FOR YOUR PRODUCT!
I am building a Beowulf Cluster for Meteorological Simulations (DK government) and must boot the buggers over and over again.
At present boot and configure nodes in 3:40 min. (expect to do so with 100+ nodes - that is quick).
1. /sbin/reboot
2019 Oct 01
1
VirtualBox extensions and the new kernel
I've been running Centos for different purposes in a VirtualBox
environment for quite long now. But the newest kernels miss something so
I can get the VirtualBox Extensions linked in.
I can see in the virtualbox log file that I shall run maken oldconfig
and make, but I get these errors:
# make oldconfig && make prepare
scripts/kconfig/conf --oldconfig Kconfig
#
# configuration
2020 Sep 16
0
Newer versoin of tar 1.26 on Centos 7
I have no idea what 'Yocto' is, but CentOS 7 includes two other tar utilities: 'bsdtar' and 'star'
Maybe one of those will give you what you need?
James Pearson
________________________________________
From: CentOS <centos-bounces at centos.org> on behalf of Klaus Kolle <klaus at kolle.dk>
Sent: 16 September 2020 12:13
To: centos at centos.org
Subject:
2007 Mar 30
1
Model comparison
Dear all,
I would like to know if I can compare by a significance test 2 models with different kind of parameters. Perhaps I am wrong but I think that we can only compare 2 models if one is a sub model of the other.
Med venlig hilsen / Regards
João Fadista
Ph.d. studerende / Ph.d. student
AARHUS UNIVERSITET / UNIVERSITY OF AARHUS
Det Jordbrugsvidenskabelige Fakultet / Faculty of
2018 Dec 05
1
Problems compiling kernel module
Hi
I just upgraded a virtual Centos from 7.5 to 7.6 and now the VirtualBox
Extensions won't compile with the kernel.
I looked into the log file and found that I should try to execute:
make oldconfig && make prepare
but I get this result:
scripts/kconfig/conf --oldconfig Kconfig
#
# configuration written to .config
#
scripts/kconfig/conf --silentoldconfig Kconfig
make[1]: ***
2002 Oct 30
1
Boot Linux from Linux
Dear Mr. H
AGAIN: THANKS FOR YOUR PRODUCT!
I am building a Beowulf Cluster for Meteorological Simulations (DK government) and must boot the buggers over and over again.
At present boot and configure nodes in 3:40 min.
Fault tolerans and speed
1. I can now promote a node to master (BOOTP/TFTP/NFS/Repository...).
2. I can now push Repository to secret partition nodes and boot
2007 May 09
1
dsl iso and xen
Hi
Im trying to get DSL(damm small linux) to run in Xen, DSL is a small
live-iso with linux.
I have made a simple configuration file, se below:
<configuration file>
kernel = "/boot/vmlinuz-xen"
memory = 64
name = ''dsl''
disk = [''file:/tmp/dsl-3.3.iso,sda2,w'']
root = "/dev/sda2 ro"
<configuration file>