similar to: error type

Displaying 20 results from an estimated 2000 matches similar to: "error type"

2012 Aug 10
5
help error histograma
Hi, My error isErro em hist.default(dados[[1]], freq = TRUE, seq(0, 30, 0.5), prob = FALSE, : some 'x' not counted; maybe 'breaks' do not span range of 'x' hist(dados[[1]],seq(0, 30, 0.5), prob=TRUE, xlab="chuva (mm/dia)",ylab="frequência", main="", cex.lab=1.6, cex.sub=3,cex.axis=3,cex.main=6) Someone help me? [[alternative
2012 Aug 09
1
help hist some 'x' not counted; maybe 'breaks' do not span range of 'x'
Hello Guys, I would like help in script R when I try to plot the histogram appears the error: Erro em hist.default some 'x' not counted; maybe 'breaks' do not span range of 'x' I using a file with more 1000 datas (vector) hist(dados[[1]], seq(0, 20, 0.5), prob=TRUE, xlab="chuva (mm/dia)",ylab="frequência", main="", cex.lab=1.6,
2012 Apr 26
4
Modelo de Nelson y Siegel
Hola a todos: En la estimación de parametros de Nelson-Siegel vienen definidos 3 argumentos: rate, maturity y MidTau. Este último lo define como un vector el cual indica el término medio del vencimiento para maximizar el factor beta2.Si yo tengo un vector de maturity de 77 datos, la pregunta es:¿Qué tan importante es el argumento MidTau, y qué otra especificación tiene? no me queda muy claro cómo
2010 Feb 24
1
graficos rankabunplot
Hola, Soy nuevo en el uso de R y me ha servido de mucho usar GUI's para comenzar. Tengo una consulta sobre como cambiar algunos parametros a graficar, por ej.: xlab=?Nombre del eje x? ylab=?Nombre del eje y?, y tambien, specnames=c(1,2,3) que lo agrega a la curva y yo lo quisiera poner en el eje x. Lo he hecho en otros "plots" y no tuve problemas, pero en este
2019 Jun 26
2
Problem in doveadm import dovecot 2.2
Dear, I always used dovecot in version 2.0 and in the last month i update my servers to dovecot 2.2 but now i have problems with comand dovecot import, not works for me, bellow i put 2 examples used in my tests in boths cases not works for me. Someone already saw some case similar or can help me with this ? doveadm import -u teste at aaaaa.com mdbox:~/mdbox-backup "" mailbox INBOX from
2017 Mar 09
2
Asignación de objetos
Buenas! Estoy introduciéndome a R desde el enfoque de las CC Sociales. Estando trabajando los manuales introductores (vectores, matrices, importación y exportación de bbdd, tratamiento de variables, etc..) me ha quedado una duda que los manuales no profundizan en resolver. Pocos textos no distinguen entre la asignación, tratan el ? = ? de la misma forma que ? <- ?. Sin embargo, la mayoría
2010 Jul 08
2
Alternativas a uso de variables globales
Hola a tod en s, tengo una duda que se relaciona con alternativas al uso de variables globales. En principio, si se quiere usar un generador de v.a con la librería Runuran sólo se permite definir las funciones de densidad (o el núcleo de las mismas) con funciones con un único argumento en (x). Sin embargo, necesito pasar a las funciones más argumentos que van cambiando en las iteraciones de
2012 Aug 15
1
help function axis
Hello, I'm trying plot a graph, but the x-axis is not appearing.What am I doing wrong? xx 2000 42001 72002 82003 92004 22005 1 x<-read.table("xx.txt", header=FALSE) plot(x,type="o",axes=FALSE,xlab="year",ylab="cases") axis(1,at=1:6, lab=c("2000","2001","2002","2003","2004","2005"))
2013 Apr 30
1
Trabajar con un argumento opcional como escalar o vector.
Estimada Lista, Deseo aplicar una función a cada fila de un data frame con un argumento opcional. En la función orginal, el argumento opcional debería poder ser escalar o vector. Necesito definir una función 'aplicaratodasfilas' que llama a otra función 'atomica' que no admite vectores y que requiere también argumentos opcionales. Pongo un ejemplo: # Se aplica a cada fila.
2013 Jun 14
2
Argumento &quot;Puntos suspensivos&quot;
Hola a tod en s: Tengo una función del tipo f &lt;- function(...) { args &lt;- list(...) # validaciones } En la cual debo realizar una validación diferente para cada argumento que se pase, y no consigo identificar los nombres de los argumentos con names(args). ¿Alguna idea o sugerencia acerca de cómo realizar este tipo de validaciones?. Gracias. Salud! Eva
2010 Jul 13
2
RODBC and Excel 2010 xlsx
Hi List, just to know if the issue is only a problem of mine or if it is a general issue due to the new MS Office pack. I'm using R 2.11.1 32 bits in a Windows 7 x64 with the MS office 2010 x64 installed. I can import .xls files normally (the same way I did with my Excel 2007 32 bits). But the function odbcConnectExcel2007 isn't able to import .xlsx files now that I have the new version of
2002 Mar 19
1
what line is labeled in persp?
Dear R-users, another question concerning a persp()-plot: What does it depend on which line is labeled as an axis? Some plots I've done look fine, but in one plot, a different line is labeled. I can't find out why, as I just copied the code. Two small *.ps-grafics can be downloaded on http://www.math.uni-bremen.de/~nina/grafic.html to illustrate my problem. Thanks for your help in
2016 Oct 29
3
pasar argumentos de consola a un script de R que contiene source
Hola. Tengo un script con la siguiente estructura. #!/usr/bin/env Rscript args = commandArgs(trailingOnly=TRUE) source("carga-datos.R") source("modelo.R") y quiero llamar a mi script desde consola con Rscript --vanilla miscript.R datos1.csv De forma que se guarde como argumento el nombre del fichero que quiero cargar y se pase a al script carga-datos.R. El problema es
2011 Nov 02
2
Creating barplot using time as X
Hello all, my data looks like this: "phaseno" / "activity" / "beg" / "end" / "phasetime" 1 / "L" / 2010-06-03 19:15:24 / 2010-06-03 21:18:14 / 7370 2 / "D" / 2010-06-03 21:18:15 / 2010-06-03 21:19:55 / 100 3 / "W" / 2010-06-03 21:19:56 / 2010-06-03 21:22:47 / 171 4 / "D" / 2010-06-03 21:22:48 / 2010-06-03
2004 Jun 14
5
terminology for frames and environments
In ?exists it says: inherits: should the enclosing frames of the environment be searched? I believe what it is saying is that if inherits is TRUE and it fails to find the variable it will look in the parent environment and the parent of the parent, etc. (as opposed to looking in the calling frame next and the caller of the caller, etc.) Now I thought that standard terminology in R was: 1.
2014 May 05
3
Mapa de quantiles con spplot
Hola, no me funciona: Te contesto lo mismo que le contesté a otro compañero de la lista, espero ser más claro. Les comparto la carpeta con la capa y los datos que estoy usando. https://www.dropbox.com/s/umy0evt3qm1wr4d/dissolve.zip Esto es lo que estoy haciendo: library(rgdal) library(maptools) library(sp) library(classInt) library(RColorBrewer) zm <- readOGR(?.?, ?zmdis?) data <-
2008 Mar 12
4
[Bug 14970] New: dma queue hang on 7800 GTX
http://bugs.freedesktop.org/show_bug.cgi?id=14970 Summary: dma queue hang on 7800 GTX Product: xorg Version: 7.3 Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org ReportedBy:
2003 Mar 13
3
Looking for GUI
Hi List, i am locking for a GUI for R. I have a Debian Woody 3.0 and running R 1.5.1. In office i am using SPSS 9.0 for several years now after Systat for short time and now i would use a statistic software under Linux at home. It seems that R could be that what i am looking for, but i have problems to understand how it works or better explained i would prefer using a good grafic interface.
2008 May 05
3
Plugin for displaying Java Code with Syntax Highlighting in a RoR website?
Hello folks, I only want to display (not execute) java code on a java tutorial website coded in RoR. Is there any plugin or method how i can display the java code with syntax highlighting on a RoR html site? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group,
2004 Mar 02
1
VP3 Format Doc, v0.4
Hi, Check it out-- another update in the space of a week: http://home.pcisys.net/~melanson/codecs/vp3-format.txt v0.4: March 2, 2004 - renamed and expanded section "Initializing The Quantization Matrices" - outlined section "Reconstructing The Frame" - moved Theora Differences Appendix to its own section entitled "Theora Specification" - added Appendix: