search for: villalobo

Displaying 19 results from an estimated 19 matches for "villalobo".

Did you mean: villalobos
2007 Jun 12
2
barplot and map overlay
...p. I want to put each barplot in specific locations on the map, namely at the center of "statistical squares". I´ve seen an example in Paul Murrell´s "R Graphics" book that seems appropriate (grid package), but a bit complicated. Thanks a lot for any advice. Héctor -- Héctor Villalobos <hvillalo@ipn.mx> CICIMAR - IPN A.P. 592. Col. Centro La Paz, Baja California Sur, MÉXICO. 23000 Tels. (+52 612) 122 53 44; 123 46 58; 123 47 34 ext. 2425 Fax. (+52 612) 122 53 22 [[alternative HTML version deleted]]
2010 Jan 19
4
coping with a warning in if()
...sult <- "other" if ( !(result %in% c("simple", "s", "complete", "c")) ){ stop("specify type of result 'simple' or 'complete'") } else { res <- rnorm(n) res } Thanks for your time H?ctor -- H?ctor Villalobos <hvillalo at ipn.mx> CICIMAR - IPN A.P. 592. Col. Centro La Paz, Baja California Sur, M?XICO. 23000 Tels. (+52 612) 122 53 44; 123 46 58; 123 47 34 ext. 82425 Fax. (+52 612) 122 53 22
2009 Jan 19
2
plotting arrows with different colors and varying head size
...ted States.1252;LC_CTYPE=English_United States.1252;LC_MONETARY=English_United States.1252;LC_NUMERIC=C;LC_TIME=English_United States.1252 attached base packages: [1] stats graphics grDevices utils datasets methods [7] base other attached packages: [1] car_1.2-9 hdf5_1.6.7 -- Héctor Villalobos <hvillalo@ipn.mx> CICIMAR - IPN La Paz, Baja California Sur, MÉXICO [[alternative HTML version deleted]]
2009 Aug 10
1
manipulating text to generate different formulas to use in nls()
...litude[4], P4=inip$Phase[4], f1=1/inip$period[1], f2=1/inip$period[2], f3=1/inip$period[3], f4=1/inip$period[4]) ) ## not run. These two will be used in res <- nls(modl, data=data.frame(y, x), start=initP) Thank you in advance for any insigth. H?ctor -- H?ctor Villalobos <hvillalo at ipn.mx> CICIMAR - IPN A.P. 592. Col. Centro La Paz, Baja California Sur, M?XICO. 23000 Tels. (+52 612) 122 53 44; 123 46 58; 123 47 34 ext. 82425 Fax. (+52 612) 122 53 22
2002 Apr 17
1
zero center a group of variables
...I am new to R: For a data frame with k variables and n1+n2 observations (two groups) how can i substract the group means for every variable, so both group variables become centered to mean zero? Thanks in advance for your help H?ctor ................................................... H?ctor Villalobos Depto. de Pesquer?as y Biolog?a Marina Instituto Polit?cnico Nacional - Centro Interdisciplinario de Ciencias Marinas (IPN-CICIMAR) A.P. 592. Col. Centro La Paz, Baja California Sur, M?XICO. 23000 Tel.: (+52 612) 122 53 44 ext. 2426 Fax.: (+52 612) 122 53 22 ........................
2005 Jun 03
1
Reading biplot function's source code
...: > fixr(biplot) which only gives me: function (x, ...) UseMethod("biplot") with no further details.... I'd like to read the code to see if it is possible to display arrows only for some "significant" variables to avoid cluttering. Thank you in advance. -- H??ctor Villalobos <hvillalo at ipn.mx> IPN-CICIMAR. A.P. 592. Col. Centro La Paz, Baja California Sur, M??XICO. 23000
2007 Jul 04
1
retrieving stats from bwplot
...he stats from a 'bwplot' with one factor. I have read the help for 'panel' function and I'm aware of the option 'stats' which defaults to 'boxplot.stats' but I didn't understand it well and therefore I am unable to get what I need. Thanks in advance. Héctor Villalobos Windows XP, R 2.5.0 > bwplot(decrease ~ colpos | treatment, OrchardSprays, horizontal = FALSE,cex = 1, panel = function(...) {panel.bwplot(decrease ~ colpos | treatment, stats=boxplot.stats)}) Error in all(is.na(x) | is.na(y)) : argument "y" is missing, with no default In addition:...
2005 Nov 02
1
how to use ntlm_auth
...Who i can use it with (free)radius only?? The radius.conf said in the mschap module definition: "#The module can perform authentication itself, OR # use a Windows Domain Controller. How can the module permorm authentication itself??? can someone helpme?? -- LCC Juan Manuel Lopez Villalobos Departamento de Sistemas de Informacion Coordinacion de Informacion Academica Universidad Autonoma de Baja California Tel: (686) 551 8274 Fax: (686) 551 8269 Conmutador: (686) 551 8222 y 8270 ext. 3360
2007 Jun 19
2
axis labels in multiple plots
Hi, I'am trying to make a multiple bar plot over a map and I'm having difficulties with the distance between axes labels and the axis. Trying to control this with mgp does not help because it controls both axes simultaneously. For example, with default values (mgp = c(3, 1, 0)) y-axis labels are ok, but x-axis labels are not. Setting mgp = c(3, 0, 0) gives good x-axis labels but the
2017 Jul 10
2
Problems generating Mach-O File (x86_64 , osx 10.12)
I discovered that lld for darwin is generating the wrong code for lazy bindings in the __stub_helper section (at least for osx 10.12). This is the way i can reproduce this problem, using this program: program: #include <stdio.h> int main(int argc, char **argv) { printf("C: printf!\n"); puts("C: puts!\n"); return 0; } Then I link it using i have tested it
2010 Apr 15
0
nested (hierarchical) anova
...er.tail=FALSE) # P ## or from the second row in the two way anova: summary( aov(cChol ~ drug + dsource, data=zar) ) In order to avoid confussion in our students (and myself!) I wonder if we can obtain the desired results in one step? Thank you in advance for your kind help. Héctor -- Héctor Villalobos <hvillalo@ipn.mx> CICIMAR - IPN A.P. 592. Col. Centro La Paz, Baja California Sur, MÉXICO. 23000 Tels. (+52 612) 122 53 44; 123 46 58; 123 47 34 ext. 82425 Fax. (+52 612) 122 53 22 [[alternative HTML version deleted]]
2008 Jun 13
1
nls() vs lm() estimates
Hi, I'm trying to understand why the coefficients "a" and "b" for the model: W = a*L^b estimated via nls() differs from those obtained for the log transformed model: log(W) = log(a) + b*log(L) estimated via lm(). Also, if I didn't make a mistake, R-squared suggests a "better" adjustment for the model using coefficients estimated by lm() . Perhaps I'm
2011 Mar 28
1
"Buffer overflow" updating and installing packages...
Good evenings. I am a novice in R and I have a big problem updating and installing packages inside R in Ubuntu 10.10 I followed the instructions in http://cran.r-project.org/bin/linux/debian/ : *Added a new repository in Ubuntu : http://cran-r.c3sl.ufpr.br/bin/linux/ubuntu maverick/ *update the r-base and r-base-dev packages *Enter R with "sudo" The R version is right [R version
2008 Nov 27
2
as.numeric in data.frame, but only where it is possible
Hi, I would like to convert my "character" sequences in my matrix/ data.frame into "numeric" where it is possible. I would also like to retain my alphabetic character strings in their original forms. "5.1" > 5.1 "hm" > "hm" k<-matrix(c("aa", "bb", 1,2, 4.3, 0), nrow=2) mode(k) <- "numeric" #
2009 Dec 02
4
problems installing R packages
Hi, I?m trying to install new package in R (version 2.4.0) under windows vista and i have problems. I always receive the same message: Erro en zip.unpack(pkg, tmpDir) : no fue posible abrir el archivo 'C:/Program Files/R/R-2.4.0/library/file2019500d/mprobit/libs/mprobit.dll' It can?t open the file. I check the compatibility with the version and is ok, I have no idea where's the problem
2004 Aug 08
6
Voicepulse problems?
Is any one else having problems with Voicepulse today? Suddenly, I can't register and calls to my Voicepulse numbers get a fast busy. Bruce Komito High Sierra Networks, Inc. www.servers-r-us.com (775) 236-5815
2007 Mar 23
11
Is there such a thing as button_to_remote?
I''ve changed my destructive link_to statements in favor of button_to. But what if I want to make an .rjs call with that button? Seems like we need something equivalent to link_to_remote, so that the button can make an ajax request instead submitting the form. Or am I missing the point entirely? Jeff --~--~---------~--~----~------------~-------~--~----~ You received this message
2010 Apr 15
4
Does "sink" stand for anything?
Hello Everyone,   Learning about R and its wonderful array of functions. If it's not obvious, I usually try to find out what a function stands for. I think this helps me remember better.   One function that has me stumped is "sink." Can anyone tell me if this stands for something?   Thanks,   Paul         __________________________________________________ [[alternative HTML
2023 Jan 27
0
Te estamos buscando
Estamos en busca de capacitadores, Gerentes y supervisores de capacitaci?n y en general a todas las personas que deseen ser capacitadores y profesionalizarse como Gerente de Capacitaci?n Profesional para participar en este seminario de formaci?n superior a nivel nacional e internacional. Detalles: Disponibilidad el 22 de Febrero Evento online en vivo Obtenga constacia de habilidades DC3 Si