Displaying 20 results from an estimated 1000 matches similar to: "Issues with Legend symbols"
2010 Jun 05
1
Error Bar Issues
Hello all,
I am an undergraduate student who is having syntax issues trying to get
error bars on my graph.
This is the data, which I assigned the name "Saline" to.
Time Average SEM
1 -20 0.000000 0.0000000
2
3 30 0.000000 0.0000000
4 45 3.227902 0.7462524
5 60 5.066664 1.1623944
6 80 6.107491 1.5027762
7 110
2010 Jun 13
1
Break in the y-axis
Hello all,
I have been having trouble getting a break in my y-axis. All of my data
points are up around 100-200, but the graph has to start at zero, so i would
like to remove all the white space using a break symbol. I have been able
to get the break and labels to be correct, however, I can't seem to get the
data to match the axis anymore. I must be using the axis.break() in plotrix
2012 Mar 01
1
Need help using Melt and cast to compute correlation for a cross tabulation
I have a data frame with a number of observed and predicted values by
classification as shown below:
Count Volume FCLASS
1 55000 60000 Grade Separated
2 43000 39000 Grade Separated
3 26000 26500 Major Arterial
4 19500 20000 Major Arterial
...
There are four classes here: Grade Separated, Major Arterial, Minor
Arterial, and Collector
I am looking
2009 Jan 19
1
Question about contributed packages
I am working on a methodology for qualifying R, for GLP and GCP.
If I quailfy only the base R install, with no contributed packages, it
seems relatively simple to qualify R. However, from time to time I
will want to use a contributed package. If I use a contributed package,
does it leave anything behind that will be loaded with the next invocation
of R?
Suppose I run R and use a contributed
2019 Nov 20
3
Datos longitudinales
Buenos días,
Soy Cristian Rodelo y quería haceros una pregunta.
Tengo un conjunto de datos en los que a un grupo de sujetos se les realizaron medidas de tensión arterial a lo largo de 24 horas. En promedio 4 determinaciones horarias. Es decir que cada sujeto se le realizaron 4 determinaciones horarias durante 24 horas.
Bien, quiero determinar la trayectoria longitudinal de las mediciones de
2011 Mar 02
1
how to delete empty levels from lattice xyplot
Hello All,
I try to use the attached code to produce a cross over plot. There are 13
subjects, 7 of them in for/sal group, and 6 of them in sal/for group. But in
xyplot, all the subjects are listed in both subgraphs. Could anyone help me
figure out how to get rid of the empty levels?
Thanks
library(lattice)
pef1 <- c(310,310,370,410,250,380,330,370,310,380,290,260,90)
pef2 <-
2014 Jul 17
4
Selección eficiente de individuos
Buenas
tardes,
Tengo un
data frame denominado “trabajadores”, que cubre desde el 1 de
enero de 1997 hasta el 30 junio de 1999, con 3 columnas: Identificador (ID), la
fecha de entrada en la empresa (ENT) y la fecha de salida (SAL). Deseo localizar
aquellos trabajadores que, durante dicho periodo, NO han llegado a pasar un 31
de diciembre y un 1 de enero seguidos (cambio de año) como asalariados
2008 Apr 07
1
Anova function and glm.nb
Hi All,
I am using the glm.nb function from the MASS package (current version)
to fit and compare GLMs with negative binomial error distributions. My
question is: what is the appropriate method to use in the anova function
to compare models? If only one fitted object like
m<-glm.nb(number<-p+sal+temp,data=data)
is specified in the anova function (anova(m)), a fixed theta is used to
2015 Jun 02
2
information.gain de la libreria FSelector
Hola,
estoy intentando calcular la ganancia de información para una serie de
variables (series temporales con distinta longuitud, ej: Presion Arterial,
Frecuencia cardíaca,...) en relación con una variable binaria (0:paciente
no muere; 1:paciente muere). Para ello voy a usar la función
information.gain de la libreria FSelector.
Sabeis si es posible calcular la ganancia de información para
2002 Jul 01
1
Substitutions in strings.
Hi all,
Sorry to bother you with the potentially not too bright question, but
since I cannot get it to work, I'll have to ask someone..
I've got this vector:
> token
[1] sal skal skal bak b_r d_ gal kal l_r n_r pak
p_r
[13] sal sl_r sn_r spak sp_r st_r s_ bak d_ gal l_r
pak
[25] p_r sak sl_r sp_r t_ kal n_r s_ st_r sak kal
2010 Jan 03
3
R2HTML Report number format, or Better Way?
Here I am again with question I'll feel foolish for asking, when I
see the answer.
I'm trying to produce a report and here's where I get stuck:
How do I get R2HTML to produce the same number format?
Particularly remove the decimal places for Par and Sal.
Are there better methods to produce this type of report?
Thanks,
L.A.
R version 2.10.0 XP
2015 Jun 02
2
information.gain de la libreria FSelector
Hola Javier,
yo soy licenciada en Físicas pero también tengo algo de información médica
(doctorado en Neurociencia)
Un saludo
El 2 de junio de 2015, 15:35, <javier.ruben.marcuzzi en gmail.com> escribió:
> Estimada María Luz Morales
>
> ¿Qué título universitario tiene usted?, es para pensar en como poder
> ayudarla, si desde la parte médica o la de R
>
> Javier Rubén
2007 May 14
3
x axis problems
I have been searching for the R manual, unable to solve my problem.
Questions
1) How can I put the x axis at the top of the plot?
2) I am plotting data from a CTD. I want to add series sal, obs and fluo
at the same plot by using points(sal,deepth) ets. The data have
different values so I want to use multiple x axis (4) with different
scaling. How can I do that?
2015 Apr 22
3
alternate licensing for package data?
Martyn Plummer <plummerm <at> iarc.fr> writes:
>
> I think this is covered well by the CRAN repository policy:
> http://cran.r-project.org/web/packages/policies.html
>
> The two key license requirements are that:
> 1) CRAN must have a perpetual license to distribute the package
> 2) The package license should be listed here:
>
2002 Nov 26
1
Problem with accented characters in portuguese
Dear all,
I've recently encountered a strange behaviour when using R with portuguese
accented characters. The most curious aspect is that using the same code with
ESS under XEmacs the behaviour is different.
My system is:
> R.version
_
platform i386-pc-mingw32
arch i386
os mingw32
system i386, mingw32
status
major
2012 Dec 12
2
help with predict.glm, and charting with factors
Dear R Wizards,
After much frustration and days of confusion I have finally broken down and
am asking for help, which I don’t like doing, but I just can’t figure this
one out on my own. I’ve conducted a laboratory experiment testing the
effects of temperature and salinity on whether or not a biological event
will occur (Go or NoGo). I’ve coded the factors temperature and salinity
as factors for
2009 Aug 25
1
Filling in empty arrays/lists from using "paste" function
Dear R users,
I am trying to fill in arrays (5 different according to distinct "id")
from objects produced from arbitrary data set below.
a <-
2013 Oct 18
1
hurdle model error why does need integer values for the dependent variable?
Dear list,
I am using the hurdle model for modelling the habitat of rare fish species. However I do get an error message when I try to model my data:
> test_new1<-hurdle(GALUMEL~ depth + sal + slope + vrm + lat:long + offset(log(haul_numb)), dist = "negbin", data = datafit_elasmo)
Error in hurdle(GALUMEL ~ depth + sal + slope + vrm + lat:long + offset(log(haul_numb)), :
2009 Jan 20
1
problem with applying where condition
Hi all,
I am a biggener in R-Project
I got one problem with applying *where condition*
like
if 2 tables like
table1:
empid name dep
101 kiran solutions
102 ram testing
103 pavan database
table2:
empid month sal
101 Dec 9500
102 Dec 9800
103 Dec 8500
in first table i have to take *empid* with
2002 Apr 01
1
entropy problems IRIX
Hello!
I am running openSSH 2.9x on an IRIX 6.5.x platform.
This was recently installed using SGI-supplied
"freeware" binaries.
I find that as time goes on, it takes more attempts
to establish an ssh connection from the IRIX platform
to another machine, as it fails with "not enough entropy
in PRNG." I posted a note asking for assistance, and
received a reply suggesting I