search for: boyer

Displaying 20 results from an estimated 99 matches for "boyer".

2019 Feb 04
2
Ayuda con calculo de variables / transponer R
Buenas tardes, tengo dudas con el siguiente ejercicio que me han propuesto en un curso, no se si alguien podria indicarme como abordarlo, soy nueva en R y agradezco mucho su ayuda Identi car cuales son las variables que están contenidas en el data.frame. A continuación, transformar ese data.frame para que cada columna represente cada una de las variables. Usar los nombres Date, District y N.
2011 Jul 08
3
More on CentOS autotools bug
...explain how to reproduce the error. However, this would be time-consuming for anyone trying to do so. Sorry, I think I will just have to move to another distro, even Cygwin, for C development. That is a shame, because Centos is great in other respects. ----- Forwarded message from "John J. Boyer" <john.boyer at abilitiessoft.com> ----- Subject: Strange autotools error From: "John J. Boyer" <john.boyer at abilitiessoft.com> Date: Thu, 7 Jul 2011 00:08:09 -0500 To: centos at centos.org I am using CentOS 5.6, autoconf 2.59 and automake 1.9.6. I run an autogen scr...
2012 Nov 09
3
Installing Java 7 on a system with Java 6
My system is 5.6, with upgrades. I installed Java 6 from the Centos repository. It doesn't seem to have Java 7. I need the development package. How can I install Java 7 development safely? I imagine I will first have to uninstall Java 6. Thanks, John -- John J. Boyer; President, Chief Software Developer Abilitiessoft, Inc. http://www.abilitiessoft.com Madison, Wisconsin USA Developing software for people with disabilities
2011 Jul 07
4
Changing Host Name
...wering my dumb questions about my new CentOS instgallation. I modified /etc/hosts, as the hostname man page seemed to suggest, and rebooted. The hostname is still localhost. I want to change it to jjb-centos. I also want to change the domain name to abilitiessoft.com Thanks, John -- John J. Boyer; President, Chief Software Developer Abilitiessoft, Inc. http://www.abilitiessoft.com Madison, Wisconsin USA Developing software for people with disabilities
2011 Jun 27
3
How do I Install and activate?
I have just installed CentOS 5.6 from disk and updated it. 1. I would like to use telnet on my local network. How do I activate it? 2. How do I install Mercurial? it is not in the repository. 3. How do I install eclipse? It is also not in the repository. Thanks, John -- John J. Boyer; President, Chief Software Developer Abilitiessoft, Inc. http://www.abilitiessoft.com Madison, Wisconsin USA Developing software for people with disabilities
2011 Jul 15
4
What package contains ifconfig?
I don't have ifconfig on my new installation of CentOS 5.6, but it is on my server in the cloud. What package contains it? Thanks, John -- John J. Boyer; President, Chief Software Developer Abilitiessoft, Inc. http://www.abilitiessoft.com Madison, Wisconsin USA Developing software for people with disabilities
2012 Sep 10
2
Need versions of automake and autoconf not in repository
...est updates to CentOS 5.6. However, I need different versions of autoconf and automake. How can this be handled? What will happen on later updates? Currently I have autoconf (GNU Autoconf) 2.59 automake (GNU automake) 1.9.6 I need autoconf 2.69-1 and automake 1.11.6. Thanks, John -- John J. Boyer; President, Chief Software Developer Abilitiessoft, Inc. http://www.abilitiessoft.com Madison, Wisconsin USA Developing software for people with disabilities For a description of the software, to download it and links to project pages go to http://www.abilitiessoft.com ----- End forwarded message...
2011 May 16
4
Problem Making Tarballs
...t of error messages from libtool saying that such and such a command could not be found on some line or that there is a syntax error. This happens even with the latest updates. Several people have been unable to help. What is the problem, and what should I do about it? Thanks, John -- John J. Boyer; President, Chief Software Developer Abilitiessoft, Inc. http://www.abilitiessoft.com Madison, Wisconsin USA Developing software for people with disabilities
2019 Feb 16
4
Duda error sintaxis
...mi variable, ejecuto esta sintaxis pero me da un error Error: Mapping should be created with `aes() or `aes_()`. Alguien me puede orientar sobre que estoy haciendo mal, llevo mucho rato atascada. Muchas gracias df_nuevofinal %>% filter( District == "University" | District == "Boyer" | District == "Parc" | District == "Berri1") %>% group_by(week_day) %>% ggplot(df_nuevofinal,aes (x=week_day, y=District)) + geom_col() [[alternative HTML version deleted]]
2011 Jun 07
1
Installing rather than changing
...d sighted help during the actual install process. Is it possible to specify answers to the questions wich the install will ask beforehand? Pardon the dumb questions. I want to get the process completed with as little interference to my software development work as possible. Thanks, -- John J. Boyer; President, Chief Software Developer Abilitiessoft, Inc. http://www.abilitiessoft.com Madison, Wisconsin USA Developing software for people with disabilities
2011 Jul 08
3
Bug in CentOS Autotools
You saw my previous message about a strange error. I've tried many times to get autotools working on CentOS. It's the only distro in which I have had problems. How do i bring this to the attention of those who make the decisions? Thanks, John -- John J. Boyer; President, Chief Software Developer Abilitiessoft, Inc. http://www.abilitiessoft.com Madison, Wisconsin USA Developing software for people with disabilities
2012 Mar 21
2
Maybe OT: Mailman keeps breaking.
...irst told about Mailman on this list. The problem is that Mailman keeps breaking. Right now, when I try to access the web interface I get an internal server error. Fixing it is running up fees from my consultant. Unless it can be made stable I will have to abandon it. Thanks, John -- John J. Boyer; President, Chief Software Developer Abilitiessoft, Inc. http://www.abilitiessoft.com Madison, Wisconsin USA Developing software for people with disabilities
2008 Dec 18
2
understanding lexical scope
...ne would explain why the following example does not work: q <- function(y) {x + y}; w <- function(x){q(x)}; w(2); According to the discussion of Scope on page 46, it seems to me that R will interpret the free variable x in q as the parameter x in w, and so will give w(2) = 2+2. Joe Boyer Statistical Sciences Renaissance Bldg 510, 3233-D Mail Stop RN0320 8-275-3661 cell: (610) 209-8531 [[alternative HTML version deleted]]
2006 Nov 15
4
Mongrel 0.3.15 PR -- All The Fixes Good For You
...go away. * Still depends on the cgi multipart fix. I''ll be just putting this into Mongrel directly when I work on the new CGIWrapper functionality. CGI WRAPPER PLANS When you get this new version (and read the ChangeLog) you''ll see mention of a BMH implementation. This is the Boyer-Moore-Horspool algorithm for finding one string in another: http://en.wikipedia.org/wiki/Boyer%E2%80%93Moore%E2%80%93Horspool_algorithm I took the above code (which I guess is alright) and modified the hell out of it so that you can pass successive chunks of the haystack and it''ll find a...
2012 Aug 28
4
Search for locations of subsequences?
Is there a function to efficiently search for a subsequence within a vector? For example, with x <- 1:100 I'd like to search for the sequence c(49,50,51), and be told that it occurs exactly once, starting at location 49. (The items in the vectors might be numeric or character, and there might be repetitions within the search pattern or within the vector I'm searching.) Duncan
2005 Dec 09
1
Want to Stream Flac on Windows
What is the best way to stream FLAC on a Windows P.C. Danny Ray Boyer
2009 Feb 02
1
executing R batch files
...te it (by double clicking or via the Shell command in an Excel macro), nothing happens. Does anyone have an explanation, or any suggestions as to how to run an R program from within an Excel macro? (PS: I know about RExcel, can't quite get it to install correctly.) Much appreciated. Joe Boyer Statistical Sciences Renaissance Bldg 510, 3233-D Mail Stop RN0320 8-275-3661 cell: (610) 209-8531 [[alternative HTML version deleted]]
2009 Feb 11
1
Hollander's test of bivariate symmetry
Does anyone know if any R package has a function that will conduct Hollander's test of bivariate symmetry? (Hollander, Biometrika, 1971) Either the exact test or an asymptotic version would be sufficient for my purposes. Thanks. Joe Boyer Statistical Sciences Renaissance Bldg 510, 3233-D Mail Stop RN0320 8-275-3661 cell: (610) 209-8531 [[alternative HTML version deleted]]
2012 Feb 12
2
Can I get rid of i86 packages and libraries on an x86_64 virtual server?
The server is a vpn with only 20 GB of storage. I would like to free up disk space. Even if I must keep some i86 stuff, I think I can get rid of the dev packages for it. Thanks, John -- John J. Boyer; President, Chief Software Developer Abilitiessoft, Inc. http://www.abilitiessoft.com Madison, Wisconsin USA Developing software for people with disabilities
2012 Jun 22
3
dropping variables from a data frame inside a function
Why doesn't this work? #Drop a variable name from a data frame DropLikeSAS <- function(x,df) { df[[x]] <- NULL 0 } DropLikeSAS("VarName", DataFrameName) Try it. The column VarName will not be deleted from the data frame DataFrameName. But x <-