Displaying 20 results from an estimated 300 matches similar to: "a question of alphabetical order"
2010 Mar 31
3
creating a variable using concatenation
A general problem i run into, i know there must be a simple solution.
I like to create a variable by appending a 1 for example, (i need to
loop later on from 1 to X, thus the reason for this). So i assign the
variable vplot with this value, however it has quotes and when i use it
in a barplot, it throws an error. but the tcenter$X1 does exist, its an
element of a data frame. So if i type
2002 Oct 11
1
plot region ??
hi,
i am using the barplot function, but i have problems with the plot
region when adjusting the bar width manually. if you only want to plot 2
bars the default barwidth is to wide (aesthetically speaking). by
adjusting width and xlim one can actually produce narrow bars, but then
the plotted graph is not in the center of the plot region, which means
that for example the title of the plot
2008 Jun 11
1
mgcv::gam error message for predict.gam
Sometimes, for specific models, I get this error from predict.gam in library
mgcv:
Error in complete.cases(object) : negative length vectors are not allowed
Here's an example:
model.calibrate <-
gam(meansalesw ~ s(tscore,bs="cs",k=4),
data=toplot,
weights=weight,
gam.method="perf.magic")
> test <- predict(model.calibrate,newdata)
Error in
2019 Sep 06
2
Dibujar un triángulo dadas la distancias de los segmentos.
Pregunta, ?Como puedo leer datos de SPSS con R studio?
Obtener Outlook para Android<https://aka.ms/ghei36>
________________________________
From: R-help-es <r-help-es-bounces en r-project.org> on behalf of Juan Abasolo <juan.abasolo en ehu.eus>
Sent: Thursday, September 5, 2019 11:28:37 AM
To: Carlos Ortega <cof en qualityexcellence.es>
Cc: R-help-es <r-help-es en
2007 Feb 13
4
matlab style plotting in R
Hello
I was wondering how I can achieve matlab style plotting in R,
in the sense that matlab allows you to plot multiple sets of variables
within the same
x-y axes. plot in R does not seem to cater for this. I tried 'overplot' from
the gplots package but this assumes different y axes for the variables.
any suggestions would be very appreciated
Maria
[[alternative HTML version
2013 Dec 20
3
error con install_github() del paquete devtools
Hola a todos.
Estoy intentando instalar el paquete likert utilizando devtools y
obtengo el siguiente error
library(devtools)
install_github('likert','jbryer')
Installing github repo(s) likert/master from jbryer
Downloading likert.zip from
https://github.com/jbryer/likert/archive/master.zip
Error en function (type, msg, asError = TRUE) : <not set>
Me pasa también con
2013 Dec 20
4
error con install_github() del paquete devtools
Si. Pero no funciona. En ordenador curro si funciona y tb tiene linux.
Seguiré investigando
has probado con: install_github('paquete",username='usuario')?
2013/12/20 Jose Luis Cañadas Reche <canadasreche@gmail.com>:
> Hola a todos.
>
> Estoy intentando instalar el paquete likert utilizando devtools y obtengo
el
> siguiente error
>
> library(devtools)
>
2014 May 05
2
rstudio y github
Hola a todos.
Estoy probando a usar github con RStudio. He conseguido clonar un
repositorio, pero no consigo subir los cambios. Desde la terminal si
puedo con las órdenes normales de git.
El error que obtengo en RStudio es
error: unable to read askpass response from 'rpostback-askpass'
fatal: could not read Username for 'https://github.com': No such device
or address
Alguna
2007 Sep 12
2
Font problem (PR#9906)
Full_Name: M. Mu?oz M?rquez
Version: 2.3.1
OS: Ubuntu
Submission from: (NULL) (150.214.231.66)
Here is the reply to the edit command using gnome
> edit(data.frame())
Erro en dataentry(datalist, modes) : invalid device
Adem?s: Warning message:
unable to create fontset -*-fixed-medium-r-normal--13-*-*-*-*-*-*-*
> Sys.getlocale()
[1]
2013 Oct 22
3
Error de markdownToHTML al parsear LATEX
Hola, primero de todo muchas gracias.
He probado a ejecutar el programa en una máquina virtual y efectivamente
funciona.
La única diferencia con mi ordenador está en locale, que me aparece esto:
> sessionInfor()
locale:
[1] LC_CTYPE=es_ES.UTF-8 LC_NUMERIC=C
[3] LC_TIME=es_ES.UTF-8 LC_COLLATE=es_ES.UTF-8
[5] LC_MONETARY=es_ES.UTF-8
2007 May 06
1
error using boxplot.stats (but boxplot works¿?)
Hi
The answer to this may be obvious, but it's got me floored.
I'm unable to get boxplot.stats to work for me!
My session looks something like this:
> ia=read.table('/tmp/prueba.csv', header=TRUE, sep=",")
> attach(ia)
> boxplot.stats(X8weeks~Orden)
Error in sort (na.last, decreasing, ...) :
argument 1 is not a vector
In addition: Warning
2016 Mar 13
3
Importación de texto con caracteres especiales
Compañeros,
Me plantearon una duda el otro día en el blog sobre la problemática de
leer un archivo de texto con caracteres españoles tales como tildes y eñes
(http://analisisydecision.es/analisis-de-textos-con-r/#comment-93993) En
un principio pensé que sería un problema de diccionarios en R-Studio y que
lo resolvería en 10 minutos y aquí llevo una hora y no soy capaz de que
este código tan
2012 Mar 31
2
lm no calcula un coeficiente
Hola,
quiero hacer una regresión lineal
lm(y ~ x * grupo, data =datos)
y: numérica, x: numérica, grupo: factor con dos niveles (1 y 2)
pero no calcula el coeficiente de x:grupo2 a cuenta de una singularidad
Coefficients: (1 not defined because of singularities)
Estimate Std. Error t value Pr(>|t|)
(Intercept) -1.283e+06 2.276e+04 -56.359 < 2e-16 ***
x
2013 Oct 23
1
Error de markdownToHTML al parsear LATEX
No me ha funcionado, pero
muchas gracias Daniel Merino.
Al final he solucionado mi problema generando el HTML desde una máquina vertual Windows, como hacía Jorge Ayuso.
Gracias a todos por la ayuda :)
Elvira.
> El 23/10/2013, a las 10:38, <miguel.angel.rodriguez.muinos en sergas.es> escribió:
>
> Hola Elvira.
>
> .. y ese comando te ha funcionado????
> :-)
>
>
2006 Nov 30
2
*** caught segfault *** error
Dear R users,
I use R 2.4.0 on an iMac running Mac OS X 10.4.8, with a 2.16GHz
Intel Core 2 Duo and 2GB 667 MHz DDR2 SDRAM.
> sessionInfo()
R version 2.4.0 (2006-10-03)
i386-apple-darwin8.8.1
locale:
es_ES.UTF-8/es_ES.UTF-8/es_ES.UTF-8/C/es_ES.UTF-8/es_ES.UTF-8
attached base packages:
[1] "methods" "stats" "graphics" "grDevices"
2011 Jul 04
1
Contrastes con el paquete survey (svycontrast)
Estimados usuarios:
Estoy intentando reproducir el ejemplo 6.4 de Thomas Lumley. Complex
Survey. Editorial Wiley. 2010 (ver la página en google:
2011 Apr 02
5
Significado de un mensaje de error
Hola a todos, estoy procesando unos datos con las siguientes intrucciones que
creo son del paquete stats:
cloud(Imp89 ~ ImpTot89 * NDA | Edad, data = mtif,
+ screen = list(x = -90, y = 45), distance = .4, zoom = .7)
y obtengo el error:
Error en eval(substitute(groups), data, environment(formula)) :
argumento ''envir'' númerico no tiene longitud uno
La verdad es que no se
2013 Oct 24
1
Rarezas con boot
Pues parece que el problema si es de lme4, cuya versión 1.0-4 se publicó en
septiembre de este año. En la página en cran del paquete pone "The core
computational algorithms are implemented using the Eigen C++ library for
numerical linear algebra and RcppEigen "glue" " . El tema es que al
utilizar esta versión junto con la librería boot, el tiempo de cálculo se
incrementa
2017 Dec 22
4
codificación
Estimados compañeros me tiene loco un problema de codificación que no
logro resolver. Importo un fichero cuyo nombre tiene acento. Pongamos
por ejemplo "Adrián.doc". Escribo el siguiente comando:
mdoc<-list.files(path = dest,pattern = "*.doc", full.names = TRUE)
Entonces mdoc, además del path, se me presenta como:
"Adria´n.doc"
Aunque le quite la tilde con:
2005 Nov 03
3
newbie graphics question: Two density plots in same frame ?
I swear I've scoured the help files and several texts before posting
what feels like a dumb newbie question.
How can I draw two kernel density plots in the same frame ? I have
similar variables in two separate data frames, and I would like to show
their two histograms/densities in a single picture. Same units, scale,
range for both, so I'm simply trying to draw one and then add the