search for: crump

Displaying 20 results from an estimated 20 matches for "crump".

Did you mean: rump
2018 Apr 30
1
Overlay line on a bar plot - multiple axis
Hi Miluji, Using Jim's interpretation of your desired graph, you could do it in ggplot2 using your dat DF by: ggplot() + geom_bar(data=dat, aes(x=week,y=count,fill=city),stat="identity",position="dodge") + coord_flip() + geom_line(data=dat, aes(x=week, y=mean_tmin)) There would still need some work to be done to get the weekly mean into a legend, but it is
2006 Nov 11
1
FW: [tclug-list] Drives Not Recognized on Dell Poweredge 1550 CentOs install
The raid card is an Adaptec 2100S. -----Original Message----- From: Josh Paetzel [mailto:josh at tcbug.org] Sent: Saturday, November 11, 2006 9:35 AM To: tclug-list at mn-linux.org; pjcrump at bitstream.net Subject: Re: [tclug-list] Drives Not Recognized on Dell Poweredge 1550 CentOs install On Saturday 11 November 2006 01:20, Phillip Crump wrote: > I have a new (used)Dell Poweredge 1550 server with 2 scsi drives > (dual 1ghz w/ 2048MB) that I'm attempting to install CentO...
2007 May 18
2
Problem loading library
Hi, I have a fresh install of R 2.5.0, I then installed the pls package. When trying to load this package I get: > library(pls) Attaching package: 'pls' The following object(s) are masked from package:stats : loadings > Searches show this to most often be related to attaching data, but I haven't got any data in here: this is the first command given
2007 Aug 10
1
Subsetting by number of observations in a factor
Hi, I generally do my data preparation externally to R, so I this is a bit unfamiliar to me, but a colleague has asked me how to do certain data manipulations within R. Anyway, basically I can get his large file into a dataframe. One of the columns is a management group code (mg). There may be varying numbers of observations per management group, and he would like to subset the dataframe such
2006 Nov 11
2
Drives Not Recognized on Dell Poweredge 1550 CentOs4 install
I have a new (used)Dell Poweredge 1550 server with 2 scsi drives (dual 1ghz w/ 2048MB) that I'm attempting to install CentOs 4 onto and am having problems getting the darn thing to recognize the hard drives. (it's worth noting that it's running RAID 0 and the RAID bios recognizes both drives as being in "optimal" state). I start the installation process and all is going
2007 Aug 29
2
Recoding multiple columns consistently
Hi, I have a dataframe that contains pedigree information; that is individual, sire and dam identities as separate columns. It also has date of birth. These identifiers are not numeric, or not sequential. Obviously, an identifier can appear in one or two columns, depending on whether it was a parent or not. These should be consistent. Not all identifiers appear in the individual column - it is
2023 Jul 08
1
Getting an error calling MASS::boxcox in a function
...ink*** (corrections and clarification strongly welcomed!) that `~` (the formula function) is looking for 'z' in the GlobalEnv, the caller of apply(), and not finding it. It finds 'y' here explicitly in the BoxCoxLambda environment. Cheers, Bert On Sat, Jul 8, 2023 at 4:28?AM Ron Crump via R-help <r-help at r-project.org> wrote: > Hi, > > Firstly, apologies as I have posted this on community.rstudio.com too. > > I want to optimise a Box-Cox transformation on columns of a matrix (ie, a > unique lambda for each column). So I wrote a function that includes t...
2023 Jul 08
1
Getting an error calling MASS::boxcox in a function
...welcomed!) that `~` > (the formula function) is looking for 'z' in the GlobalEnv, the caller of > apply(), and not finding it. It finds 'y' here explicitly in the > BoxCoxLambda environment. > > Cheers, > Bert > > > > On Sat, Jul 8, 2023 at 4:28?AM Ron Crump via R-help <r-help at r-project.org> > wrote: > >> Hi, >> >> Firstly, apologies as I have posted this on community.rstudio.com too. >> >> I want to optimise a Box-Cox transformation on columns of a matrix (ie, a >> unique lambda for each column). So I...
2023 Jul 08
1
Getting an error calling MASS::boxcox in a function
...la function) is looking for 'z' in the GlobalEnv, the caller of >> apply(), and not finding it. It finds 'y' here explicitly in the >> BoxCoxLambda environment. >> >> Cheers, >> Bert >> >> >> >> On Sat, Jul 8, 2023 at 4:28?AM Ron Crump via R-help <r-help at r-project.org> >> wrote: >> >>> Hi, >>> >>> Firstly, apologies as I have posted this on community.rstudio.com too. >>> >>> I want to optimise a Box-Cox transformation on columns of a matrix (ie, a >>> uniq...
2015 Jun 21
0
IOV / SR-IOV / MR-IOV for non-network hardware?
...et alone anyone with even subjective descriptions of performance differences. If non-networking IOV has the great potential discussed in the links above, can anyone tell me why it seems that no one is actually doing it? Kihl? Braren? zir_blazer? ScottLowe? Don Fountain? Boesch? John Howard? George Crump? Anyone? Anyone? Bueller?...
2007 Aug 30
0
R-help Digest, Vol 54, Issue 30
Ron Crump wrote: > Hi, > > I have a dataframe that contains pedigree information; > that is individual, sire and dam identities as separate > columns. It also has date of birth. > > These identifiers are not numeric, or not sequential. > > Obviously, an identifier can appear in...
2023 Jul 08
1
Getting an error calling MASS::boxcox in a function
...e GlobalEnv, the caller of > >> apply(), and not finding it. It finds 'y' here explicitly in the > >> BoxCoxLambda environment. > >> > >> Cheers, > >> Bert > >> > >> > >> > >> On Sat, Jul 8, 2023 at 4:28?AM Ron Crump via R-help <r-help at r-project.org> > >> wrote: > >> > >>> Hi, > >>> > >>> Firstly, apologies as I have posted this on community.rstudio.com too. > >>> > >>> I want to optimise a Box-Cox transformation on columns o...
2023 Jul 08
1
Getting an error calling MASS::boxcox in a function
...>>>> apply(), and not finding it. It finds 'y' here explicitly in the >>>> BoxCoxLambda environment. >>>> >>>> Cheers, >>>> Bert >>>> >>>> >>>> >>>> On Sat, Jul 8, 2023 at 4:28?AM Ron Crump via R-help <r-help at r-project.org> >>>> wrote: >>>> >>>>> Hi, >>>>> >>>>> Firstly, apologies as I have posted this on community.rstudio.com too. >>>>> >>>>> I want to optimise a Box-Cox transf...
2023 Jul 08
1
Getting an error calling MASS::boxcox in a function
Hi, Firstly, apologies as I have posted this on community.rstudio.com too. I want to optimise a Box-Cox transformation on columns of a matrix (ie, a unique lambda for each column). So I wrote a function that includes the call to MASS::boxcox in order that it can be applied to each column easily. Except that I'm getting an error when calling the function. If I just extract a column of the
2017 Nov 22
0
ccomp Composition and ggtern plot...
I have no clue what this package is for, but reading the help page for the ccomp function tells you that it returns a numeric vector or matrix. How do YOU want to display information from this numeric vector? That will determine how you would put it into a data frame. -- Sent from my phone. Please excuse my brevity. On November 22, 2017 3:13:01 AM PST, Levent TERLEMEZ via R-help <r-help at
2017 Nov 22
2
ccomp Composition and ggtern plot...
Dear Users, I would like to use compositions package with ggplot/ggtern, other composition classes of compositional package can be used with ggtern by converting to data frame but I could do anything with c(ount)comp class. Ggplot/ggtern can not recognise comp and also can not be converted to data frame. Is there any other way to do this? Thank you in advance, Levent TERLEMEZ.
2004 Apr 13
0
pam_stack.so for suse 9.0
I'm using suse 9.0 with samba3.xxx. I have joined the samba server to the nt domin using winbind and net join. Everything seems to be working great. I can pull domain+users as well as groups plus auto creat home directories. But every time I try to logon to the linux end it acts like it's going to work and then I get a message "<domian+user> account disabled". In the Samba
2004 Apr 18
0
samba 3.0.2a and suse 9.0
Does someone have a fully functional PAM using samba 3.0.2a and winbind, on suse 9.0. Mine partially works but does not allow logons to linux. The samba side is working. When I try to logon to xwindows I get "account disabled".
2017 Nov 23
0
ccomp Composition and ggtern plot...
> I would like to use compositions package with ggplot/ggtern, other > composition classes of compositional package can be used with ggtern > by converting to data frame but I could do anything with c(ount)comp > class. Ggplot/ggtern can not recognise comp and also can not be converted > to data frame. Is there any other way to do this? As Jeff pointed out, the help page says ccomp
2004 Feb 05
0
samba domain authentication problem
Hello, Sorry for the long post but I've been working on this for over a day now and I haven't made any progress. I hope someone can help me with this. I have created a new ad domain on a win2k server. I am not user kerberos. I have the redhat enterprise linux 3 version of samba installed on my machine. I use: net rpc join member -Uadmin%password -S adserver to join the linux server