  | |  | rhelp | Dear Listers
I know it is far off topic. But I do know there must be some people
here who know it very well.
Sorry for bothering others.
Thanks.
--
WenSui Liu MS MA
Senior Decision Support Anal
Sure. Just run R in a BAT file. You just reference the BAT file in
PowerPoint like any other EXE application via an OLE link. Of course you
can always use VBA code in Powerpoint to Shell() to
See ?sprintf
#e.g. Replace your prop line with
prop <-sprintf( "%.2f%% " prop.table(ta)*100)
_____________
mailto khobson@(protected)
Kenneth Ray Hobson P.E.
Oklahoma DOT - QA & IAS Manager
200 N.EHello
I 'm working with DNA microarrays and want to classify them with SVM. I
want to plot the results and it 's imposible for me. I found others
tutorials and examples (with iris and cats data) wher > > > > > "Gabor " Gabor Grothendieck <ggrothendieck@(protected) >
> > > > > on Thu 30 Jun 2005 07 28 30 -0400 writes
Gabor > On 6/29/05 Jing Shen <jshen6@(protected) > wrote
> > I am planning to I would like to express my thanks to the many people who got together
and developed the R project. The idea and work of organizing and for
no compensation supporting an open software project must Hi
Is it possible ti put the legend out of a barplot?
tanks
Sabine
Now package relax is on CRAN.
The name relax is short for
R Editor for Literate Analysis and lateX
The main element of package relax is the function relax() which starts an
all-in-one editor fPlease allow me an unusual question.
Is there any way that R can be closely integrated with a Microsoft
Powerpoint presentation? I would like to embed R calculations in
Powerpoint so that I will staMy apologies in advance for my thickness but I can 't seem to solve the
following seemingly simple data manipulation problem
I have a data frame that contains multiple factors and multiple
continI write a function to get the frequency and prop of a variable.
freq <-function(x digits 3)
{naa <-is.na(x)
nas <-sum(naa)
if (any(naa))
x <-x[!naa]
n <-length(x)
ta <-table(x)
prop <-prop.table(ta)*100
resHi All
I 'd like to ask for a few clarifications. I am doing some calculations
over some biggish datasets. One has ~ 23000 rows and 6 columns the
other has ~620000 rows and 6 columns.
I am using tDear All
I 'm classifying some data with various methods (binary classification). I 'm interpreting the results via a confusion matrix from which I calculate the sensitifity and the fdr. The classifieHello
I am trying to fit a nonlinear model of the form of
A*x^b*exp(-c*x)
This represents a lactation curve. I have a bunch of cows so I want
COW to be a random effect.
I have been trying theWhat is the best way to set up a project in visual studio work on R and
re compile? Is it better to use a different compiler or programming
environment? I specifically want to work on C and Fortranhi
I try to code garch-t(1 1) egach(1 1) and gjr(1 1) to estimate my data.
How I can code these model with my data (e.g. garch code is
y <-garch(x order c(1 1))
best regards
luck
-----Original Message-----
From Ghosh Sandeep
Sent Thursday June 30 2005 5 43 PM
To 'Berton Gunter '
Subject plot legend outside the grid
Thanks for the pointers... I managed to get everytI recently installed R-2.1.1 and R CMD INSTALL gives me the message
mkdir cannot create directory ` ' No such file or directory
before doing whatever it is supposed to do. It looks to me like the sDear R users
I am trying to put labels on the data points on a ts.plot.
I have tried
ts.plot(df.ts gpars list(xy.labels colnames(df.ts) xlab "group " ylab "level "))
which plots fine but gives noHi all
- how can I do a barplot with rotated axis labels? I 've seen the example for
just a plot in the FAQ but I 'll missing the coordinates to plot my text at
the right position beneath the bars.
Hi
Is there some function R that multiplies each coefficient by the
standard deviation of the corresponding variable and produces a ranking?
Stephen
--
No virus found in this outgoing messag# Hi All
#
# I need to solve a somewhat complex equation at many parameter
values for
# a number of different parameters.
# A simplified version of the equation is 0 (d1/(h1^2))-(h2Hello
I 've been using odbcConnectExcel to connect to a spreadsheet database
containing a single worksheet. Unfortunately when I try to access the
data R cannot see the table. When I run sqlTables
Hi
I was trying to figure out if there is a function in R that tests if R
object contains only integers. I though "is.integer " would be it but this
function only checks "whether its argument is oDear List
I am running R-Aqua 2.1.0 on a powerbook with Mac OS/X 10.3.9. Here is what I get when I type "version " at the R-prompt.
platform powerpc-apple-darwin7.9.0
arch powerpc I am a little confused about the relationship between library.dynam and
dyn.load
>From the documentation
library.dynam(chname
Load the specified file of compiled code if it has not been loaded
alHello
I 'm using the random forest package. One of my factors in the data set contains 41 levels (I can 't code this as a numeric value - in terms of linear models this would be a random factor). The
>From past posts
There are a number of GARCH models available in the fSeries package --
including models with t an skew-t distributions.
mailto khobson@(protected)
Kenneth Ray Hobson P.E.
OklahomaDear advanced statisticians
*******Objectif********
I try to set up linear models with mean as intercept
Answer y
Variable x as factor of two modalities x(1) x(2).
I would like to have a mod
 |
|
 |