similar to: Dropping columns from data frame

Displaying 20 results from an estimated 100 matches similar to: "Dropping columns from data frame"

2012 Jan 09
1
glmmPQL and predict
Is the labeling/naming of levels in the documentation for the predict.glmmPQL function "backwards"? The documentation states "Level values increase from outermost to innermost grouping, with level zero corresponding to the population predictions". Taking the sample in the documentation: fit <- glmmPQL(y ~ trt + I(week > 2), random = ~1 | ID, family =
2008 Jun 20
3
OT: Web page and firefox problem
I have been asked to put a club's membership form on their web, but firefox displays it as scaled to 23% and it prints at that scale. Can anyone tell me why? Thanks Anne
2003 Jun 02
2
Dinosaur *
Hello, With some trepidation I've come to inquire about platform requirements for * after having spent a couple of hours searching and browsing the archives and skimming the Handbook (very nice). I've found recommendations for 800-1000 Mhz and 128-256 MB RAM machines. My curiosity is not about what machine I need to start using * to support live comm ops. Rather, I want to know if a
2008 Jun 20
2
New convert
All, Apologies for cluttering the list, but I just wanted to say hello and prepare all for a barage of silly discussions from a tech-hypochondriac! We have recently purchased two servers running CentOS, and as I'm from more of a Debian based background, it would be good if someone could point out the two or three main differences please? I'm reading up on the package management as I
2017 Jul 20
3
getting rid of hp c3180
On 20/07/17 07:29, Michael Hennebry wrote: > Does a Canon MF232W work with Centos? >> From > https://www.usa.canon.com/internet/portal/us/home/support/details/printers/black-and-white-laser/imageclass-mf232w#fb5cab1c-c86d-4fda-864d-6023bbc5a3a6_tab > > I got the following message: > There is no driver for the OS Version you selected. The driver may be > included in your
2017 Jul 20
3
getting rid of hp c3180
On Thu, Jul 20, 2017 at 03:27:14PM -0500, Michael Hennebry wrote: > On Thu, 20 Jul 2017, Phil Perry wrote: > > >On 20/07/17 07:29, Michael Hennebry wrote: > >>Does a Canon MF232W work with Centos? > > >My guess would be no. It appears to use a proprietary built in > >engine that will need a driver and Canon don't appear to provide > >drivers for
2011 May 02
3
ID parameter in model
Hello, I am apparently confused about the use of an id parameter for an event history/survival model, and why the EHA documentation for aftreg does not specify one. All assistance and insights are appreciated. Attempting to specifiy an id variable with the documentation example generates an "overlapping intervals" error, so I sorted the original mort dataframe and set subsequent entry
2009 Dec 20
2
[LLVMdev] Status of first-class aggregate types
On Sun, Dec 20, 2009 at 9:50 AM, Chris Lattner <clattner at apple.com> wrote: > > On Dec 20, 2009, at 12:27 AM, Talin wrote: > > What's the current status on support for first-class structs? The last I > heard was: > > - Structs which are smaller or equal to two pointers can be passed / > returned / loaded / stored by value. > - There are plans to
2009 Dec 21
0
[LLVMdev] Status of first-class aggregate types
On Dec 20, 2009, at 10:27 AM, Talin wrote: > I'd pass them by value if they are small but by reference if they are large. Passing large tuples by value isn't going to provide a win. > > OK, thanks for that confirmation, now I can proceed ahead with less trepidation. :) > > For large aggregates (well, not huge, but the size of a typical structure or class), do you
2011 Apr 20
2
survexp with weights
Hello, I probably have a syntax error in trying to generate an expected survival curve from a weighted cox model, but I can't see it. I used the help sample code to generate a weighted model, with the addition of a "weights=albumin" argument (I only chose albumin because it had no missing values, not because of any real relevance). Below are my code with the resulting error
2011 Jun 23
3
problem (and solution) to rle on vector with NA values
Hello there R-help, I'm not sure if this should be posted here - so apologies if this is the case. I've found a problem while using rle and am proposing a solution to the issue. Description: I ran into a niggle with rle today when working with vectors with NA values (using R 2.31.0 on Windows 7 x64). It transpires that a run of NA values is not encoded in the same way as a run of other
2018 Dec 04
7
CR repo update disaster for my desktop.
On 4/12/18 9:06 AM, Rob Kampen wrote: > Sorry for top post, my android BlueMail will not let me insert at the bottom. > > I have found that tracker-extract seems to trigger a segfault. I note this is not updated in CR, but comes from base. Removal of tracker seems too harsh as it has dependant modules like brasero, evince, grilo, nautilus and totem. > Maybe there is an obscure
2018 Jul 12
7
bad text under KDE and C7
> > > > Kernel driver in use: i915 > > Kernel modules: i915 > The i915 driver is fairly rock solid - virtually all desktop machines these days have on-board Intel video, it's the lowest common denominator. And your chipset is not exactly cutting edge stuff. Are there any errors in the logs - either kernel logs or X logs? For some reason you say you
2010 Sep 27
1
pairs and mfrow
Is there an alternative to par(mfrow=c(2,1)) to get stacked scatterplot matrixes generated with "pairs"? I am using version 2.11.1 on Windows XP. The logic I am using follows, and the second "pairs" plot replaces the first plot in the current graphics device, which is not what I expected (or desired). par(mfrow=c(2,1)) pairs(b2007, main="6/2000 - 12/2006")
2010 Dec 23
1
Reconcile Random Samples
Is there a way to generate identical random samples using R's runif function and SAS's ranuni function? I have assigned the same seed values in both software packages, but the following results show different results. Thanks! R === > set.seed(6) > random <- runif(10) > random [1] 0.6062683 0.9376420 0.2643521 0.3800939 0.8074834 0.9780757 0.9579337 [8] 0.7627319 0.5096485
2011 Dec 13
1
tcplot documentation in evd package
Hello, and please advise regarding any errors/omissions on my part. However, the documentation for R's tcplot function in the evd package appears to contain an error. I am using evd version 2.2-4 in R 2.14.0 with Windows XP. > data(portpirie) > mrlplot(portpirie) ## No Error > tlim <- c(3.6, 4.2) > tcplot(portpirie, tlim) ## Line from documentation Error in fpot(data, u[1],
2004 Jun 25
2
Asterisk & SIP
Good morning all, I'm setting up Asterisk for the first time with no prior PBX experience. I'm following Andy Powell's 'Getting Started with Asterisk' (http://www.automated.it/guidetoasterisk.htm). This is my second time through that document - as I did something weird the first time and really upset it somehow - and I wanted to ask a few general questions of the list.
2011 May 08
1
Syntax for iter.max in rms
Hello, I would like to increase the number of iterations for running a Buckley-James regression model in the rms package, but something is apparently syntactically wrong. The following code initially is exactly as it appears in the help page (which runs successfully), then a "failure to converge" message (resulting from specifying an 'identity' link argument, the error message
2011 May 21
1
predict 'expected' with eha package
I am unsure what is being returned, and what is supposed to be returned, when using 'predict' with "type='expected'" for an aftreg survival model. The code below first generates a weibull model, then uses predict to create a vector of the linear predictors, then attempts to create the 'expected' vector, which is empty. The final two steps in the code generate a
2006 Nov 27
0
EM algorithm for truncated multivariate mixture of normals
I couldn't find a direct answer in CRAN to this question, so I'm asking with some trepidation. I have a multivariate dataset (data.frame) with columns that can be expressed as a set of mixed normals (at least I think) and need to impute values that have constraints (truncated mixture of normals where the values cannot be below zero). If there isn't a package that can do this, is there