search for: wolf

Displaying 20 results from an estimated 674 matches for "wolf".

Did you mean: wolfy
2002 Nov 04
0
2.2.6+acl - strange behaviour
...n this whilst all possible groups are present. *** but there are also problems on the samba end (see below) : FYI : samba version is 2.2.6 see the characteristics and the 2 tests below, where i checked name lookup service with 1 user and 1 group : --------------------------------- samba root@wolf # -bash 500 ~ root@wolf # cat /usr/src/samba-2.2.6-config ./configure --prefix=/usr --with-smbmount --with-fhs \ --with-configdir=/etc/samba --with-lockdir=/var/run/samba \ --with-privatdir=/etc/samba/private --with-lockdir=/var/run/samba \ --with-swatdir=/var/samba/swat --with-lo...
2010 Jun 26
1
predict newdata question
Hi: I am using a subset of the below dataset to predict PRED_SUIT for the whole dataset but I am having trouble with 'newdata'. The model was created with 153 records and want to predict for 208 records. wolf2 <- structure(list(gridcell = c(367L, 444L, 533L, 587L, 598L, 609L, 620L, 629L, 641L, 651L, 662L, 674L, 684L, 695L, 738L, 748L, 804L, 805L, 872L, 919L, 929L, 938L, 950L, 958L, 966L, 975L, 976L, 985L, 994L, 1006L, 1015L, 1019L, 1022L, 1025L, 1027L, 1028L, 1029L, 1032L, 1040L, 1043L, 1050L, 10...
2009 Nov 29
3
How to z-standardize for subgroups?
...ead on other solutions trying out sapply and tapply, but did not succeed. Do I need to loop and put everything together by hand? But I want to keep the columnnames in the vector? -karsten --------------------------------------------------------------------------------------------- Karsten D. Wolf Didactical Design of Interactive Learning Environments Universit?t Bremen - Fachbereich 12 web: http://www.ifeb.uni-bremen.de/wolf/
2009 May 14
5
Graphical output format
...to do to make a plot in some other format than pdf look like the pdf? Hardly any journal accepts pdf files for figures, and most do accept png and jpeg -- so no matter what I think about this, I must follow this rule. What can I do, then? I am using R 2.9.0 for Windows XP. Many thanks in advance, Wolf
2004 Nov 23
5
number of pairwise present data in matrix with missings
...for (column2 in 2:100) { for (row in 1:500) { if (!is.na(matrix[row,column1]) & !is.na(matrix[row,column2])) { pairs[col1,col2] <- pairs[col1,col2]+1 } } } } but this seems neither the most elegant nor an utterly fast solution. thanks for suggestions. andreas wolf
2011 Jul 17
3
gsub() with unicode and escape character
Dear helpers, I'm trying to replace a character with a unicode code inside a data frame using gsub(), but unsuccessfully. > data.frame(animals=c("dog","wolf","cat"))->my.data > gsub("o","\u0254",my.data$animals)->my.data$animals > my.data$animals [1] "d??g" "w??lf" "cat" It's not that a data frame cannot have unicode codes, cf. e.g. > data.frame(animals=c("d\u02...
2004 Sep 24
5
AW: How to improve the quality of curve/line plots?
...quot;unclean line". Even if you try to export the plot with the png command you can observe the same phenomenon. The line has not an exact appearance like Excel diagram plots. If there are no other techniques to get better line plots it seems to be a problem of the graphic output!? Michael Wolf -----Urspr??ngliche Nachricht----- Von: Uwe Ligges [mailto:ligges at statistik.uni-dortmund.de] Gesendet: Freitag, 24. September 2004 09:00 An: Wolf, Michael Cc: r-help at stat.math.ethz.ch Betreff: Re: [R] How to improve the quality of curve/line plots? Wolf, Michael wrote: > Dear list, &gt...
2007 Jun 26
3
[PATCH] Always use mipmaps in cube plugin
...ently, the cube plugin uses mipmapping only when cube is unfolded. When the cube is rotated, mipmaps are not used, which leads to ugly look of textures. The attached patch fixes this. This leads to another kind of artifacts, which are fixable with anisotropic filtering. http://team.pld-linux.org/~wolf/aniso.png The leftmost image is the current state of cube plugin. The center image is with mipmaps enabled. The rightmost is with mipmaps and anisotropic filtering. wolf -- Bartek . Taudul : .:.................................................................... w o l f @ p l...
2005 Dec 19
2
Logging of Form information in production environment.
...Isn't this a security risk? Especially since a user creation form puts this in the logfile: Processing Base#index (for 127.0.0.1 at 2005-12-18 21:03:33) [POST] Parameters: {"user"=>{"password_confirmation"=>"mypassword", "username"=>"seanwolfe", "lastname"=>"Wolfe", "firstname"=>"Sean", "form"=>"edit", "password"=>"mypassword", "email"=>"nobody@nowhere.com"}, "commit"=>"Signup"} I'm not tota...
2004 Oct 14
3
Filling polygons with points
Dear list, are there any possibilities to fill a polygon with a point pattern or with a symbol pattern like '+' oder '-' instead of shading lines? Thanks in advance Dr. Michael Wolf Bezirksregierung M??nster Dezernat 61 Domplatz 1-3 48161 M??nster Tel.: ++ 49 (02 51) / 4 11 - 17 95 Fax.: ++ 49 (02 51) / 4 11 - 8 17 95 E-Mail: michael.wolf at bezreg-muenster.nrw.de
2003 Jul 16
2
Stem and leaf display?
I would like to do some fairly basic stem-and-leaf displays in R. I am aware (I might even say painfully aware) of stem(base) and have tried it. That's why I'm hoping someone has a usable stem- and-leaf display for R so that I don't have to write my own. r-project.org > Search > R Site Search > "stem and leaf display" finds nothing. I also tried the mail archive
2003 Mar 21
1
Savitzky-Golay Derivative and Smoothing
If I'm not mistaken, that's sort of local polynomial with even degree and fixed bandwidth (based on my own interpretation of description in Numerical Recipes). You can do that with functions in the KernSmooth package. HTH, Andy > -----Original Message----- > From: wolf at micro-biolytics.com [mailto:wolf at micro-biolytics.com] > Sent: Friday, March 21, 2003 1:43 PM > To: R-help at lists.R-project.org > Subject: [R] Savitzky-Golay Derivative and Smoothing > > > Hello, > > Is there any libary with the algorithms of the Savitzky-Golay &g...
2006 Jun 08
5
AM/PM select
...t the select_datetime fields have AM/PM selectors instead of 24 hour time. The rails time and datetime selects seem to only support 24 hour time. I can''t seem to find any information on this. i was wondering if there is already a solution out there, or will i have to roll my own? Sean Wolfe master nerd of i heart squares, inc. 3711 N. Ravenswood Ave. #147 Chicago, IL 60613 http://www.iheartsquares.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060608/4aa674e0/attachment-0001.html
2012 Sep 27
6
Mac Text editors
...le structure isn't that intuitive to me yet. (For example, where is my .emacs file?) What text editors are best for the Mac, keeping in mind that I'm probably going to use them via the command line interface (e.g. X11 or Terminal). Thanks! -Steve _______________________________ Steven Wolf Research Associate CREATE for STEM Institute 115 H Erickson Hall Michigan State University
2006 Jan 03
3
render :partial stops setting local variables.
...%= render :partial ''edit'', :username => @user.username %> used to allow that username was a local variable in my _edit.rhtml partial template. example: <p><b>Username:</b> <%= username %></p> Could this be a problem with Ruby 1.8.4? -- Sean Wolfe master nerd of i heart squares, Co. 3711 N. Ravenswood Ave. #147 Chicago, IL 60613 Ph. (773) 531-6301 Fx. (773) 529-7041 http://www.iheartsquares.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060103/...
2005 Mar 24
5
Using html_options with link_to_remote??
Why doesn''t this output class="delete" into my html? <%= link_to_remote image_tag("delete"), :update => "relationship_" + @relationship.id.to_s, :url => { :controller => "relationships", :action => "destroy", :id => @relationship.id }, :html_options => {:class => "delete"} %> Regards, Ben
2004 Dec 15
0
AW: Problem with German special characters
Dear Prof. Ripley, thanks for your help. Everything is working fine! With best regards Michael Wolf -----Urspr??ngliche Nachricht----- Von: Brian D Ripley [mailto:ripley at stats.ox.ac.uk] Gesendet: Mittwoch, 15. Dezember 2004 09:01 An: Wolf, Michael Betreff: Re: [R] Problem with German special characters Please do look in the list archives: this is a Windows bug worked around a while back. Y...
2006 Jan 01
11
Migration db_schema_import always fails.
...umnDefinition:Class This happens for me on Windows, Linux, MacOX, ruby 1.8.2/1.8.4, rails 1.0, mySQL 4.1.14. looking at the error, it looks like there might be some sort of bug with a backtick/single-quote mismatch. Migration db_schema_import always fails. Anybody else experiencing this? -- Sean Wolfe master nerd of i heart squares, Co. 3711 N. Ravenswood Ave. #147 Chicago, IL 60613 Ph. (773) 531-6301 Fx. (773) 529-7041 http://www.iheartsquares.com
2004 Sep 23
1
How to improve the quality of curve/line plots?
...ed to plot "clean" lines with a higher resolution on the screen (I think it's not a question of the pdf- or png command.). Perhaps, it's a problem of the graphical possibilites of R because the most line plots which can be seen on the web have these problems. Thanks, Dr. Michael Wolf Bezirksregierung M??nster Dezernat 61 Domplatz 1-3 48161 M??nster Tel.: ++ 49 (02 51) / 4 11 - 17 95 Fax.: ++ 49 (02 51) / 4 11 - 8 17 95 E-Mail: michael.wolf at bezreg-muenster.nrw.de
2011 Feb 11
3
Writing R packages in an easier way?
...ed in the manuals. But I think you can controll this while uploading a package to CRAN. In my eyes an alternative, easier way writing a R package would help first-time users and typical MS Word damaged people like me. Thanks for your help in advance! Greetings from Muenster/Germany Dr. Michael Wolf (E-Mail: m-wolf at muenster.de)