search for: grime

Displaying 20 results from an estimated 21 matches for "grime".

Did you mean: prime
2004 Nov 05
1
R usage -- for article
...'s free, about what you're doing with R and how you think it compares with other software and especially if you're using/developing one of the graphical/spatial/Web extensions. If you are able to help, please respond by November 7 because of my deadline. Thanks, Seth -- Seth Grimes Alta Plana Corp, analytical computing & data management Intelligent Enterprise magazine (CMP), Contributing Editor grimes at altaplana.com http://altaplana.com 301-270-0795
2002 Oct 29
2
Selective blocking of password authentication
...Qs. It seems the problem is that there is no scoping of directives in sshd_config, thus PasswordAuthentication is global for all users. Alternatively it seems like sshd should be able to check some file ~/.ssh/sshd_config for such an option. Any help would be greatly appreciated. Thanks, -David Grimes <grimes _at_ cs.washington.edu>
2009 Apr 23
3
Running Scripting on Linux Machine
Hi all, I am new to using R on a Linux machine & I have a few questions on set-up. If anyone has experience in this area any advice would be greatly appreciated. - When I open R I have the option to do the following: o 'Run in Terminal' o 'Display' o 'Cancel' o 'Run' - My only option to open a window such as we find in
2003 Feb 10
2
Apple shares?
Hi, I have a need to do some file transfers between my AIX 4.3.3 boxes and Apple PC's. I use SAMBA to provide shares to PC's, but I know nothing about Apple. FTP is an option, but less desirable than setting up a share. Does anyone have experience with using SAMBA to set up shares with Apple clients? I know that there are, other products to accomplish what I ask, but in terms of support
2023 Feb 13
2
Removing variables from data frame with a wile card
x[?V2?] would retain columns of x headed by V2. What I need is the opposite??I need a data grime with those columns excluded. Steven from iPhone > On Feb 13, 2023, at 9:33 AM, Rolf Turner <r.turner at auckland.ac.nz> wrote: > > ? >> On Sun, 12 Feb 2023 14:57:36 -0800 >> Jeff Newmiller <jdnewmil at dcn.davis.ca.us> wrote: >> >> x["V2"]...
2012 Mar 27
2
rgl package broke with R 2.14.2
Dear People I can't figure out how to fix this problem: rgl won't run under R 2.14.2 (it was working for me before under 2.14.0). The error message is: > library(rgl) Error : .onLoad failed in loadNamespace() for 'rgl', details: call: dyn.load(file, DLLpath = DLLpath, ...) error: unable to load shared object '/Library/Frameworks/
2009 Apr 24
2
Array
Hi there, Just wondering if anyone has any tips for using arrays? I am trying to convert the following SAS code to R: data A2; set A1; by subject_id; retain BX1-BX10 i; array b(1:10) BX1-BX10 ; if first.subject_id then do ; do j=1 to 10; b(j) = .; end; i=1; end; b(i) = BX; i = i+1; if last.subject_id then
2009 Apr 27
1
For Loop Syntax
Hi there, Just wondering if someone can help me with the correct syntax to use with for loops? I have split my original file by count, & wish to first of all assign new tables based on the splits. Then I just want to create a new variable. Please see code below. This code works outside of a loop so I am just trying to code so I don't have to repeat numerous times. Many
2007 Sep 26
1
Repeated tests against baseline
I came across a post by Karl Knoblick regarding the modeling of longitudinal data (see https://stat.ethz.ch/pipermail/r-help/2007-May/132137.html). I am often asked by physicians to perform what Karl refers to in his post as option 1: to perform paired t-tests against baseline at each follow up time point (30 days, 90 days, 6 months, etc.). Unlike Karl's example, however, many of the trials
2007 Dec 04
4
eventlog
Hi, Hm, the string inserts are different, too. Any encoding issues? Your user name uses extended ASCII, too, right? Not sure if that''s significant or not. I''ve cc''d the win32utils-devel list to see if anyone has any ideas. Thanks, Dan botp wrote: > On 12/4/07, Daniel Berger <djberg96 at gmail.com> wrote: >> Can you tell us which record numbers in
2012 Apr 06
2
multiple values in one column
I have some data files in which some fields have multiple values. For example first last sex major John Smith M ANTH Jane Doe F HIST,BIOL What's the best R-like way to handle these data (Jane's major in my example), so that I can do things like summarize the other fields by them (e.g., sex by major)? Right now I'm processing the files (in excel since they're
2019 Apr 29
1
CFT: FreeBSD Package Base
...Joe Maloney Quality Engineering Manager / iXsystems Enterprise Storage & Servers Driven By Open Source > On Apr 29, 2019, at 3:31 PM, Cy Schubert <Cy.Schubert at cschubert.com> wrote: > > In message <201904291441.x3TEfMid072751 at gndrsh.dnsmgr.net>, "Rodney W. > Grimes" > writes: >>> On Mon, Apr 29, 2019 at 10:09 AM Rodney W. Grimes < >>> freebsd-rwg at gndrsh.dnsmgr.net> wrote: >>> >>>>> >>>>> Correct, this is ZFS only. And it's something we're using specific to >>>> Fr...
2009 Apr 22
1
Count Code
Hi there, I am interested in converting SAS code to R & I wondered if anyone had any quick R code/tips for the following piece of test SAS code? Any feedback greatly appreciated. data A1; set A1; count + 1; by subject_id; if first.subject_id then count = 1; run; [[alternative HTML version deleted]]
2008 Jul 29
3
ipfw "bug" - recv any = not recv any
...e being used without expecting that it would fail to match packets that were received by the current host, so its implementation would be a bit "safer" for the community I took a quick look at the code, as Patrick's message suggests matching "NULL" > Likewise, Rod Grimes suggested: > ------------------ > No, but it should be trivial to patch the code to allow your !any, if > you consider that !any is the same as =null: > > ipfw count ip from any to any in recv null > > Ie, the recv keyword looks at the ifp in the mbuff, the ifp will be n...
2009 Apr 23
3
Running Edit() or Fix() on Linux Machine
Hi all, As I am new to using R on a Linux machine I have another question if that's ok. I am trying to use the fix() or edit() function on this Linux machine but I get the following error message: Error in dataentry(datalist, modes) : invalid device In addition: Warning message: In edit.data.frame(get(subx,envir=parent),title = subx, ...) : Unable to create fontset
1995 May 30
1
Announcing FreeBSD 2.0.5 ALPHA!
...peating it all here if most of you are simply going to download and read it anyway! :-) I'd like to also extend special thanks to Poul-Henning Kamp & Gary Palmer for exerting an especially large amount of effort this time in helping me get the new installation together. Thanks also to Rod Grimes for playing "source tree pit bull" when I needed him to, thus keeping the number of headaches I had to suffer in pulling in various last-minute changes to an absolute minimum. Thanks, guys! This couldn't have been done without you! Jordan for the FreeBSD Project.
2010 Apr 11
10
rake db:create uninitialized constant Mysql::Error
I have yet to find a solution for this issue I have tried multiple things that I have found on google, but yet have i found a solution. If someone could help me and point me in the right direction I would be much appreciated. Thanks. rake aborted! uninitialized constant Mysql::Error ** Invoke db:create (first_time) ** Invoke db:load_config (first_time) ** Invoke rails_env (first_time) **
2009 Apr 22
2
Exporting objects plotted with plot3d() - rgl package
...3. Re: line wrap in R console under windows (Duncan Murdoch) > 14. Re: Sampling in R (Mike Lawrence) > 15. Re: Sampling in R: Please read my email from attached text. > (David Winsemius) > 16. Re: Question on binomial data (David Winsemius) > 17. Fix/Edit Error (Bronagh Grimes) > 18. Re: joined R-today (Dimitri Liakhovitski) > 19. Re: Random Forests: Question about R^2 (Liaw, Andy) > 20. Re: Random Forests: Predictor importance for Regression Trees > (Liaw, Andy) > 21. Re: joined R-today (Bala subramanian) > 22. Re: Sampling in R (Jorge...
2012 Mar 25
2
avoiding for loops
I have data that looks like this: > df1 group id 1 red A 2 red B 3 red C 4 blue D 5 blue E 6 blue F I want a list of the groups containing vectors with the ids. I am avoiding subset(), as it is only recommended for interactive use. Here's what I have so far: df1 <- data.frame(group=c("red", "red", "red", "blue",
2002 Feb 18
0
Net Use disconnect failure
Howdy All, This is probably a stupid question, but I can't seem to disconnect from a SAMBA share without a reboot. I connect using: c:\winnt\system32\net use O: \\editest.fritolay.pvt\transtst /user:flna\enttst xxxxxx /persistent:no But when I try to disconnect (as flna/enttst): net use O: /D I get: The network connection could not be found. More help is available by typing NET HELPMSG