Displaying 20 results from an estimated 200 matches similar to: "lattice : modifying strip names with 2 strips"
2012 Jul 30
1
lattice legen and auto.key conflict
Hello R-helpers,
I'm trying to customize a graphic in lattice using the 'legend' argument to add labels on my plot but in the process I'm losing the legend drawn by 'auto.key', despite the fact that I'm actually not sticking these on the same sides of the graphic. I worked up a quick and simple example with the iris data :
### here's the basic graph
2011 Mar 09
0
intamap plot : specifying cutoffs
Hello all,
A question for plotting of intamap results :
Is it possible, and in so, how, to specify the cutoff points for changing colors of plots ?
Using the example :
data(meuse)
meuse$value = log(meuse$zinc)
data(meuse.grid)
coordinates(meuse) = ~x+y
coordinates(meuse.grid) = ~x+y
object = interpolate(meuse,meuse.grid,outputWhat = list(mean = TRUE, variance = TRUE, excprob = 7, excprob = 8,
2010 Apr 13
1
R documentation
Dear all,
I was used to see an htlm documentation when writing the command lines
?plot
help.search("plot")
The configuration was changed on my computer and help appears now as a R
console window, without link with internet.
Where can I change the configuration to connect with the html help?
Thanks,
Sophie Bouchet
--
Sophie Bouchet
Post-doc
INRA
UMR de Génétique Végétale
équipe
2013 Dec 12
1
censored counts and glmer/glmmADMB
dear R-users,
I have to model counts where all counts above some threshold
have been censored. In the same dataset I have too many zeroes for
a Poisson or even a negative binomial distribution to make
sense, so I would need a zero-inflated-censored negative binomial
family for use in glmer (or glmmADMB?). That seems not to exist.
my question is :
how could I add a custom-built family of
2006 Aug 21
1
Fwd: Re: Finney's fiducial confidence intervals of LD50
thanks a lot Renaud.
but i was interested in Finney's fiducial confidence intervals of LD50 so to obtain comparable results with SPSS.
But your reply leads me to the next question: does anybody know what is the best method (asymptotic, bootstrap etc.) for calculating confidence intervals of LD50?
i could "get rid" of Finney's fiducial confidence intervals but
2003 Jun 19
1
Path analysis
Dear all,
I'm new R's user and I'm looking for package dealling with Path analysis. Does it exist ? Where ?
Best,
Regis Martin PhD Student
Laboratory of Altitutdinal Population Biology UMR CNRS 5553
Universté de Savoie
Bât. Belledonnes
00 33 (0)4 79 75 86 44
regis.martin at univ-savoie.fr
2013 Mar 12
1
Constrain slope in segmented package
Hello,
I'm currently using the segmented package of M.R. Muggeo to fit a
two-slope segmented regression. I would like to constrain a
null-left-slope, but I cannot make it. I followed the explanations of
the package (http://dssm.unipa.it/vmuggeo/segmentedRnews.pdf) to write
the following code :
fit.glm <- glm(y~x)
fit.seg <- segmented(fit.glm, seg.Z=~x,psi=0.3)
fit.glm
2024 Jun 14
0
Maison neuve prête à vivre de suite à Quiberon
**MANACH CONSEIL,**
===================
**VOTRE CONSEILLER IMMOBILIER**
===============================
EN BRETAGNE SUD
?
Nous vous accompagnons dans votre projet d?achat en Bretagne Sud.
?
? votre disposition pour en discuter,
au **19 rue Hoche ? Vannes !**
?
MAISON PR?TE ? VIVRE?
---------------------
**QUIBERON?**
=============
?
**Les Villas de Betelgeuse?**
**DERNIERE OPPORTUNITE
2004 Mar 15
0
[ExiSpam] Please Confirm / Confirmez SVP
[message en francais un peu plus bas]
Hi,
a few seconds ago I have received your electronic mail. I notice that
this is the first time you're trying to contact me via e-mail, and I
have a little procedure set up that protects me from unwanted junk
mail. This is why the ExiSpam tool has delayed the delivery until it
receives a confirmation from you, by which you certify that you're NOT
2007 Mar 15
0
[e1071] predict.svm bug ?
Hi all,
I'm using SVM to classify data (2 classes) and I get strange results :
> model = svm(x, y, probability = TRUE)
> pred = predict(model, x, decision.values = TRUE, probability = FALSE)
> table(pred,y)
y
pred ctl nuc
ctl 82 3
nuc 5 84
> pred
1 2 3 4 5 6 7 8 ....
nuc nuc nuc nuc nuc nuc nuc ctl ....
And now, with probabities computation :
2009 Mar 04
0
F test in lmer quasipoisson
Hello !!
II'm trying to test for my fixed effects using an lmer with quasipoisson
errors.
Since my lmer model is corrected for overdispersion using this kind of
errors, I should use during model simplification in my Anovas *F test *and
not *Chi square test* to compare two models. So I write:
> anova(model,model2,test="F")
but R keeps performing a Chi square instead of the F
2010 Mar 23
1
information module Wilks' lambda criterion
Hi everybody,
I was wondering if you can help me about a module. In fact, I'm looking for
a package or module about Wilks' lambda criterion in R environment. I didn't
find it in R website (
http://cran.cict.fr/web/packages/index.html#available-packages-W or
http://search.cpan.org/faq.html).
If this module exists, could you show me the command line.
Thank you very much for your help,
2013 Aug 27
0
Vos nouveaux tarifs "panneaux Akilux" et impression brochures
--------------------------------------------------------------------------------
Cette newsletter vous a ?t? envoy?e au format graphique HTML.
Si vous lisez cette version, alors votre logiciel de messagerie pr?f?re les e-mails au format texte.
Vous pouvez lire la version originale en ligne:
http://ymlp225.net/z2Sppv
--------------------------------------------------------------------------------
2018 Nov 08
0
Strange log message with dovecot-2.3.3
Hi,
# dovecot --version
2.3.3 (dcead646b)
# doveinfo
Nombre d'utilisateurs : 1151
Sockets IMAP : 4356
Process dovecot/imap : 4357
Process dovecot/imap-login : 1339
Process dovecot/pop3 : 0
Process dovecot/pop3-login : 0
Process dovecot/auth : 1
Process dovecot/auth -w : 2
Process dovecot/anvil : 1
Process
2014 Jul 18
1
request of information about creating DLL from R to be used in other languages/programs
Hello
My question is the following. I have tried to find a similar subject in
archives but not found (perhaps bad search!) and I tried R-help and I was
advised that R-devel would perhaps better for my question
So I wonder if it is possible to create a dll from a R code to use it in
another language/program.
Indeed, one of my colleague wrote a R code combining some R functions to
create a
2007 Oct 28
5
Help for Beginner!!
Léandre BASSOLE
PhD Student
CNRS-CERDI
65 Bd Francois Mitterrand
Boite Postale 320
63009 Clermont-Ferrand CEDEX 1
FRANCE
Tel : +33 4 73 17 74 45
Fax : +33 4 73 17 74 28
----- Forwarded Message ----
From: Leandre Bassole <leandrebassole@yahoo.co.uk>
To: r-help@r-project.org
Sent: Saturday, 27 October, 2007 8:41:05 PM
Subject:
Hi all!!
I am a new user of R. I am very familar to Stata, but
2008 Oct 07
0
IBP under Wine in Ubuntu 8.04
Hey guys sorry for the bad English but I did it with Google translator because my English is not worth reading! :-D
So to my problem:
I would like to IBP (http://www.ibusinesspromoter.com/) under Ubuntu 8:04 with the existing Wine install from source.
Installation works wonderfully well with the launch of the program succeed. Only once the program on the Internet what it wants is the message
2002 May 18
0
Importante!
Vuoi Davvero Guadagnare con Internet?
Bene, salva su disco questa pagina per averla a portata di mano
anche se il tuo PC non ? connesso a Internet,
poi
copia quanto segue in Word o in Blocco Note e stampalo,
cos? lo potrai leggere con pi? attenzione.
Questo Sistema ? diverso da tutti gli altri, quindi non essere precipitoso nel valutarlo senza averlo compreso a fondo,
ma ti assicuro che
2007 Jan 18
0
[Bug 532] New: ip_nat_sip rewrote Call-ID instead of Contact - patch attached
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=532
Summary: ip_nat_sip rewrote Call-ID instead of Contact - patch
attached
Product: netfilter/iptables
Version: linux-2.6.x
Platform: All
URL: http://ibp.de/
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
2006 Oct 04
1
strip function
Hi,
I would like to asign titles into strip of a panel of curves designed
thanks to a xyplot function (lattice package)
I ve tried the "strip" function, ...
here is my code
I would like to write in the strip of each panel conditionning varialbe
(here, it is data[,1])
xyplot (data[,3] ~ data[,2] | data[,1] , strip.default (which.given=1,
which.panel = c(1:15), var.name= c