search for: nguez

Displaying 18 results from an estimated 18 matches for "nguez".

Did you mean: guez
2013 Apr 09
4
Boxplot Labels OK
Dear all, I have just sent an enquiry but probably I hadn’t expressed myself properly. Could anyone help me with the following? When I run the code on my data I get a boxplot with outliers identified by numbers 200 & 201. However, what I would like is to label these outliers with their corresponding “DATA$num” values of the data frame. In this example, the outliers should be labelled as:
2012 Dec 18
3
Regression line does not show on scatterplot
Hello, I have done a scatterplot and now would like to add its regression line but it does not show. Below, the code I have used. lm3 <- lm(data$S_pH_KCl2.5_BCx~data$B_OleicoPF_BCx_per) plot(data$S_pH_KCl2.5_BCx, data$B_OleicoPF_BCx_per) abline(lm3) I have been able to do the complete operation using the software STATISTICA but it would be great to do it with R. If you require more details
2007 Apr 20
1
Error en R
...update or install pakages of CRAN, the message for all pakages is for example: Erro en zip.unpack(pkg, tmpDir) : no fue posible abrir el archivo 'C:/Program Files/R/R-2.4.1pat/library/file8f653c7/MASS/chtml/MASS.chm' Help me thank you! Post data: Sorry my bad English Roberto Mario Domínguez Olivero Universidad Nacional de Colombia - Sede Medellín Facultad de Ciencias Escuela de Estadística Cell: (03)(300)3677396 [[alternative HTML version deleted]]
2011 Feb 09
1
Dovecot + Solr does not index without break-imap-search?
...ndexes all, searchs are fast and all works fine. BUT if we don't add 'break-imap-search', solr doesn't index anything. Logs don't report errors with debug/verbose options enabled. Somebody has any idea about this?. Thank you very much for all. Regards. -- Jose ?lvaro Dom?nguez adominguez at yaco.es Yaco Sistemas S.L. http://www.yaco.es/ C/ Rioja 5, 41001 Sevilla Tel?fono +34 954 50 00 57 Fax +34 954 50 09 29
2006 Jan 28
7
cool components in the form
Is there a easy way to add components like: http://www.dynarch.com/projects/calendar/ http://tinymce.moxiecode.com/example_full.php?example=true in ruby forms, by plugins or whatever? Thank you Rodrigo Dom?nguez Iplan Networs www.iplan.com.ar <http://www.iplan.com.ar/> ? rdominguez@iplan.com.ar www.rorra.com.ar <http://www.rorra.com.ar/> ? rorra@rorra.com.ar -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachmen...
2014 Apr 23
2
Change permissions as administrator
I'm new in the mailing list, so hello to everyone. I have two file servers with samba4 as domain members of a windows server 2012 AD. I'd like to change permissions from windows machines as administrator, but I can only change permissions by the file owner. Is this possible? Thank you in advance Andr?s Configuration: Debian amd64 kernel 3.12. Samba 4.1.6-Debian (from distro)
2019 Apr 11
0
Releasing new package on CRAN
...ture, therefore, any suggestions or comments related to the package would be very welcome. Your expertise and your feedback would be very important for us. We hope you find this package interesting for your research and empirical work. Thanks in advance for your feedback, Fernando L?pez, Rom?n M?nguez and Jes?s Mur. [[alternative HTML version deleted]] -------------- next part -------------- _______________________________________________ R-packages mailing list R-packages at r-project.org https://stat.ethz.ch/mailman/listinfo/r-packages
2019 Apr 11
0
Releasing new package on CRAN
...ture, therefore, any suggestions or comments related to the package would be very welcome. Your expertise and your feedback would be very important for us. We hope you find this package interesting for your research and empirical work. Thanks in advance for your feedback, Fernando L?pez, Rom?n M?nguez and Jes?s Mur. [[alternative HTML version deleted]] -------------- next part -------------- _______________________________________________ R-packages mailing list R-packages at r-project.org https://stat.ethz.ch/mailman/listinfo/r-packages
2006 Jan 29
0
how to map a relation?
...class StatusSIR < ActiveRecord::Base #Table name and primary key set_table_name "statussir" set_primary_key "idstatussir" #Relations # What do I put here to map that relation????? End Thank you Rodrigo Dom?nguez Iplan Networs <http://www.iplan.com.ar/> www.iplan.com.ar ? <mailto:rdominguez@iplan.com.ar> rdominguez@iplan.com.ar <http://www.rorra.com.ar/> www.rorra.com.ar ? <mailto:rorra@rorra.com.ar> rorra@rorra.com.ar -------------- next part -------------- An HTML attachment wa...
2013 Apr 06
1
Data normalization
Dear all, I’m finding difficulties to normalize this data. Could you provide some input? DATA: c(0.000103113, 0.000102948, 0.000104001, 0.000103794, 0.000104628, 9.2765e-05, 9.4296e-05, 9.5025e-05, 9.4978e-05, 9.8821e-05, 9.7586e-05, 9.6285e-05, 0.00010158, 0.000100919, 0.000103535, 0.000103321, 0.000102842, 0.000102315, 0.0001033, 0.000103691, 0.000102689, 0.000103248, 0.000101216,
2013 Apr 07
1
Remove a row containing a specific value for a column
Dear all, Could anyone help me with the following? DATA <- data.frame(rbind(c("Red1", 1, 1, 1), c("Blue1", 1, 1, 1), c("Red2", 1, 1, 1), c("Red3", 1, 1, 1))) colnames(DATA) <- c("A", "B","C", "D") #Option 1 DATA <- DATA[-2, ] #Same result I would like to achieve with Option 2 #Option 2 - I would like to do
2006 Jan 28
0
having problems to map a existing schema in model classes
...not a primary key. Besides, I don?t know how to specify the relations with belong_to and has_many in these tables, I readed some things about the :class_name, :foreign_key and :conditions hash options but I just don?t know how to use them in those cases. Thank you for your time Rodrigo Dom?nguez Consultor Av. Directorio 183 1? Piso Tel: 4921-1648 / 4926-1067 Cel: 15-5695-6027 <mailto:rorra@rorra.com.ar> rorra@rorra.com.ar <http://www.rorra.com.ar/> www.rorra.com.ar -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/p...
2006 Jan 28
0
having problems to map a existing schema into model classes
...not a primary key. Besides, I don?t know how to specify the relations with belong_to and has_many in these tables, I readed some things about the :class_name, :foreign_key and :conditions hash options but I just don?t know how to use them in those cases. Thank you for your time Rodrigo Dom?nguez Consultor Av. Directorio 183 1? Piso Tel: 4921-1648 / 4926-1067 Cel: 15-5695-6027 <mailto:rorra@rorra.com.ar> rorra@rorra.com.ar <http://www.rorra.com.ar/> www.rorra.com.ar -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/p...
2013 Apr 06
1
Fw: Reversing data transformation
From: aguitatierra@hotmail.com Sent: Friday, April 05, 2013 11:47 PM To: r-help@r-project.org ; R Help Subject: Reversing data transformation Hi everybody, I would be very grateful if you could give me your thoughts on the following issue. I need to perform Box-Cox (bcPower€) transformation on my data. To do this, I calculated lambda using the function '€powerTransform'€.
2013 Apr 05
1
Reversing data transformation
Hi everybody, I would be very grateful if you could give me your thoughts on the following issue. I need to perform Box-Cox (bcPower€) transformation on my data. To do this, I calculated lambda using the function '€powerTransform'€. powerTransform(data) However, I got an error message when performing this function: Convergence failure: return code = 52 I was told by John Fox
2006 Jan 28
4
Rails Sessions - Disabling and Garbage Collection
Is there a way to turn sessions off in Rails? Doesn''t appear to be. Also, is there any garbage collection for stale sessions? On those two topics, are there any problems with Rails handling those options? I ask because it seems like something that would have been included. If there is no technical reason why it wasn''t included, then I''ll create/submit a source
2014 Apr 25
0
FW: Samba 4 Point'n'Print driver installation
...4-04-23 16:44 GMT+04:00 L.P.H. van Belle <belle at bazuin.nl>: >> >>> Which printer drivers brand / type, of provide a link to them. >>> Tomorrow im testing my print server setup, and i can test this for you >>> to. >>> >>> same as Andr?s Dom?nguez please provide link/brand/type for the printer. >>> >>> Greetz, >>> >>> Louis >>> >>> >>> >>> >-----Oorspronkelijk bericht----- >>> >Van: hb.transfert at gmail.com >>> >[mailto:samba-bounces at lists....
2014 Apr 23
1
Samba 4 Point'n'Print driver installation
Hi all, I am currently trying to set up a new samba server based on Samba 4.1.6 / CentOS 6.5 / CUPS in a production environment . Everything seems to be ok for AD DC setup . I am now in the step of making the print server running with Point?n?Print . I have followed as close as possible the HowTo : https://wiki.samba.org/index.php/Samba_as_a_print_server Everything is OK until the uploading