Hello,
I am trying to include the count labels on stacked bar plots which
represent percentages. I want to show x-amount of individuals make up the
graphed percentages. However, when I include the count labels my y-axis
gets blown out of proportion because it changes to match the count data,
not t
Hello r-help,
My question is regarding specific coding in ggmap.
I am mapping radio telemetry detections of shorebirds using ggmap. I want
the map to depict a specific point (lat/lon of a telemetry tower) where the
bird was detected, as well as the following variables associated with that
lat/lon
I am mapping radio telemetry detections of shorebirds using ggmap. I want
the map to depict a specific point (lat/lon) where the bird was detected. I
want this depicted date of detection to be represented by a color scale.
However, multiple birds are detected at the same telemetry tower (lat/lon)
b
The two yield very different-looking plots.
Thanks for your help.
- Josh Mitteldorf
[[alternative HTML version deleted]]
__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE
ve no clue how to go
about integrating such analyses into a website. I could certainly learn
how, would love to, and ultimately will, but if someone was interested in
joining me in this endeavour much more could be accomplished.
If you're interested in knowing more let me know.
Josh
Hi,
I'm trying to create a boxplot from the summary of a large data set and I'm
having trouble finding any way to do this. I'm familiar with, but by no
means good at, using R, so the only two websites I've found pertaining to
this issue have been way over my head. I was hoping for a simple set of
Fortunately for you and your embarrassment, the members of this list are a
nurturing and supportive group that truly cares first and foremost about
submitters' success.
On 12/17/12 12:16 PM, "soon yi" wrote:
>Thank you.
>
>Rather embarrassed. Its fair to say i had rather over comlicated my
>atte
tober 11, 2012 10:33 AM
To: ROLL Josh F
Cc: R help
Subject: Re: [R] Sorting a data frame by specifying a vector
Hi,
In your dataset, it seems like it is already ordered in the way you wanted to.
df.. <- data.frame(Season=rep(c("Summer","Fall","Winter","Spring&
On Sep 30, 2012, at 4:47 AM, Josh Browning wrote:
>
>> Hi David,
>>
>> Yes, I agree that the results are "very similar" but I don't
>> understand why they are not exactly equal given that the data sets are
>> identical.
>>
>> And yes, this 1%
way to tweak my glm() runs (possibly adjusting the
numerical precision somehow???) so that this doesn't happen.
Josh
On Sat, Sep 29, 2012 at 7:50 PM, David Winsemius wrote:
>
> On Sep 29, 2012, at 7:10 AM, Josh Browning wrote:
>
>> Hi useRs,
>>
>> I'm exper
Hey useRs!
Do any of you guys know how to plot DMAs within R (preferrably within the
maps() package)? I haven't been able to find any resources on this, but I
apologize if this is a dumb question and I'm overlooking the obvious
answer. Thanks for your help!
Josh
[[altern
I'm having issues when trying to do a filled State plot using the maps()
package. It seems that the color values aren't being plotted correctly,
and I'm not sure why...
I've started debugging it, but I'm stuck. I've attached the code that I've
got so far. The for loop plots states 1:i. What I'
This solution was the most elegant. Thanks everyone.
Josh
-Original Message-
From: R. Michael Weylandt [mailto:michael.weyla...@gmail.com]
Sent: Thursday, July 26, 2012 9:55 PM
To: ROLL Josh F
Cc: r-help@r-project.org
Subject: Re: [R] add leading zeros
Much easier than you think
, 2012 1:14 PM
To: ROLL Josh F
Cc: R help
Subject: Re: [R] Using object as literal value in list vector
Hi,
You can try:
NewMeans<-split(matrix(unlist(MeanValues_)*0.80),1:nrow(matrix(unlist(MeanValues_)*0.80)))
names(NewMeans)<-names(MeanValues_)
NewMeans
$ACC
[1] 800
$RTL
[1] 1600
$
Or, has anyone modified the package to allow for stratified sampling in
regression problems?
Please let me know if I'm not being clear enough with this question, and
thanks for helping me out!
Josh
[[alternative HTML version deleted]]
_
but you lose out on speed
and that is my issue right now. I can do what I need to do using some for
loops but its way way too slow. Any guidance is appreciated. Thanks guys
Josh
-Original Message-
From: Sarah Goslee [mailto:sarah.gos...@gmail.com]
Sent: Thursday, May 31, 2012 1:35
epochs
(preferably using nnet, as that package seems the most user-friendly to me,
but Im open to other packages too). Is there a way to do this, or would I
need to rerun nnet for every different epoch value I wish to consider?
Thanks so much for your help!
Josh
[[alternative HTML
Thank you both so much for your help! I ended up using
bquote(expression(...)), and it's working perfectly!
On Sat, May 5, 2012 at 1:05 PM, David Winsemius wrote:
>
> On May 5, 2012, at 2:42 PM, Josh Browning wrote:
>
> Hello useRs!
>>
>> So, I have a random que
t, when I paste the expression
together, it removes the quotes. Is there a better way to do this (or at
least a way around this problem)? My method seems a bit kludgy :)
Thanks for all your help!
Josh
[[alternative HTML version deleted]]
__
R-help@
he current version of R, what's the recommended course of
action? Is it valuable to report it, and if so where?
Thanks again,
Josh O'Brien
Uwe Ligges-3 wrote
>
> On 10.04.2012 20:24, Josh O'Brien wrote:
>> I am attempting to build a customized R installer on Windows,
ernative approach, could I employ the strategy described in the
quoted passage above with a version of R that I've compiled myself and then
edited slightly (by adding packages and making a few changes to
Rprofile.site)?
Thanks,
Josh O'Brien
--
View this message in context:
http://r
gt; learned the most regarding the fine points of lattice plots.
>>
>> And will you please learn to post in plain text?
>>
>> --
>> david
>>
>>
>>> }
>>> )
>>>
>>>
>>>
>>>
>>
nel.abline(v=mean(thedataA1$x1), lty="dashed", col="red")
}
)
On 22 February 2012 13:48, David Winsemius wrote:
>
> On Feb 22, 2012, at 5:28 AM, josh rosen wrote:
>
> Hi,
>>
>> I have created two separate overlapping density plots- see example co
Hi,
I have created two separate overlapping density plots- see example code
below.
What I wish now to do is combine them into one figure where they sit side
by side.
Any help would be great!
many thanks in advance, josh.
#
thedataA <- data.frame(x1=rnorm(100,1,1),x2=rn
Hi,
I have created two separate overlapping density plots- see example code
below.
What I wish now to do is combine them into one figure where they sit side
by side.
Any help would be great!
many thanks in advance, josh.
#
thedataA <- data.frame(x1=rnorm(100,1,1),x2=rn
Ah. That's the one. Thank you.
-Original Message-
From: Ista Zahn [mailto:istaz...@gmail.com]
Sent: Monday, February 06, 2012 11:12 AM
To: ROLL Josh F
Cc: r-help@r-project.org
Subject: Re: [R] I bet apply has a solution
Hi Josh,
How about
apply(Data, 1, function(row) sd(row)
Hi Everyone,
I'm working on building some classification trees, and up to this point
I've been using rpart. However, I recently discovered the tree package,
and found that it had some useful functions (in particular deviance(),
which I would really like to use for my project). I can't seem to
t = FALSE)
>if (once)
>panel.abline(a = a[k], b = b[k], v = v[k], h = h[k],
>...)
>else panel.abline(a = a, b = b, v = v, h = h, ...)
>trellis.unfocus()
>}
> }
>
> Regards
> Petr
>
>
>
> >
> > Many thanks,
riable,auto.key=list(columns=2))
#this gives the two density plots
#
what I wish now is to add a vertical line, for example v=2.
Many thanks,
Josh.
[[alternative HTML version deleted]]
__
R-help@r-project.org mailing list
https://stat.e
Thank for the links. I reread one I found yesterday about changing the
options parameter to options(warn = 2) and that allows the try() function to
see a warning the same way as an error so problem solved using the existing
code.
Cheers,
Josh
-Original Message-
From: William
Hello,
I am interested in generating a compact letter display for the results
of Tukey HSD tests that contain interaction effects. The 'cld' method in
the 'multcomp' package seems only to work for main effects. Does such a
thing exist already? Thank you for any thought
s of squares (ranging from 0.1 - 0.9)
while holding the total sums of squares constant (equal to 1).
Many thanks in advance for your suggestions. I recognize that this is as much a
statistical/mathematical question as an R programing question.
Sincerely,
---
Josh
uot;)
dfrm<-cbind(a,b)
David's code was as follows:
dfrm$b[is.na(dfrm$b)] <- dfrm$a[is.na(dfrm$b)]
this works great. Thanks to you both
On Fri, Sep 2, 2011 at 4:52 PM, David Winsemius wrote:
>
> On Sep 2, 2011, at 3:51 PM, Josh Tewksbury wrote:
>
> Hello, I have a
--
Josh
[[alternative HTML version deleted]]
__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self
Dang Jim this looks to do the trick though I never heard of a data.table,
interesting, I will explore more. Thanks you very much.
-Original Message-
From: jim holtman [mailto:jholt...@gmail.com]
Sent: Thursday, September 01, 2011 11:20 AM
To: ROLL Josh F
Cc: r-help@r-project.org
would I add a key (with the appropriate color ramp) to the bottom right
corner of the graph? (I recognize that this can be done with the "Key = TRUE"
option of the heatmap.2 function in the gplots package, but I want to use that.
I want to make the key myself so that I can fully c
the group have experience with a better way to handle this?
The goal would be to write data directly from hive into the R CLI in order to
avoid unnecessary file clutter on a shared server. There are hadoop packages,
such as Rhipe and hive
Thanks.
Josh
[[alternative HTML version deleted]]
Oh, of course, sorry. I'm running Windows 7. Thanks!
Josh
-Original Message-
From: David Winsemius [mailto:dwinsem...@comcast.net]
Sent: Tuesday, May 24, 2011 11:25 AM
To: Josh Browning
Cc: r-help@r-project.org
Subject: Re: [R] Opening R in 64-bit version by default
On May 24,
ace and setting the
default option as the 64 bit version, but it still opens the workspace
in 32-bit. Am I missing something here? Any help would be greatly
appreciated!
Thanks!
Josh
[[alternative HTML version deleted]]
__
R-help@r-proj
I will take a look. In my real data I need to interpolate the 16 points into
64 points for each of the categories.
Thanks Marc
JR
-Original Message-
From: Marc Schwartz [mailto:marc_schwa...@me.com]
Sent: Tuesday, May 17, 2011 1:09 PM
To: ROLL Josh F
Cc: r-help@r-project.org
Marc,
How could I also apply the spline function to each of the 'columns' found in
the result from
tapply(Df$Rate,list(Df$Bin,Df$Type),sum)
??
-Original Message-
From: Marc Schwartz [mailto:marc_schwa...@me.com]
Sent: Tuesday, May 17, 2011 12:42 PM
To: ROLL Josh F
I move the x-axis labels to the _center_ of each bar? Right now,
they line up with the right-side of each bar.
Thank you very much in advance.
Sincerely,
---
Josh Banta, Ph.D
Center for Genomics and Systems Biology
New York University
100 Washington Square
ally show the relationship among the variables
that is being modeled. How do I do it? I think the curve() command will be
used,
but I don't know how to employ it.
Thanks very much in advance.
Sincerely,
---
Josh Banta, Ph.D
Center for Genomics and System
number as a superscript).
Thanks very much in advance!
Sincerely,
Josh Banta
From: David Winsemius
Sent: Sat, February 19, 2011 10:24:03 PM
Subject: Re: [R] Partial italic in graph titles when looping
On Feb 19, 2011, at 8:52 PM, Josh B wrote:
> Follow-
n a 64 bit machine. I cant seem to locate a 64 bit counterpart.
-Original Message-
From: Phil Spector [mailto:spec...@stat.berkeley.edu]
Sent: Tuesday, March 22, 2011 1:01 PM
To: ROLL Josh F
Cc: r-help@r-project.org
Subject: Re: [R] Loading mdb
I believe that you are misinterpreting
only tool to read in mdb's from MS Access? I feel
like it should be easier than this? Thoughts?
Thanks Phil
JR
-Original Message-
From: Phil Spector [mailto:spec...@stat.berkeley.edu]
Sent: Tuesday, March 22, 2011 1:01 PM
To: ROLL Josh F
Cc: r-help@r-project.org
Subject: R
through to make these graphs and graph
titles? If I WASN'T looping to make my graph titles, I could write:
title(main = expression(paste(bolditalic("FLC"), bold("p3312"), sep = " ")))
...but I can't do that, because I'm looping (or can I?)
Thanks in
quot;A") { : missing value where TRUE/FALSE needed
So what am I doing wrong? If you can provide me with specific code that fixes
the problem and gets the job done, that would be the most useful.
Thanks very much in advance for your help!
Sincerely,
---
Josh B
Yes that works thank you, and as always I feel foolish for asking. You guys
are great.
Cheers,
Josh Roll
Lane Council of Governments
Transportation Planner
541-682-2454
jr...@lcog.org
www.lcog.org
-Original Message-
From: Phil Spector [mailto:spec...@stat.berkeley.edu]
Sent
Dear Michael,
Thanks very much. I have a follow-up question: how did you know that symbol 255
is the up-arrow?
Josh
From: Michael Bedward
Cc: R Help
Sent: Wed, October 6, 2010 5:09:48 AM
Subject: Re: [R] Pointing to a specific place on the x-axis with an
ble?
Many thanks to all of you in advance.
---
Josh Banta, Ph.D
Center for Genomics and Systems Biology
New York University
100 Washington Square East
New York, NY 10003
Tel: (212) 998-8465
http://plantevolutionaryecology.org
[[alternative
to
different data sets.
Many thanks in advance for your replies!
---
Josh Banta, Ph.D
Center for Genomics and Systems Biology
New York University
100 Washington Square East
New York, NY 10003
Tel: (212) 998-8465
http://plantevolutiona
hat gets the job done would be most useful for me.
Thanks very much in advance!
Sincerely,
---
Josh Banta, Ph.D
Center for Genomics and Systems Biology
New York University
100 Washington Square East
New York, NY 10003
Tel: (212) 998-8465
http://plantevolutionaryeco
Sure I tried that and it works but I was formerly using just 'proportion ' so I
find it strange that this has occurred.
-Original Message-
From: Phil Spector [mailto:spec...@stat.berkeley.edu]
Sent: Monday, September 13, 2010 4:08 PM
To: ROLL Josh F
Cc: r-help@r-project.org
S
I'm relatively new to R, and not particularly adept yet, but I was wondering
if there was a simply way to simulate missing data that are MAR, MNAR and
MCAR. I've got a good work-around for the MCAR data, but it's sort of hard
to work with.
Josh
[[alternative HTML
y code to be robust against changes in the column numbers of
the x matrix. That is why I am telling R to look up the number of rows and
columns in the x matrix when constructing the y matrix, rather than just
putting
in a hard count for the number of rows and columns in the y matrix.
Thanks in ad
;, everything is there (except
for y2, which is supposed to fail):
results
y1 y2y3
[1,] 0.6976063 NA 0.6976063
From: David Winsemius
Cc: R Help
Sent: Sun, July 18, 2010 9:12:44 PM
Subject: Re: [R] Continuing on with a loop when there's a
_
From: David Winsemius
Cc: Peter Konings ; R Help
Sent: Sun, July 18, 2010 3:33:07 PM
Subject: Re: [R] Continuing on with a loop when there's a failure
On Jul 18, 2010, at 4:25 AM, Josh B wrote:
> Hello Peter,
>
> I tried your suggestion, but I was still not able to get i
y1 y2 y3
[1,] NA NA NA
[[elided Yahoo spam]]
From: Peter Konings
Sent: Tue, July 13, 2010 5:45:17 PM
Subject: Re: [R] Continuing on with a loop when there's a failure
Hi Josh,
Test the class of the resulting object. If it is 'try-error' fill
#x27;s the output:
> results
y1 y2 y3
[1,] NA NA NA
The results matrix is empty!
From: Peter Konings
Sent: Tue, July 13, 2010 5:45:17 PM
Subject: Re: [R] Continuing on with a loop when there's a failure
Hi Josh,
Test the class of the resulting object. If it is 'try-error
mius
Sent: Tue, July 13, 2010 9:09:04 AM
Subject: Re: [R] Continuing on with a loop when there's a failure
On Jul 13, 2010, at 9:04 AM, David Winsemius wrote:
>
> On Jul 13, 2010, at 8:47 AM, Josh B wrote:
>
>> Thanks again, David.
>>
[[elided Yahoo spam]]
(BTW, it did w
st
want R to keep going in spite of them and give me my results matrix.
From: David Winsemius
Cc: R Help
Sent: Mon, July 12, 2010 8:09:03 PM
Subject: Re: [R] Continuing on with a loop when there's a failure
On Jul 12, 2010, at 6:18 PM, Josh B wrote:
>
ode to keep going through the loop, despite the rotten
apples
it encounters along the way? Exact code that gets the job done is what I am
interested in. I am a post-doc -- I am not taking any classes. I promise this
is
not a homework assignment!
Thanks in advance,
---
I just checked, and it doesn't seem to have failed:
> model.lrm24$fail
[1] FALSE
Any other possibilities?
From: Christos Argyropoulos
Sent: Sun, June 20, 2010 7:23:34 AM
Subject: RE: [R] "Unable to fit" error message from the lrm function in the rms
library
391159e-01 6.424134e-01 2.975662e-01 4.077021e-01
Brierg gr gp
1.583826e-01 2.032737e+00 7.634955e+00 2.869544e-01
So what's going on here? Any ideas? And why does the model still seem to be
"fit" despite the claim it was "unable" to
Wrong output.
Can anyone crack this seemingly simple problem? Surprisingly the answer was not
revealed using str(mod3.poly) either.
Thanks in advance,
---
Josh Banta, Ph.D
Center for Genomics and Systems Biology
New York University
100 Washington Square East
I fit the model using the stats library, the code looks like this:
model <- glm(x$trait ~ x$PC1 + I((x$PC1)^2) + I((x$PC1)^3), family = binomial)
What would be the equivalent syntax for the lrm function?
Thanks very much in advance,
---
Josh Banta, Ph.D
Center for
omework assignment. I'm just a relatively
novice R user trying to do stuff that's often over my head.
Thanks in advance,
---
Josh Banta, Ph.D
Center for Genomics and Systems Biology
New York University
100 Washington Square East
New York, NY 10
ks very much in advance for any help!
---
Josh Banta, Ph.D
Center for Genomics and Systems Biology
New York University
100 Washington Square East
New York, NY 10003
Tel: (212) 998-8465
http://plantevolutionaryecology.org
[[a
Residuals 18 8.7292 0.4850
So what's the secret, then?
Thanks very much R users!
Josh
[[alternative HTML version deleted]]
__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting
n 1:length(b)){
results[i,3] <- t.test(???, ???) #this is where I'm stuck. How do I pull
the information I want out of b -- i.e., the columns to use -- to do the
appropriate comparisons?
}
I'm hoping for a solution that doesn't create any new subsetted matric
d strategy.
Specific code that will give me the answer would be most valuable. I tried
looking up ?rm and ?ls, but I was not able to understand the syntax.
Thanks very much for your help!
Josh
[[alternative HTML version deleted]]
lumn, not the others?
Surely I should not have to re-specify the names of ALL the columns -- e.g.,
colnames(x) <- c("pears", "apples", "bananas", "cherries") -- if only the first
column name will change.
Thanks very much,
J
Hi all R users,
I download market data from Yahoo Finance to save file in csv.
But, I can't load data set into R successfully. I don't why ?
Below is error message.
> data <- readSeries("D:/data.csv",header=T,sep=",")
Error in midnightStandard2(charvec, format) :
'charvec' has non-NA entries o
Hi all R users,
I download market data from Yahoo Finance to save file in csv.
But, I can't load data set into R successfully. I don't why ?
Below is error message.
> data <- readSeries("D:/data.csv",header=T,sep=",")
Error in midnightStandard2(charvec, format) :
'charvec' has non-NA entries o
attached is the data set which generates the rgui.exe cpu loop...
here are commands :
library(rpart)
train<-read.csv("traindata.csv",header=T)
y<-as.numeric(train[,18])
x<-train[,1:3]
fit<-rpart(y~.,x)
On Thu, Apr 22, 2010 at 9:25 AM, Terry Therneau wrote:
> --- Begin included message
>
> I h
rain[,3:17]
library(rpart)
fit<-rpart(y~.,x)
Is this a known limitation of rpart, am I doing something wrong?
potential workarounds?
any assistance appreciated
-josh
__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEA
o scan in all 21 rows from "x.csv," but only for the
aforementioned columns listed in "y.csv."
Can you guys recommend a strategy for me? I think I need to use the scan
command, based on the hugeness of "x.csv," but I don't know
46 PM
To: ROLL Josh F
Cc: r-help@r-project.org
Subject: Re: [R] Setting breaks to data more appropriately
On Mar 22, 2010, at 1:49 PM, LCOG1 wrote:
>
> Basic question. For the below data, i would like to but each of the
> values in a bin that represents their value. So the below would
Hi,
I was hoping someone could help me with the following problem. Consider this
toy example. For the input dataset there are four individuals (rows "indv.1"
through "indv.4"), measured for two different variables (columns "var.1" and
"var.2") at two different levels of a factor (column "factor
, 2010 9:06 PM
To: ROLL Josh F
Cc: r-help@r-project.org
Subject: Re: [R] matching on two criteria
Exactly what results are you expecting? Your 'match' has the same variables in
both locations and will therefore return the first match:
> match(TazProperties..$Props,TazProperties..$Pr
___
From: jim holtman [mailto:jholt...@gmail.com]
Sent: Wednesday, February 17, 2010 5:09 PM
To: ROLL Josh F
Cc: r-help@r-project.org
Subject: Re: [R] Procedure not working for actual data
Try this on your real data:
> #Sample data
> Bldgid<-c(1000,1000,1001,1002,1003,1003)
> Maplot&l
Sorry Just a generic list
Is<-list()
forgot to add that from my actual code
From: jim holtman [mailto:jholt...@gmail.com]
Sent: Wednesday, February 17, 2010 3:58 PM
To: ROLL Josh F
Cc: r-help@r-project.org
Subject: Re: [R] Procedure not working for actual d
. Perhaps you have a
suggestion of a different way of doing it using my sample data?
From: jim holtman [mailto:jholt...@gmail.com]
Sent: Wednesday, February 17, 2010 4:04 PM
To: ROLL Josh F
Cc: r-help@r-project.org
Subject: Re: [R] Procedure not working for actual
It dopes appear that this code works but entering a NA into the TAZ values
goofs things up. Any ideas of how to remedy this problem?
-Original Message-
From: Nikhil Kaza [mailto:nikhil.l...@gmail.com]
Sent: Monday, February 08, 2010 4:51 PM
To: ROLL Josh F
Cc: r-help@r-project.org
is anyone willing to give it a
shot i would appreciate it.
From: Dennis Murphy [mailto:djmu...@gmail.com]
Sent: Thursday, January 21, 2010 3:25 PM
To: ROLL Josh F
Cc: r-help@r-project.org
Subject: Re: [R] Create a multi dimensional array from a data frame
Hi:
Bef
gene (each "SNP_" column).
Would one of you be able to offer some specific code that could do this
operation? Please rest assured that I am not a student trying to elicit help
with a homework assignment. I am a post-doc with limited R skills, working with
a large genetic dataset.
T
L1)
comm$L2INT=L2*(1-L2)
I have search and mostly come up with talk on contrasts among levels of
categorical variables. Any help would be much appreciated.
Josh
--
View this message in context:
http://www.nabble.com/glm-pairwise-interaction-coefficients-tp2581120
he mean is fixed and other parameters estimated accordingly)?
I have included code below to provide a better understanding of the
problem (the dataset for 'y' is not included).
Thanks,
Josh Parcel
###
R CODE
###
pplicable
when the mean is fixed and other parameters estimated accordingly)?
I have included code below to provide a better understanding of the
problem (the dataset for 'y' is not included).
Thanks,
Josh Parcel
##
You might also try looking in to Python. It has lots of mathematical and
computational libraries (numpy and scipy are particularly useful), as well
some to deal with concurrency (e.g. Parallel Python), and can interact with
R (rpy and rpy2).
Josh Stumpf
On Mon, Apr 20, 2009 at 8:49 AM, Juliet
g a previous version of R The current system is R
2.8.1 running under Ubuntu Jaunty. Any ideas as to the cause?
Josh Stumpf
Eastern Michigan University
[[alternative HTML version deleted]]
__
R-help@r-project.org mailing list
https://stat.ethz
Hi,
I have three related variables (vectors) and would like to see their
distribution on a 2D plot of first two variables, having colors proportional
to the values from third variable. I could have done so by passing 3rd
variable to the color palette, but this would disrupt the relationship
informa
? Something in which x<->y is plotted and colored
according to the corresponding value of z ?
thanks
Josh
[[alternative HTML version deleted]]
__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do re
Hello,
When trying to run mvpart either specifying my own parameters or using the
defaults, I get the following error:
Error in all(is.leaf) :
unused argument(s) (c(FALSE, TRUE, FALSE, FALSE, TRUE, TRUE, TRUE))
As far as I can tell, is.leaf is part of the dendrogam package, so I'm
assuming the
; function.
Thanks very much for your help everyone.
Josh B.
[[alternative HTML version deleted]]
__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.o
Hello,
I was wondering if someone could tell me how to output, to file, the residuals
from a REML model-fit. The type of residuals I am interested in are the simple
"original raw values - model fit" type.
Thanks in advance,
Josh B.
[[alternative HTML versi
qual to one hundred percent).
Would one of you know of simple way to write this sort of code? (In my real
dataset, there are 1096 loci, so this cannot be done easily "by eye.")
Thanks again in advance for any suggestions!
Josh B.
[[alternative HTML version deleted
_ the
non-blank observations in each column, but how would I adapt this code to
_delete_ columns from the dataset if they do not have at least 375 non-blank
observations?
lapply(x, function(d)
{
d.2<- na.omit(d)
count<- length(d.2)
}
)
Many thanks in advance,
Josh B.
[[
Hello all,
I have a (hopefully) simple question.
If I have a data table (named "x") such as this:
daylengthleavesflowering.datefruits
LD1.90055581.64353250.76668986
LD-0.9399410-1.2592968-0.60141837
LD1.0222946-0.9697459 -0.60141837
SD-0.2668132-0.9697459-0.47363322
SD -1.5892393-0.70540660.6646
1 - 100 of 117 matches
Mail list logo