search for: minka

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

Did you mean: mink
2003 Jun 18
3
update.default bugfix (PR#3288)
...tras), names(call))) ## do these individually to allow NULL to remove entries. for (a in names(extras)[existing]) call[[a]] <- extras[[a]] if(any(!existing)) { call <- c(as.list(call), extras[!existing]) call <- as.call(call) } } if(evaluate) { # minka: use environment of formula instead of parent.frame # see the man page for formula env<-environment(call$formula) if (is.null(env)) env<-parent.frame() eval(call,env) } else call }
2008 Nov 30
4
ActionMailer weirdness: bad html '=3d' for all '='
I am getting html output in my email body with spurious characters that cannot be rendered, so that my links are not handled properly. What am I not getting here? My email body contains: -----------------clip------------- <A href=mailto:&quot;<%=h(''support-t1rxLZ7CIXjQT0dZR+AlfA@public.gmane.org'')%>? Support&quot;>Support</A><br/> with any
2003 Oct 05
0
R maps now for Windows
...es on a map, - finding the map region containing a given point (point-in-polygon), - computing areas of map regions, and - interpolating data aggregated over map regions (for statistical maps). The maps and mapdata packages are maintained by Ray Brownrigg with generous assistance from Tom Minka. The mapproj package is available at http://www.stat.cmu.edu/~minka/software/maps/ Ray Brownrigg Tom Minka October 2003 _______________________________________________ R-packages mailing list R-packages at stat.math.ethz.ch https://www.stat.math.ethz.ch/mailman/listinfo/r-packages
2003 Oct 05
0
R maps now for Windows
...es on a map, - finding the map region containing a given point (point-in-polygon), - computing areas of map regions, and - interpolating data aggregated over map regions (for statistical maps). The maps and mapdata packages are maintained by Ray Brownrigg with generous assistance from Tom Minka. The mapproj package is available at http://www.stat.cmu.edu/~minka/software/maps/ Ray Brownrigg Tom Minka October 2003 _______________________________________________ R-packages mailing list R-packages at stat.math.ethz.ch https://www.stat.math.ethz.ch/mailman/listinfo/r-packages
2003 Jun 18
1
suggestion for make.names
...e first problem, by the way, would be to allow quoting in formulas, e.g. lm("if" ~ then, ...). Currently, when you do this it gives an error. This could eliminate the need for make.names in many cases, by being able to quote names like "New Jersey" or "log(x)". Tom Minka www.stat.cmu.edu/~minka/
2003 Jun 18
1
suggestion for make.names
...e first problem, by the way, would be to allow quoting in formulas, e.g. lm("if" ~ then, ...). Currently, when you do this it gives an error. This could eliminate the need for make.names in many cases, by being able to quote names like "New Jersey" or "log(x)". Tom Minka www.stat.cmu.edu/~minka/
2007 Aug 12
1
lm_sensors on CentOS 4.5
hello, I have problem to install lm_sensors on CentOS 4.5 (Linux 2.6.9-42.ELsmp). I am getting error message "FATAL: Module bmcsensors not found." after I enter "modprobe bmcsensors". I got advice to install http://bmcsensors-26.sourceforge.net/ into my kernel, but I don't know how to do it. Does somebody has experience how to get lm-sensors working on CentOS 4.5 ?
2007 May 05
1
kernel update and RAID controller
.../downloadcenter.intel.com/scripts-df-external/filter_results.aspx?strT ypes=all&ProductID=2451&OSFullName=Red+Hat*+Enterprise+Linux+4.0&lang=eng&st rOSs=129&submit=Go%21 Could somebody give me some advices how to fix this ? I appreciate any hints and links. Sincerely, Martin Minka
2008 Sep 14
1
Problem with misclass function on tree classification
I am working through Tom Minka's lectures on Data Mining and am now on Day 32. The following is the link: http://alumni.media.mit.edu/~tpminka/courses/36-350.2001/lectures/day32/ In order to use the functions cited I followed the instructions as follows: Installed tree package from CRAN mirror (Ca-1) Downloaded and sourced...
2006 Nov 30
3
Strange send_file problem
Or perhaps I am stumbling in newbie fashion (tho I have active_merchant and a store site basically up and running in development mode - still I don''t feel I always understand what is going on.) So, when I have send_file(filename, :type => ''application/x-zip'') redirect :action => index the send_file seems to hang, rather than complete. I''m deducing
2003 Nov 01
0
R maps, mapdata and mapproj for Windows
...ons the Windows binaries did not appear on CRAN until yesterday. Now I am pleased to announce that the three packages maps_2.0-8 (the base maps package with low-resolution databases), mapdata_2.0-6 (high-resolution and other databases) and mapproj_1.1 (projection add-on for maps, maintained by Tom Minka) are all now available on CRAN both in source and Windows binary forms. I apologise for the delays. Ray Brownrigg _______________________________________________ R-packages mailing list R-packages at stat.math.ethz.ch https://www.stat.math.ethz.ch/mailman/listinfo/r-packages
2003 Nov 01
0
R maps, mapdata and mapproj for Windows
...ons the Windows binaries did not appear on CRAN until yesterday. Now I am pleased to announce that the three packages maps_2.0-8 (the base maps package with low-resolution databases), mapdata_2.0-6 (high-resolution and other databases) and mapproj_1.1 (projection add-on for maps, maintained by Tom Minka) are all now available on CRAN both in source and Windows binary forms. I apologise for the delays. Ray Brownrigg _______________________________________________ R-packages mailing list R-packages at stat.math.ethz.ch https://www.stat.math.ethz.ch/mailman/listinfo/r-packages
2007 Aug 12
1
booting CentOS in rescrue mode from USB (+over network)
Hello, is there a way to boot CentOS 4.5 from USB flash key in rescue mode ? The prefered solution would be to have booting part of CentOS started by SysLinux and download the content of CD1 from a network server (HTTP), like Anaconda is able to use command "method". Best regards, Martin
2007 Aug 14
2
Adding Things to Rescue Mode
I'd like to add a few things to rescue mode. I'm tired of having to use a floppy with hardware drivers when ever I need to go into rescue mode and there are a few other utilities that I'd like to add as well. How would I go about doing this? Any pointers to FAQ's or "How to's"? I've done some searching, but haven't found anything recent enough to be
2003 Oct 31
4
Samba and private shares
I'm running samba 2.5 on a FreeBSD box using winbind to do authentication with my PDC/BDC. I'm able to configure shares that everyone on the NT network can access but when I configure private shares (only 1 or 2 users have access to) the users get prompted for a username and password and are not allowed access. What am I doing wrong? Below I have included a copy of my smb.conf and pam.conf
2003 Oct 08
1
R-1.8.0 is released
...d glm() fits are now handled by the normal code: there are no methods for classes "lm.null" and "glm.null". Zero-rank fits are handled consistently. o make.names() has improvements, and there is a new auxiliary function make.unique(). (Based on code contributed by Tom Minka, since converted to a .Internal function.) In particular make.names() now recognises that names beginning with a dot are valid and that reserved words are not. o methods() has a print method which asterisks functions which are not user-visible. methods(class = "foo") now lists...
2003 Oct 08
1
R-1.8.0 is released
...d glm() fits are now handled by the normal code: there are no methods for classes "lm.null" and "glm.null". Zero-rank fits are handled consistently. o make.names() has improvements, and there is a new auxiliary function make.unique(). (Based on code contributed by Tom Minka, since converted to a .Internal function.) In particular make.names() now recognises that names beginning with a dot are valid and that reserved words are not. o methods() has a print method which asterisks functions which are not user-visible. methods(class = "foo") now lists...
2006 Dec 01
1
Simple file download doesn't work - please help!
I need to get a simple file download to work. I want users to be able to click ''I agree'' after scrolling through a license agreement and the click initiates a download of some software which is in a zip file. I tried using send_file and had some problems I previously posted about. So I am trying to not use send_file. (If anyone can help me with my previous send_file post, that