decomposition.
R 2.13.0
Windows XP
Any suggestions?
W. Michael Conklin
Chief Methodologist
Google Voice: (612) 56STATS
MarketTools, Inc. | www.markettools.com<http://www.markettools.com>
6465 Wayzata Blvd | Suite 170 | St. Louis Park, MN 55426. PHONE: 952.417.4719
| CELL: 612.201.
Thanks to everyone who responded. The ReadMe file did the trick. It is too bad
that it is so well hidden :)
W. Michael Conklin
Chief Methodologist
Google Voice: (612) 56STATS
MarketTools, Inc. | www.markettools.com
6465 Wayzata Blvd | Suite 170 | St. Louis Park, MN 55426. PHONE: 952.417.4719
find the
needed dll files. So, even though I have added the appropriate directories to
the system path R cannot seem to find them. Any tips would be appreciated.
W. Michael Conklin
Chief Methodologist
Google Voice: (612) 56STATS
MarketTools, Inc. | www.markettools.com<http://www.markettools.
like a system
that does not require me to remember to hit the save button on my script every
10 minutes so that I can avoid redoing everything.
W. Michael Conklin
Chief Methodologist
Google Voice: (612) 56STATS
MarketTools, Inc. | www.markettools.com
6465 Wayzata Blvd | Suite 170 | St. Louis Park
I bet you stirred the pot here because you arre asking about stepwise
procedures. Look at step, or stepAIC in the MASS library.
\Mike
On Thu, 4 Mar 2010 07:47:34 -0800
Dimitri Liakhovitski wrote:
> I am not sure if this question has been asked before - but is there a
> procedure in R (in lm
be greatly appreciated - I will
not know the structure of the URLs I would submit in advance. Any suggestions
on where to look would be greatly appreciated.
Mike
W. Michael Conklin
Chief Methodologist
MarketTools, Inc. | www.markettools.com<http://www.markettools.com>
6465 Wayzata Blvd |
The bayesm package implements such models.
Hth,
Mike
On Tue, 6 Oct 2009 12:41:18 -0700
James Martin wrote:
> Hello list,
>
> I was trying to investigate the possible use of a mixed effect
> multinomial logit model in R. Does anyone have suggestions on where
> to find information on these mo
use on the data are only available in
2.8 or greater - meaning I am currently looking at trying to run two different
versions of R to get the project done.
TIA,
Michael Conklin
-Original Message-
From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On
Behalf
differ (found for 'Price')
In addition: Warning message:
'newdata' had 25 rows but variable(s) found have 43350 rows
Does anyone have an idea what is going on?
Best regards,
Michael Conklin
W. Michael Conklin
Chief Methodologist
MarketTools, Inc. | www.markettools.com<
other attached packages:
[1] randomForest_4.5-30
>
Any ideas would be greatly appreciated.
W. Michael Conklin
Chief Methodologist
MarketTools, Inc. | www.markettools.com<http://www.markettools.com>
6465 Wayzata Blvd | Suite 170 | St. Louis Park, MN 55426. PHONE: 952.417.4719
| CELL
newDF<-as.data.frame(scale(oldDF))
see ?scale
Hope that helps.
Michael Conklin
-Original Message-
From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On
Behalf Of Karin Lagesen
Sent: Thursday, April 16, 2009 5:29 AM
To: r-help@r-project.org
Subject: Re:
have the big vs
little endian issue you can just remove the rev from Marc's code below.
Michael Conklin
-Original Message-
From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On
Behalf Of Marc Schwartz
Sent: Thursday, April 09, 2009 4:51 PM
To: Jorge Ivan Vel
Don't sort y. Calculate xbot and xtop using
xtemp<-quantile(y,c(tr,1-tr),na.rm=na.rm)
xbot<-xtemp[1]
xtop<-xtemp[2]
-Original Message-
From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On
Behalf Of Karl Healey
Sent: Friday, January 16, 2009 2:51 PM
To: r-help@r-proj
I think this line
mafdiscpred <- predict(mafdisc, data = test)
needs to be
mafdiscpred <- predict(mafdisc, newdata = test)
Michael Conklin
Chief Methodologist - Advanced Analytics
MarketTools, Inc.
6465 Wayzata Blvd. Suite 170
Minneapolis, MN 55426
Tel: 952.417.4719 |
Spencer Graves wrote:
> If you want to hide the fact that you are using R -- especially
if >you charge people for your software that uses R clandestinely --
that's a >violation of the license (GPL). I doubt if anyone associated
with R would >bother with a lawsuit, but a competitor who offer
The 0 is the name of the item and the 1 is the index in f of the maximum
class. (since f is a table, and the first element of the table is the
maximum, which.max returns a 1) So, if you just want to know which class
is maximum you can say
names(which.max(f))
Michael Conklin
Chief
prop.table(table(factor(x,levels=1:5)))
Michael Conklin
Chief Methodologist - Advanced Analytics
MarketTools, Inc.
6465 Wayzata Blvd. Suite 170
Minneapolis, MN 55426
Tel: 952.417.4719 | Mobile:612.201.8978
[EMAIL PROTECTED]
MarketTools(r)http://www.markettools.com
This e
tapply(example.data$responseVar,example.data$groupVar,function(x){prop.t
able(table(x))})
Michael Conklin
Chief Methodologist - Advanced Analytics
MarketTools, Inc.
6465 Wayzata Blvd. Suite 170
Minneapolis, MN 55426
Tel: 952.417.4719 | Mobile:612.201.8978
[EMAIL PROTECTED
) is much more efficient for me than creating a new shortcut
for a specific project. The beauty of R is that there are multiple ways
to do many things and the user can find the way that is best for him.
Michael Conklin
__
R-help@r-project.org mailing list
h
19 matches
Mail list logo