Displaying 20 results from an estimated 4000 matches similar to: "Warning message"
2002 May 06
2
Upgrade to 1.5.0
Hi all!
my apologies if this is too elementary:
I upgraded to 1.5.0. I copied my library folder on version 1.4.1 to the
library folder on 1.5.0. When I try to upload a package via the menu I get
this:
Error in sort(.packages(all.available = TRUE)) :
1 argument passed to "sort" which requires 2.
do I have to copy any other file from the previous version?.
Thanks in
2023 May 31
2
ayuda sobre grafico de barras simple
Estimados
José envio un archivo, pero no es privativo. Hay varios programas para abrir un documento word, pero, dicho de otra forma, es docx, especificado en:
https://es.wikipedia.org/wiki/Office_Open_XML?
Bajo esas especificaciones es posible crear reportes escritos con extensión docx, o pdf, la diferencia es que uno es creado por Microsoft y otro por Adobe.
Yo se utilizar lo especificado y
2011 Nov 22
13
Problema con la ayuda HTML
Hola:
Desde hace varias versiones no puedo utilizar la ayuda HTML de R.
Cuando, por ejemplo, lanzo ?nlm me abre el navegador con
ERROR
The requested URL could not be retrieved
While trying to retrieve the URL:
http://127.0.0.1:28683/library/stats/html/nlm.html
The following error was encountered:
Connection to 127.0.0.1 Failed
The system returned:
(111) Connection refused
The remote host
2023 Jun 01
1
ayuda sobre grafico de barras simple
El 31-05-23 a las 17:56, Javier Marcuzzi escribió:
> Estimados
>
> José envio un archivo, pero no es privativo. Hay varios programas
> para abrir un documento word, pero, dicho de otra forma, es docx,
> especificado en:
>
> Office Open XML - Wikipedia, la enciclopedia libre
> <https://es.wikipedia.org/wiki/Office_Open_XML>
> es.wikipedia.org
2011 Nov 23
6
Incomplete final line (Antonio José Sáez)
Tengo el mismo problema que Eva en cualquier script que defina una
función, pero no en otros que no definen funciones.
Por ahora he tenido que desinstalar la versión 2.14.0.
Os dejo un ejemplo (he simplificado la función, pero he dejado la
estructura fundamental por si ahí está el error): si lanzáis
source("probando.r") veréis que sale el mensaje de error.
Por supuesto, garantizo que
2009 Jan 26
2
Hello I need help with samba4
Hello I need help with samba4
I need to taste like mapear users of samba4 for a mail server Postfix
Thanks
Note : I speak Spanish, my English he is bad, please I apologize to them.
Gerardo of Cuba
--
Este mensaje ha sido analizado por MailScanner
en busca de virus y otros contenidos peligrosos,
y se considera que est? limpio.
Departamento de Redes y Servicios Telem?ticos.
Escuela
2017 Feb 21
2
[OT] Sobre gráficos
Muchísimas gracias Eric, lo del rebote debe ser porque en la escuela
cambiaron el dominio y debes estar mandando el mensaje al la dirección
vieja 'npolanco@*cuij*.edu.cu', como cambiaron el dominio *CUIJ* por
*UIJ* ahora la dirección es 'npolanco@*uij*.edu.cu' que es como me
registre a la lista recientemente, como no sabia cambiar el correo en el
usuario y le envié un mensaje
2011 Aug 15
1
update() ignores object
Hi all,
I'm extracting the name of the term in a regression model that
dropterm specifies as the least significant one, and I'm assigning
this name to an object. However, when I use update(), it ignores this
object. Is there a way I can make it not ignore it? A reproducible
example is below:
> lm(x1~1+y1*y2+y3+y4,data=anscombe)->my.lm
>
2017 Mar 19
4
Problema con paquetes knitr y rmarkdown
Buenas tardes,
Al tratar de hacer en rstudio documentos pdf, word o html con un
archivo rmd me sale un mensaje tal que así:
"Rendering R Markdown documents requires updated versions of the
following packages: knitr, rmarkdown.
Do you want to install these packages now?"
He probado a reinstalar esos paquetes (que ya tenía instalados) pero
cuando vuelvo a aplicar knit to pdf,
2010 Nov 17
3
Fatal Error R
Hello.
First, I'm thankful about your wonderful project.
However, I have serious worries about the reliability of R. I found
the next bug which I consider important because in my job everytime We
work with datanames like next. Please see below:
b=data.frame(matrix(1:9,ncol=3))
names(b)=c("q99","r88","s77")
>b
q99 r88 s77
1 1 4 7
2 2 5 8
3
2013 Apr 04
2
getent group and net ads user info differs
Hello
I have a samba 4.0.3 pdc and a samba 3.5.10 as a fileserver and i am having an issue that i like to share with you.
I have a share son the samba 3 setup like this
[Comercial]
browsable = Yes
comment = Comercial
path = /shares2/Comercial
valid users = @Ingenieria, @Mercadeo, @Comercial, @SIIF, @Costos, administrador, backup
write list = @Comercial,
2009 Nov 28
4
summary( Jornadas de R )
Hola a todos,
Como sabéis hemos celebrado estos d''ias las primeras jornadas de R. Han sido
unos d''ias que creo que todos hemos disfrutado, y quer''ia compartir algunas
experiencias con los que no pudisteis venir e intercambiar impresiones con
los asistentes.
Las jornadas de R han sido un espacio para muchas actividades. Hemos tenido
charlas muy interesantes, sobre las
2002 Jun 12
3
package lattice
Hi!
I am using R1.5.0. When using functions form lattice the background is
dark grey. I have tried to change it using par() but it does not work. By
the way, if I use par and the standard functions like hist() there is no
problem with the par function. Any hints?
Thank in advance,
Ignacio Perez
Escuela Colombiana de Ingenieria
2007 Dec 05
1
Working with "ts" objects
I am relatively new to R and object oriented programming. I have relied on
SAS for most of my data analysis. I teach an introductory undergraduate
forecasting course using the Diebold text and I am considering using R in
addition to SAS and Eviews in the course. I work primarily with univariate
or multivariate time series data. I am having a great deal of difficulty
understanding and working with
2011 Nov 24
2
proper work-flow with 'formula' objects and lm()
Dear all
I have a work-flow issue with lm(). When I use
> lm(y1~x1, anscombe)
Call:
lm(formula = y1 ~ x1, data = anscombe)
Coefficients:
(Intercept) x1
3.0001 0.5001
I get as expected the formula, "y1 ~ x1", in the print()ed results or
summary(). However, if I pass through a formula object
> (form <- formula(y1~x1))
y1 ~ x1
> lm(form, anscombe)
Call:
2011 Nov 30
3
Segmentar archivos en R (Antonio José Sáez Castillo)
Hola Leonardo. Creo que te refieres a analizar alguna variable por
grupos. Eso te lo pueden hacer las funciones tipo tapply().
Por ejemplo,
tapply(datos,factor,mean, na.rm=TRUE)
tapply(datos,factor,sd, na.rm=TRUE)
tapply(datos,factor,quantile,probs=c(0.05,0.95),na.rm=TRUE)
En cuanto a RCommander, que lo preguntabas después, algunas opciones del
menú tienen la opción "Analizar por
2004 May 14
2
BUG IN SAMBA 3.0.4 ?
I used the samba-3.0.1pre1 without problems.
When I use the samba-3.0.4 (bug ms04-011 fixed), i can?t write in all shares.
Is this a bug?!
I use the same smb.conf
[global]
workgroup = jfsecco
server string = JFSECCO PDC
netbios name = belpo2
hosts allow = 10.18.
interfaces = eth0
# Windows administrators
# You can add users or groups (prefix groups with a '@')
#domain admin
2020 Oct 15
0
package(moments) issue
moments::anscombe.test(x) does give errors when x has too few values or if
all the values in x are the same
> moments::anscombe.test(c(1,2,6))
Error in if (pval > 1) pval <- 2 - pval :
missing value where TRUE/FALSE needed
> moments::anscombe.test(c(2,2,2,2,2,2,2,2))
Error in if (pval > 1) pval <- 2 - pval :
missing value where TRUE/FALSE needed
You can use tryCatch() to
2020 Oct 15
2
package(moments) issue
Hi all,
While running the anscombe.test in R, I'm getting an error of *Error in if
(pval > 1) pval <- 2 - pval : missing value where TRUE/FALSE needed* for a
few time series columns whereas for most of the series the function is
working fine. I have checked for those specific columns for missing values.
However, there is no NA/NAN value in the dataset.
I have also run kurtosis for
2010 Apr 18
7
OT: Los “mejores” paquetes de R
Hola, ¿qué tal?
Envío un mensaje que está ligeramente fuera de los objetivos de la lista
y, en particular, de esta lista, pero que puede resultar de interés. Y
es que a raíz de la lectura de un artículo de SAS sobre el análisis de
marcas en redes sociales he emprendido un estudio análogo sobre cuáles
son los "mejores" paquetes de R.
"Mejor" lo defino como "más