You can draw your own axes.
Set las =1. See ?par
plot(survfit(Y~addicts$clinic), fun="cloglog", las=1)
Cheers,
Bert
Bert Gunter
"The trouble with having an open mind is that people keep coming along and
sticking things into it."
-- Opus (aka Berkeley Breathed in his "Bloom County" comic stri
On 20/05/2018 3:32 PM, Ed medicine via R-help wrote:
I would like to get horizontal numbers on the both axes: X and Y.
I got horizontal numbers only on the Y axis when adding las=2,
How to obtain a horizontal orientation for number on scale also for the X axis
(now they are vertical)? Here is my
I would like to get horizontal numbers on the both axes: X and Y.
I got horizontal numbers only on the Y axis when adding las=2,
How to obtain a horizontal orientation for number on scale also for the X axis
(now they are vertical)? Here is my code:
plot(survfit(Y~addicts$clinic), fun="cloglog", l
On 25/08/16 23:28, Marine Regis wrote:
Hello,
I used the function "mix" (package "mixdist'') to fit Gamma mixture
distributions. The function gives mu and sigma parameters (output below). How can I find the
scale and shape parameters of the Gamma distributions ?
Parameters:
pimu s
Hello,
I used the function "mix" (package "mixdist'') to fit Gamma mixture
distributions. The function gives mu and sigma parameters (output below). How
can I find the scale and shape parameters of the Gamma distributions ?
Parameters:
pimu sigma
1 0.2089 185.7 285.4
2 0.7911 530.1
Hi!
Many thanks to Duncan and Jim for their quick replies.
27.05.2016, 01:08, Jim Lemon wrote:
Hi Kimmo,
par(mar=c(5,7,4,2))
dotchart(kedf$x)
mtext(kedf$Group.2,side=2,at=1:6,line=0.5,
las=2,cex=log(abs(kedf$Freq))+1)
Jim
This 'dotchart' solution worked fine and I got what I wanted :) Howev
alf Of K. Elo
Sent: Friday, 27 May 2016 00:52
To: r-help@r-project.org
Subject: [R] Scale y-labels based on a value with 'lattice'
Dear R-helpers!
I have a data frame storing data for word co-occurrences, average
distances and co-occurence frequency:
Group.1Group.2
Hi Kimmo,
I was unable to work out how to do this in lattice, but this might help:
kedf<-read.table(text="Group.1Group.2 x Freq
deutschland achtziger 2.001
deutschlandalt 1.254
deutschland anfang -2.001
deutschlandansehen 1.002
deutschland arbei
Dear R-helpers!
I have a data frame storing data for word co-occurrences, average
distances and co-occurence frequency:
Group.1Group.2 x Freq
1 deutschland achtziger 2.001
2 deutschlandalt 1.254
3 deutschland anfang -2.001
4 deutschlandansehen 1.00
I want to use it, but just show a slash on the yaxis rather than two
horizontal lines.
Thanks
On Saturday, August 31, 2013, Jim Lemon wrote:
> On 08/30/2013 11:53 PM, Shane Carey wrote:
>
>> Hi Jim et al,
>>
>> I want to remove the upper bounding box,
>> I did this by
>> #box()
>>
>> in the gap.p
Hi Jim et al,
I want to remove the upper bounding box,
I did this by
#box()
in the gap.plot function. It still leaves me with two horizontal lines. I
would like to remove them also, where are the created within the function?
Thanks, this is great, exactly what I need.
Cheers
On Fri, Aug 30, 20
It worked perfectly, your a star!!!
Thanks
On Fri, Aug 30, 2013 at 11:40 AM, Shane Carey wrote:
> Oooff, Right, I will give it a go and see how I get on.
>
> Thanks
>
>
> On Fri, Aug 30, 2013 at 11:17 AM, Jim Lemon wrote:
>
>> On 08/30/2013 07:57 PM, Shane Carey wrote:
>>
>>> This is what I p
Oooff, Right, I will give it a go and see how I get on.
Thanks
On Fri, Aug 30, 2013 at 11:17 AM, Jim Lemon wrote:
> On 08/30/2013 07:57 PM, Shane Carey wrote:
>
>> This is what I put in:
>> gap.boxplot(DATA$Conductivity~**factor(DATA$UnitName_1),ylim=**
>> c(LOWER_Y_Conductivity,UPPER_**Y_Cond
On 08/30/2013 07:57 PM, Shane Carey wrote:
This is what I put in:
gap.boxplot(DATA$Conductivity~factor(DATA$UnitName_1),ylim=c(LOWER_Y_Conductivity,UPPER_Y_Conductivity_int),gap=gap_Conductivity,
col=colours,outwex=one,whisklty =
"solid",whisklwd=lwth,outcol= "black", outpch=dtsym,
This is what I put in:
gap.boxplot(DATA$Conductivity~factor(DATA$UnitName_1),ylim=c(LOWER_Y_Conductivity,UPPER_Y_Conductivity_int),gap=gap_Conductivity,
col=colours,outwex=one,whisklty = "solid",whisklwd=lwth,outcol=
"black", outpch=dtsym, outcex=dtsize,
range=1.5,xlab="",y
On 30-08-2013, at 11:49, Shane Carey wrote:
> Hi,
>
> xlab="",
> ylab"",
>
You were told to use xlab="", ylab=""
You seem to have omitted the = after ylab
Berend
> Would not work.
>
> Thanks
>
>
> On Fri, Aug 30, 2013 at 9:37 AM, Shane Carey wrote:
>
>> Thanks
>>
>>
>> On Fri, Aug
Hi,
xlab="",
ylab"",
Would not work.
Thanks
On Fri, Aug 30, 2013 at 9:37 AM, Shane Carey wrote:
> Thanks
>
>
> On Fri, Aug 30, 2013 at 1:49 AM, Jim Lemon wrote:
>
>> On 08/30/2013 01:28 AM, Shane Carey wrote:
>>
>>> Hello all,
>>>
>>> I have decided to go ahead with gap.boxplot. I am trying
Thanks
On Fri, Aug 30, 2013 at 1:49 AM, Jim Lemon wrote:
> On 08/30/2013 01:28 AM, Shane Carey wrote:
>
>> Hello all,
>>
>> I have decided to go ahead with gap.boxplot. I am trying to suppress the
>> axis labels, both x and y labels. I tried using axis.labels=NULL but it
>> would not work.
>>
>
On 08/30/2013 01:28 AM, Shane Carey wrote:
Hello all,
I have decided to go ahead with gap.boxplot. I am trying to suppress the
axis labels, both x and y labels. I tried using axis.labels=NULL but it
would not work.
Hi Shane,
To suppress the axis labels, pass an empty string:
gap.barplot(...,x
"I would also like to display a y-axis value in the upper box"
I got this part working now.
On Thu, Aug 29, 2013 at 4:28 PM, Shane Carey wrote:
> Hello all,
>
> I have decided to go ahead with gap.boxplot. I am trying to suppress the
> axis labels, both x and y labels. I tried using axis.label
Hello all,
I have decided to go ahead with gap.boxplot. I am trying to suppress the
axis labels, both x and y labels. I tried using axis.labels=NULL but it
would not work.
gap.boxplot(DATA$Conductivity~factor(DATA$UnitName_1),ylim=c(LOWER_Y_Conductivity,UPPER_Y_Conductivity_int),gap=gap_Conductiv
Ok, thanks all :-)
On Thu, Aug 29, 2013 at 2:39 AM, Jim Lemon wrote:
> On 08/29/2013 02:52 AM, Shane Carey wrote:
>
>> Hi,
>>
>> Has anyone ever created scale breaks in R something like what is shown
>> here
>> in the section,
>> Use a Scale Break
>>
>> http://www.r-bloggers.com/**graphing-high
On 08/29/2013 02:52 AM, Shane Carey wrote:
Hi,
Has anyone ever created scale breaks in R something like what is shown here
in the section,
Use a Scale Break
http://www.r-bloggers.com/graphing-highly-skewed-data/
Thanks
Hi Shane,
As Sarah answered, axis.break in the plotrix package is a start
On 29/08/13 05:03, Sarah Goslee wrote:
Yes. Using my rudimentary telepathic powers, I suppose that you also
want to know how to do it, not just whether it has been done. In that
case, perhaps you should look at axis.break() from the plotrix package.
(In response to the question, from S
On Wed, Aug 28, 2013 at 1:35 PM, Bert Gunter wrote:
> Sarah et. al.:
>
> Heh heh.
>
> However .. my always fallible judgment says, don't do it. Axis scale breaks
> invite misreading, Consider alternatives:
> http://stats.stackexchange.com/questions/1764/what-are-alternatives-to-broken-axes
Well,
Sarah et. al.:
Heh heh.
However .. my always fallible judgment says, don't do it. Axis scale breaks
invite misreading, Consider alternatives:
http://stats.stackexchange.com/questions/1764/what-are-alternatives-to-broken-axes
Cheers,
Bert
On Wed, Aug 28, 2013 at 10:03 AM, Sarah Goslee wrote:
>
On Wed, Aug 28, 2013 at 12:52 PM, Shane Carey wrote:
> Hi,
>
> Has anyone ever created scale breaks in R something like what is shown here
> in the section, Use a Scale Break,
> http://www.r-bloggers.com/graphing-highly-skewed-data/
Yes.
Using my rudimentary telepathic powers, I suppose that yo
Hi,
Has anyone ever created scale breaks in R something like what is shown here
in the section,
Use a Scale Break
http://www.r-bloggers.com/graphing-highly-skewed-data/
Thanks
--
Shane
[[alternative HTML version deleted]]
__
R-help@r-projec
could be a long
night/week.
Good luck.
John Kane
Kingston ON Canada
-Original Message-
From: mohan.radhakrish...@polarisft.com
Sent: Tue, 27 Aug 2013 18:21:45 +0530
To: jrkrid...@inbox.com
Subject: RE: [R] Scale of axis for two data sets
Thanks. There is one more idea from Jim Lemon whic
released
from this assignment :-)
So I am gathering 'pmap' output and plotting Total size(Kbytes) and
Resident Size(RSS) of the JVM.
Mohan
From: John Kane
To: mohan.radhakrish...@polarisft.com
Cc: r-help@r-project.org
Date: 08/27/2013 06:11 PM
Subject: RE: [R] Sca
olarisft.com
> Subject: Re: [R] Scale of axis for two data sets
>
> On 08/27/2013 10:08 PM, Jim Lemon wrote:
>> On 08/27/2013 10:01 PM, mohan.radhakrish...@polarisft.com wrote:
>>> Hi,
>>> Can't one y-axis be used ? Both 'Kbytes' and 'RSS' u
ssage-
From: mohan.radhakrish...@polarisft.com
Sent: Tue, 27 Aug 2013 17:31:18 +0530
To: jrkrid...@inbox.com
Subject: RE: [R] Scale of axis for two data sets
Hi,
Can't one y-axis be used ? Both 'Kbytes' and 'RSS' use the same
unit.
Thanks,
Mohan
From:
On 08/27/2013 10:08 PM, Jim Lemon wrote:
On 08/27/2013 10:01 PM, mohan.radhakrish...@polarisft.com wrote:
Hi,
Can't one y-axis be used ? Both 'Kbytes' and 'RSS' use the
same unit.
Hi Mohan,
Yes, you can use a single y axis. What you probably want is something
like this:
ylim<-range(c(Kbytes,
On 08/27/2013 10:01 PM, mohan.radhakrish...@polarisft.com wrote:
Hi,
Can't one y-axis be used ? Both 'Kbytes' and 'RSS' use the
same unit.
Hi Mohan,
Yes, you can use a single y axis. What you probably want is something
like this:
ylim<-range(c(Kbytes,RSS))
plot(rNo,Kbytes,col
Hi,
Can't one y-axis be used ? Both 'Kbytes' and 'RSS' use the
same unit.
Thanks,
Mohan
From: John Kane
To: mohan.radhakrish...@polarisft.com
Cc: r-help@r-project.org
Date: 08/27/2013 05:13 PM
Subject:RE: [R] Scale of axis for two
have read about double-axis graphs
is rather negative. However, I know they are standard in some disciplines.
John Kane
Kingston ON Canada
-Original Message-
From: mohan.radhakrish...@polarisft.com
Sent: Tue, 27 Aug 2013 17:08:51 +0530
To: jrkrid...@inbox.com
Subject: RE: [R] Scale of ax
: mohan.radhakrish...@polarisft.com, r-help@r-project.org
Date: 08/27/2013 04:57 PM
Subject:RE: [R] Scale of axis for two data sets
I am misreading something here I think. Why are you graphing against a
constant?
John Kane
Kingston ON Canada
> -Original Message-
> From: mohan.radh
I am misreading something here I think. Why are you graphing against a constant?
John Kane
Kingston ON Canada
> -Original Message-
> From: mohan.radhakrish...@polarisft.com
> Sent: Tue, 27 Aug 2013 13:28:48 +0530
> To: r-help@r-project.org
> Subject: [R] Scale of axis fo
On 08/27/2013 05:58 PM, mohan.radhakrish...@polarisft.com wrote:
Hi,
Kbytes RSS rNo
2689632 1450876 1433788
2689632 1450876 1433788
2689632 1450876 1433788
2689632 1450876 1433788
2689632 1450876 1433788
2689632 1450876 1433788
2689632 1450876 1433788
Hi,
Kbytes RSS rNo
2689632 1450876 1433788
2689632 1450876 1433788
2689632 1450876 1433788
2689632 1450876 1433788
2689632 1450876 1433788
2689632 1450876 1433788
2689632 1450876 1433788
2689632 1460168 1443084
plot(data$rNo,data$RSS,pch=0,type="b",c
:58 +
> To: r-h...@stat.math.ethz.ch
> Subject: Re: [R] Scale package change comma defaults?
>
> John Kane inbox.com> writes:
>
>> I was using the comma() funtion in the scales page and was
>> wondering how to chage a the defaults. comm(1000) gives me 1,000
>
John Kane inbox.com> writes:
> I was using the comma() funtion in the scales page and was
> wondering how to chage a the defaults. comm(1000) gives me 1,000
> which is what I usually want but how would I change the output to
> 1.000.
Since the comma() function is just a wrapper for format():
I was using the comma() funtion in the scales page and was wondering how to
chage a the defaults. comm(1000) gives me 1,000 which is what I usually want
but how would I change the output to 1.000.
I had thought that I could simply do
comm(1000, big.mark = ".")
but I am getting
Error in form
Hi all,
I am sure this is simple, but being a beginner in R,I am finding it
difficult to manage myself.
I am running the following code to get a multiple line plot for two time
series variables, x and y:
plot(as.ts(cbind(x,y)), plot.type = "single", col = 1:2)
I want to change the scales of both
Dear R-Community,
I'm writting my diploma-thesis this days. Therefore I have to estimate a few
coefficients with a Survreg function (library=Survival). My Problem is that
the estimated coefficients doesn't make sense.
*My Questions:*
- What role plays the scale-Value for the coefficient-estimati
On Mar 6, 2012, at 6:19 PM, FU-WEN LIANG wrote:
Thanks for your advise, David.
I did read the help for survreg and using the followings to calculate.
survreg's scale =1/(rweibull shape)
survreg's intercept = log(rweibull scale)
However, the scale in rweibull has been transformed by exp(
Thanks for your advise, David.
I did read the help for survreg and using the followings to calculate.
survreg's scale =1/(rweibull shape)
survreg's intercept = log(rweibull scale)
However, the scale in rweibull has been transformed by exp(betaX's). In my
case, the baseline hazard for T is 0
On Mar 6, 2012, at 5:53 PM, FU-WEN LIANG wrote:
Hi all,
I'm trying to generate a Weibull distribution including four
covariates in
the model. Here is the code I used:
T = rweibull(200, shape=1.3,
scale=0.004*exp(-(-2.5*b1+2.5*b2+0.9*x1-1.3*x2)/1.3))
C = rweibull(n, shape=1.5, scale=0.008)
Hi all,
I'm trying to generate a Weibull distribution including four covariates in
the model. Here is the code I used:
T = rweibull(200, shape=1.3,
scale=0.004*exp(-(-2.5*b1+2.5*b2+0.9*x1-1.3*x2)/1.3))
C = rweibull(n, shape=1.5, scale=0.008) #censoring time
time = pmin(T,C) #observed time is m
On Thu, 2011-05-12 at 06:40 -0700, Mr.Q wrote:
> Hello,
>
> How can i scale my time series in a way that 90% of the data is in the
> -0.-9/ +0.9 range?
>
I have two methods to suggest. One that uses the ranks to scale, hence
is nonparametric and will work with any data distribution. The other
u
Hello,
How can i scale my time series in a way that 90% of the data is in the
-0.-9/ +0.9 range?
My approach is to first build a clean vector without those 10% far
away from the mean
require(outliers)
y<-rep(c(1,1,1,1,1,9),10)
yc<-y
ycc<-length(y)*0.1
for(j in 1:ycc)
{
cat("Remove",j)
Hello,
please excuse my ignorance as i am new to R and this might seem trivial to
you
How can i scale my time series in a way that 90% of the data is in the
-0.-9/ +0.9 range?
I think i first have to select the 90% closest to the mean and then
calculate my scaling parameter on it, then scale the
t;at" values with not scaled "labels".
Hope this helps,
Moritz
_____
Moritz Grenke
http://www.360mix.de
-Ursprüngliche Nachricht-
Von: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] Im
Auftrag von Andy Aldersley
Gesendet: Donner
Dear list,
My query follows on from a question I posted a few days ago. I have the
following 2 sets of data:
wetMeans[1] 9.904762[2] 6.344828[3] 6.346154[4] 6.855769[5] 9.074324[6]
9.953988[7] 13.482966[8] 14.546053[9] 10.841584[10] 9.752033[11] 6.739336[12]
8.955056burnMeans[1] 0.06214286[2] 0
On 2010-12-04 21:29, Andrew Collier wrote:
hi peter and david,
thanks for the excellent suggestions. here is something like what i am
finally using (those fancy fonts were really tempting, but i chose
something a little more mundane!):
library(lattice)
x<- sort(rnorm(100,50,10))
y<- sort(runif
hi peter and david,
thanks for the excellent suggestions. here is something like what i am
finally using (those fancy fonts were really tempting, but i chose
something a little more mundane!):
library(lattice)
x <- sort(rnorm(100,50,10))
y <- sort(runif(100,0,20))
d <- expand.grid(x=x, y=y)
d$z
Andrew,
see below
On 2010-12-04 08:25, David Winsemius wrote:
On Dec 4, 2010, at 8:25 AM, Andrew Collier wrote:
hi,
i am trying to figure out how to put a caption on the colour scale
of a
levelplot. there does not seem to be an option for this in
levelplot().
Agreed. I could not find one i
On Dec 4, 2010, at 8:25 AM, Andrew Collier wrote:
hi,
i am trying to figure out how to put a caption on the colour scale
of a
levelplot. there does not seem to be an option for this in
levelplot().
Agreed. I could not find one in the levelplot help page or in the
chapter of Lattice on
hi,
i am trying to figure out how to put a caption on the colour scale of a
levelplot. there does not seem to be an option for this in levelplot().
i tried using mtext() but as soon as you put the text far out enough on
the right of the plot, it goes beyond the plot boundary. so i tried to
extend
Baris Demiral googlemail.com> writes:
>
> Hi folks,
>
> I am new to lme in R, and I have a question regarding to the effect of scale
> function on the lme. When I use the function to scale and centre the levels
> of the fixed effects (e.g., X and Y; both have two levels) and write them to
> new
Hi folks,
I am new to lme in R, and I have a question regarding to the effect of scale
function on the lme. When I use the function to scale and centre the levels
of the fixed effects (e.g., X and Y; both have two levels) and write them to
new columns:
ex:
dat$cX<-scale(as.numeric(dat$X),center =
OIS
Thank you both for pointing me to it. I did not notice this as the
unscaled position of points was quite clear and strightforward according
to my knowledge of data. The scaled plot is slightly more distorted and
the relationships are not so obvious.
Thank you both
Petr Pikal
petr.pi...@pr
If you mentally rotate the second biplot by 90 degrees, the plots are not so
different. This just indicates that the 2nd and 3rd principal components
have switched roles.
Kevin Wright
On Wed, Aug 19, 2009 at 10:09 AM, Petr PIKAL wrote:
> Ok
>
> Thank you for your time.
>
> Best regards
> Petr
scaling changes the metric, ie which things are close to each other.
there is no reason to expect the picture to look the same when you
change the metric.
On the other hand, your two pictures don't look so different to me.
It appears that the scaled plot is similar to the unscaled plot, with
the
Ok
Thank you for your time.
Best regards
Petr Pikal
Duncan Murdoch napsal dne 19.08.2009 16:29:07:
> On 8/19/2009 10:14 AM, Petr PIKAL wrote:
> > Duncan Murdoch napsal dne 19.08.2009 15:25:00:
> >
> >> On 19/08/2009 9:02 AM, Petr PIKAL wrote:
> >> > Thank you
> >> >
> >> > Duncan Murdoch n
On 8/19/2009 10:14 AM, Petr PIKAL wrote:
Duncan Murdoch napsal dne 19.08.2009 15:25:00:
On 19/08/2009 9:02 AM, Petr PIKAL wrote:
> Thank you
>
> Duncan Murdoch napsal dne 19.08.2009 14:49:52:
>
>> On 19/08/2009 8:31 AM, Petr PIKAL wrote:
>>> Dear all
>>>
>
>
>
>> I would say the answer
Duncan Murdoch napsal dne 19.08.2009 15:25:00:
> On 19/08/2009 9:02 AM, Petr PIKAL wrote:
> > Thank you
> >
> > Duncan Murdoch napsal dne 19.08.2009 14:49:52:
> >
> >> On 19/08/2009 8:31 AM, Petr PIKAL wrote:
> >>> Dear all
> >>>
> >
> >
> >
> >> I would say the answer depends on the meanin
On 19/08/2009 9:02 AM, Petr PIKAL wrote:
Thank you
Duncan Murdoch napsal dne 19.08.2009 14:49:52:
On 19/08/2009 8:31 AM, Petr PIKAL wrote:
Dear all
I would say the answer depends on the meaning of the variables. In the
unusual case that they are measured in dimensionless units, it mig
Thank you
Duncan Murdoch napsal dne 19.08.2009 14:49:52:
> On 19/08/2009 8:31 AM, Petr PIKAL wrote:
> > Dear all
> >
>
> I would say the answer depends on the meaning of the variables. In the
> unusual case that they are measured in dimensionless units, it might
> make sense not to scale
On 19/08/2009 8:31 AM, Petr PIKAL wrote:
Dear all
here is my data called "rglp"
structure(list(vzorek = structure(1:17, .Label = c("179/1/1",
"179/2/1", "180/1", "181/1", "182/1", "183/1", "184/1", "185/1",
"186/1", "187/1", "188/1", "189/1", "190/1", "191/1", "192/1",
"R310", "R610L"), clas
Dear all
here is my data called "rglp"
structure(list(vzorek = structure(1:17, .Label = c("179/1/1",
"179/2/1", "180/1", "181/1", "182/1", "183/1", "184/1", "185/1",
"186/1", "187/1", "188/1", "189/1", "190/1", "191/1", "192/1",
"R310", "R610L"), class = "factor"), iep = c(7.51, 7.79, 5.14,
6
Noah Silverman
Sent: Monday, August 03, 2009 12:26 AM
To: r help
Subject: [R] Scale set of 0 values returns NAN??
[snip]
Using R is forcing me
to take a much deeper look at my data and how my experiments are
constructed. (That's a very "Good Thing")
I nominate the above snippet f
On 5/08/2009, at 11:10 AM, Greg Snow wrote:
-Original Message-
From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-
project.org] On Behalf Of Noah Silverman
Sent: Monday, August 03, 2009 12:26 AM
To: r help
Subject: [R] Scale set of 0 values returns NAN??
[snip]
Using R
> -Original Message-
> From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-
> project.org] On Behalf Of Noah Silverman
> Sent: Monday, August 03, 2009 12:26 AM
> To: r help
> Subject: [R] Scale set of 0 values returns NAN??
[snip]
> Using R is forcing me
&g
ta.
~ John Tukey
-Oorspronkelijk bericht-
Van: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org]
Namens Noah Silverman
Verzonden: maandag 3 augustus 2009 8:26
Aan: r help
Onderwerp: [R] Scale set of 0 values returns NAN??
Hi,
More questions in my ongoing quest to conve
Hi,
More questions in my ongoing quest to convert from RapidMiner to R.
One thing has become VERY CLEAR: None of the issues I'm asking about
here are addressed in RapidMiner. How it handles misisng values,
scaling, etc. is hidden within the "black box". Using R is forcing me
to take a much
Hi,
On Jul 31, 2009, at 7:17 PM, Noah Silverman wrote:
Hello,
I'm trying to duplicate what's an easy process in RapidMiner.
In RM, we can simply use two operators:
subgroup iteration
attribute value selection (Can use a regex for the attrribute
name.)
I can do this in R with a lot
Hello,
I'm trying to duplicate what's an easy process in RapidMiner.
In RM, we can simply use two operators:
subgroup iteration
attribute value selection (Can use a regex for the attrribute name.)
I can do this in R with a lot of code and manual steps. It would be
really nice to find
That works perfectly.
Thanks!
-N
On 7/31/09 2:04 PM, Steve Lianoglou wrote:
> Hi,
>
> On Jul 31, 2009, at 4:13 PM, Noah Silverman wrote:
>
>> Hi,
>>
>> This should be an easy one, but I have some trouble formatting the data
>> right
>>
>> I'm trying to replace the column of a subset of a datafra
Hi,
On Jul 31, 2009, at 4:13 PM, Noah Silverman wrote:
Hi,
This should be an easy one, but I have some trouble formatting the
data
right
I'm trying to replace the column of a subset of a dataframe with the
scaled data for that column of the subset
subset(rawdata, code== "foo", select = a)
Hi,
This should be an easy one, but I have some trouble formatting the data
right
I'm trying to replace the column of a subset of a dataframe with the
scaled data for that column of the subset
subset(rawdata, code== "foo", select = a) <- scale( subset(rawdata,
code== "foo", select = a) )
It
pellegrini <[EMAIL PROTECTED]> wrote in news:[EMAIL PROTECTED]:
> There is something that I do not get with scale function.
>
> Say that I have a vector v <- c(1,2,3,4,5,6),
>
> scale(v,center=TRUE,scale=TRUE) gives a new vector with 0 as mean
> and 1 as standard deviation.
>
> but,
>
> scale
Hello everybody,
There is something that I do not get with scale function.
Say that I have a vector v <- c(1,2,3,4,5,6),
scale(v,center=TRUE,scale=TRUE) gives a new vector with 0 as mean and 1
as standard deviation.
but,
scale(v, center=FALSE,scale=TRUE) gives a new vector with a standard
d
Hey,
I make a regression for Gamma distribution with log link, in R and in SAS.
In R, the dispersion is estimated by
\phi=Deviance/(#_of_observations),
In SAS, there are two options:
\phi=Deviance/(#_of_observations-#_of_params) or
\phi=Pearson/(#_of_observations-#_of_params).
I understand that
84 matches
Mail list logo