similar to: Local Scopes in S

Displaying 20 results from an estimated 1000 matches similar to: "Local Scopes in S"

2008 Jan 11
1
Adding weights to ecdf
I would like you consider that the function ecdf could be extended in the following way to handle weights when computing Empirical distribution Functions. There exist particular cases that supports this kind of extension, see for example: Rao, C. R., 1997. Statistic and True. Putting chance to work. World Scientific Publishing. Cox, D. R., 1969. Some Sampling Problems in Technology. New
2000 Mar 01
0
Thanks!!
Congratulations for the baby !! I would like to thank those lots of people who have made such a nice work and who have been so generous with your efforts. Jorge Luis Ojeda Cabrera Dep. M?todosEstad?sticos Fac. De Ciencias, U. de Zaragoza Pedro Crbuna,12 50009 Zaragoza Espa?a -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read
2001 Sep 25
2
predict incosistency ?
When fitting model 'y~1', the 'lm' response is ok, but it is not possible to get predictions using 'predict'. May be this is a bug, at least i think it is somehow inconsistent. > rm(list=ls()) > d <- data.frame(x=runif(50),y=rnorm(50)) > plot(d) > d.lm <- lm(y~1,data=d) > d.lm Call: lm(formula = y ~ 1, data = d) Coefficients: (Intercept)
2001 Sep 25
0
Bug in model.matrix.default (was: [R] predict incosistency ?) (PR#1100)
On Tue, 25 Sep 2001 12:27:27 GMT, Jorge Luis Ojeda Cabrera <jojeda@posta.unizar.es> wrote in message <20010925.12272700@macdesp8.unizar.es>: >When fitting model 'y~1', the 'lm' response is ok, but it is not possible >to get predictions using 'predict'. May be this is a bug, at least i >think it is somehow >inconsistent. It still appears in 1.3.1,
2001 Sep 25
0
Bug in model.matrix.default (PR#1100)
There's more to it than that (which was already fixed in R-devel). The internal code expects there to be columns in the model frame. I have already fixed this in R-devel (by faking an unused column). On Tue, 25 Sep 2001 murdoch@stats.uwo.ca wrote: > On Tue, 25 Sep 2001 12:27:27 GMT, Jorge Luis Ojeda Cabrera > <jojeda@posta.unizar.es> wrote in message >
2000 Mar 24
1
body bug?
I am not sure if this is a bug or not but it seemed estrange to me. Following code works ok. > cat("Hello my body is: ");body(cat) Hello my body is: .Internal(cat(list(...), file, sep, fill, labels, append)) > cat("Hello my body is: ");body(cat);cat("\n") Hello my body is: .Internal(cat(list(...), file, sep, fill, labels, append)) > But when I
2009 May 06
0
Quantile Regression for Longitudinal Data. Warning message: In rq.fit.sfn
Dear Dimitris, I have exactly the same problem than you, Do you get some solution? Thanks, Lola Lola Gadea Profesora titular de Economía Aplicada/Lecturer in Applied Economics Universidad de Zaragoza/University of Zaragoza (Spain) lgadea@unizar.es <http://estructuraehistoria.unizar.es/personal/lgadea/index.html>http://estructuraehistoria.unizar.es/personal/lgadea/index.html Grupo de
2009 May 06
0
problems with rq.fit.sfn
Dear Dimitris, I have exactly the same problem than you...Do you have some any solution? Thanks, Lola Lola Gadea Profesora titular de Economía Aplicada/Lecturer in Applied Economics Universidad de Zaragoza/University of Zaragoza (Spain) lgadea@unizar.es <http://estructuraehistoria.unizar.es/personal/lgadea/index.html>http://estructuraehistoria.unizar.es/personal/lgadea/index.html Grupo
2009 Nov 20
0
Guardar gráficos en eps con letras griegas en las leyendas
Beatriz, Prueba legend("topleft",0,substitute(chi)). En mi PC funciona! En cuanto a LATEX, tienes razón, excede el tema de este foro, con lo que me reservo (lamentablemente) mis sugerencias. Saludos, Jose -----Original Message----- From: r-help-es-bounces en r-project.org [mailto:r-help-es-bounces en r-project.org] On Behalf Of Beatriz Lacruz Sent: 20 November 2009 15:13 To: Jorge Ivan
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
2018 Jan 19
5
API de AEMET con R?
Desde el terminal de Ubuntu, he conseguido descargar los datos usando esto: DESCARGAR LISTA DE ESTACIONES wget --method GET --header 'cache-control: no-cache' --no-check-certificate --output-document - https://opendata.aemet.es/opendata/api/valores/climatologicos/inventarioestaciones/todasestaciones/?api_key=*vuestra api key* DESCARGAR DATOS HISTÓRICOS Diciembre 2017, ALICANTE wget
2011 Apr 07
0
[LLVMdev] opt + fastcc bug?
On Wed, Apr 6, 2011 at 10:48 PM, Nicolas Ojeda Bar <nojb at math.harvard.edu> wrote: > Hi, > > Is this correct behaviour? > > test.ll: > > declare {} @__ex__print_int(i64) > > define i32 @main() { > entry: >  %0 = call i64 @f.1() >  %1 = call {} @__ex__print_int(i64 %0) >  ret i32 0 > } > > define internal fastcc i64 @f.1() { > entry: >
2011 Aug 15
0
[LLVMdev] structured types as function arguments
On Mon, Aug 15, 2011 at 9:01 AM, Nicolas Ojeda Bar <nojb at math.harvard.edu> wrote: > Hi, > > When calling a function, does the llvm code generator support passing structured types (arrays, structs, etc.) by _value_? I wrote some small examples, and it seemed > to work, but I was wondering if anything can go wrong if the structured types are very large... It should work; the
2008 Feb 27
0
Performance problem with SAMBA
I have a Debian printer server implemented with SAMBA and CUPS. The total amount of printing jobs is high (about 600 jobs per hour). The SAMBA configuration is standard. The main problem is that the smbd processes which are created for the printing requests collapse the processor, provoking a slow printing service. ?Could anybody help me about which are the reasons of this behaviour? Thanks
2004 Nov 24
2
Samba performance issues (compared win2k)
We're running samba in our organization to serve files in a LAN to windows machines (almost XP), and we're having some performance issues with small files. With big files (ie, ISO images), it works pretty well. But, when small files are involved in the transference, problems arise. In the same environment, a Windows 2000 machine (the 'old' server) is able to send data to
2003 Nov 01
1
Partial least squares.
Dear R-helpers, I am looking, quite unsuccesfully, for a number of functions/packages. Firstly, I am interested in a package for partial least squares. I have found that there seemed to exist a package called pls, but which seems not to run any more with modern versions of R. I have not been able to find certain "chemometrics package" I found some people discussing about in this
2008 Mar 10
1
y label perpendicular to the y axis
Hi R-users: We need to place the y label horizontally on a plot. Instead of | l | a | b | e | l | |__________ we want | | label | | | |______________ We thank you any advice. Yours, Juan Carlos Correa, Ph.D. Profesor Asociado Escuela de Estadística Universidad Nacional-Sede Medellín
2006 May 09
1
Rmpi instlation problem (PR#8846)
Ive tryed this: R CMD INSTALL Rmpi_0.5-2.tar.gz But occurred this error: gcc -shared -L/usr/local/lib64 -o Rmpi.so conversion.o internal.o RegQuery.o Rmpi.o -lmpi -llam -lutil -lpthread -L/usr/local/lib64/R/lib -lR /usr/lib64/gcc-lib/x86_64-suse-linux/3.3.3/../../../../x86_64-suse-linux/bin /ld: /usr/local/lib/libmpi.a(infoset.o): relocation R_X86_64_32 can not be used when making a shared
2011 Apr 11
0
[LLVMdev] gcroot + `section not found for addresss ...' ???
The linker is going off in the weeds trying to parse the dwarf unwind info. The CIE has: Leh_frame_common_begin0: .long 0 ## CIE Identifier Tag .byte 1 ## DW_CIE_VERSION .asciz "zLR" ## CIE Augmentation .byte 1 ## CIE Code Alignment Factor .byte 120 ## CIE Data Alignment
2003 Aug 07
2
Statistical analysis of huge datasets.
Dear R-users, I am faced with the problem of analyzing a huge dataset (+ 2 million records, +150 variables) which does not fit into memory. I would like to know if there are pre-packaged tools (in the spirit of Insigthful I-Miner, for instance) aimed at subsampling or splitting the dataset into data-frameable subdatasets, applying functions record-wise, etc. Thank you very much for your