Displaying 20 results from an estimated 1000 matches similar to: "How to test impact of candidate changes to package?"
2011 Nov 24
3
The contrast and Design libraries
Dear all,
I have been using the contrast library in my teaching for the last couple
of years and am right in the middle of this year's round. In the last week
R has been updated to version 2.14.0 on our computers. This has had the
unfortunate effect of meaning the contrasts library no longer works, as
the Design library is no longer available. I wonder if anyone has a fix
for this...or
2009 Dec 02
1
Reformat x axis
Hi
I am trying to do a simple XY plot with a dataset that has dates stored as integers . I would like to have the X values displayed as dates. I realize I could do this by converting the x values to dates first, However, does R have the ability like SAS FORMAT, for example, of reformatting the values of variables as part of the plot routine?
Thanks
D Haywood
2016 Apr 21
1
Debian patched 3.6.6 winbindd fails.
Hi Andrew,
On Thu, 21 Apr 2016, Andrew Bartlett wrote:
> On Wed, 2016-04-20 at 20:51 +0100, G.W. Haywood wrote:
> > ...
> > [2016/04/20 20:31:30.288745, 0] Could not fetch our SID - did we join?
> > [2016/04/20 20:31:30.288774, 0] unable to initialize domain list
> >
> > Of course the join is OK, and winbindd from 3.6.25 has no problem ...
>
> Is that
2016 Apr 21
1
Debian patched 3.6.6 winbindd fails.
Hi Rowland,
Thanks for replying.
On Wed, 20 Apr 2016, Rowland Penny wrote:
> On Wed, 20 Apr 2016, G.W. Haywood wrote:
>> [2016/04/20 20:31:30.288745, 0] Could not fetch our SID - did we join?
>> [2016/04/20 20:31:30.288774, 0] unable to initialize domain list
>
> Can you post your smb.conf ?
Not all of it I'm afraid, but hopefully here are the relevant bits.
2006 Mar 08
3
Multiple logistic regression
Dear R-users,
Is there a function in R that classifies data in more than 2 groups using
logistic regression/classification? I want to compare the c-indices of
earlier research (lrm, binary response variables) with new c-indices
obtained from 'multiple' (more response variables) logistic regression.
Best regards,
Stephanie Delalieux
Department Biosystems
M?-BIORES
Group of Geomatics
2005 Dec 14
0
Intro for a new guy
Hi all,
Thought I''d send out a hello message - have just signed up to this
mailing list.
I work at a company providing dev services in Java and PHP and I''m
currently learning rails with the aim of persuading the rest of the
company to try it too.
Congrats on the 1.0 release, hope things just keep getting better as I''m
loving Rails so far :)
Cheers,
Kee
--
Keeran
2010 Dec 09
2
Reshape Columns
Hello,
I have a general formatting question. I have two columns of data:
ColA <- c("m", "m", "m", "m")
ColB<- c("d","d","d","d")
And I would like to reorder them into a new column that looks like this:
ColC<-
2009 Sep 11
2
How to Label Certain Lags for a PACF Graph
When I use the command for PACF, lags 5, 10, 15, and 20 are labeled. I would
like to label lag 1. I would greatly appreciate if someone could tell me how
to do this. Below is the command that I am using:
pacf(data$R1,main="Series R1 Residuals")
[[alternative HTML version deleted]]
2007 Mar 06
2
parse error with if else (PR#9551)
Full_Name: Stephanie MAHEVAS
Version: 2.4.1
OS: Windows NT
Submission from: (NULL) (134.246.55.50)
the two following instructions provide a synthax error :
if ( 5 > 4 ) cat("ok1")
else cat("ok2")
and
if ( 5 > 4 ){ cat("ok1")}
else cat("ok2")
whereas these ones don't
if ( 5 > 4 ) cat("ok1") else cat("ok2")
and
if (
2012 Jan 27
2
Placing a Shaded Box on a Plot
Hello,
I would like to place shaded boxes on different areas of a
phylogenetic tree plot. Since I can not determine how to find axes on
the phylogenetic tree plot I am not able to place the box over certain
areas. Below is example code for the shaded box that I have tried to
use, and the first four values specify the position.
rect(110, 400, 135, 450, col="grey",
2012 Jul 12
3
plot graph by first letter
Hi all, may i know is it possible to plot a graph by first letter?
for example:
Name: Age:
Angel 20
Amelia 20
Bernard 19
Stephanie 20
Vanessa 22
Angeline 23
Camel 21
If I want to plot the name started with letter 'A' and their Angel,
2000 Jul 11
1
Help: R seg faults
Dear list,
I hope this is the right forum to ask. I have just downloaded and compiled
R, but I get a segfault after I start R.
make, make test/check, went OK.
My system is
linux-2.2.13
glibc-2.1.3
gcc 2.95.2
R-1.1.0
Here is a backtrace from gdb:
(gdb) file /usr/local/lib/R/bin/R.bin
Reading symbols from /usr/local/lib/R/bin/R.bin...done.
(gdb) run
Starting program: /usr/local/lib/R/bin/R.bin
2025 Jan 15
1
Weird and changed as.roman() behavior
Well, the real issue then seems to be that .roman2numeric uses an invalid regular expression:
>> grepl("^M{,3}D?C{,4}L?X{,4}V?I{,4}$", cc)
> [1] TRUE TRUE TRUE TRUE TRUE
or
>> grepl("^I{,2}$", c("II", "III", "IIII"))
> [1] TRUE TRUE FALSE
Both the TRE and the PCRE specification only allow repetition quantifiers of the
2001 Mar 07
5
Remove
Hello,
I would like to remove some files which have the extension .test for
example (data1.test, data2.test ....).
Is there another solution to remove them instead of doing it one by one
?
Thanks for your help,
St?phanie Langevin
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send
2007 Oct 03
2
Please review Network Virtualization page for Wikipedia
Hi Everyone -
Here is a draft of the first of two "pages" that I will submit to Wikipedia. The first page is a general network virtualization page. From this page, I will contribute a subpage on the Crossbow projects. These two articles are the first of a number of online articles on Crossbow that I''ll be creating on behalf of the Crossbow iteam.
The article uses
2009 Jun 17
1
Predict Fanny Membership
Hello List,
My question is an elementary one. I have run a fuzzy kmeans cluster using
FANNY to group freshwater fish assemblages. I then went in the field to
validate that classification and have retrieved new assemblage data for a
new suite of streams. Therefore I would like to use Predict to determine how
well the original clustering fits the new data. However I have not figured
out a
2005 Dec 21
2
Newbie - Summarize function
Dear R Users,
I have searched through the archives but I am still struggling to find a
way to process the below dataset. I have a dataset that has stratum and
plot identifier. Within each plot there is variable (Top) stating the
number of measurments that should be used to to calculate the mean to the
largest "top" elements within one of the vectors (X). I would like to
process
2025 Jan 16
2
Weird and changed as.roman() behavior
>>>>> Stephanie Evert
>>>>> on Wed, 15 Jan 2025 13:18:03 +0100 writes:
> Well, the real issue then seems to be that .roman2numeric uses an invalid regular expression:
>>> grepl("^M{,3}D?C{,4}L?X{,4}V?I{,4}$", cc)
>> [1] TRUE TRUE TRUE TRUE TRUE
> or
>>> grepl("^I{,2}$", c("II",
2011 Jan 19
2
VarCorr
I have a loop that I would like to use to extract the "stddev" for
each itteration so I can average the "stddev" for all the runs. It
would be helpful to know how to extract the "stddev" for each run from
the VarCorr. Thanks
MCruns<-1000
sighatlvec<-rep(NA,MCruns)
sighatbvec<-rep(NA,MCruns)
sighatevec<-rep(NA,MCruns)
for(mc in 1:MCruns)
{
2014 Jul 19
2
Mailboxes not showing up in MS Outlook
Sat, 19 Jul 2014 15:03:03 -0400
I am not sure exactly where the problem is here. I am using a sieve script
that sorts various incoming messages into their own mailbox. MS Outlook does
not show those folders if they are not directly under INBOX.
EXAMPLE:
drwx------ 31 vmail vmail 1.0K 2014-07-19 14:46:55 EDT ./
drwx------ 3 vmail vmail 512B 2014-07-02 13:52:03 EDT ../
drwx------ 5