Subjects
Home
Reasons to Use R
Block comments in R?
R in Industry
Wikibooks
Conservative "ANOVA tables " in lmer
read spss (package foreign) and SPSS 15 0 files
importing excel file
Ryacas not working properly
Making a case for using R in Academia
eval(parse(text vs get when accessing a function
New project: littler for GNU R
Reading fixed column format
sas get problem
screen resolution effects on graphics
do call( "+ ", )
axis command and excel time format
Making TIFF images with rtiff
Test internet presence
how to get "lsmeans "?
Off topic:Spam on R help increase?
kate editor for R
Install RMySQL with R 2 4 0
Barplot
Rserve and R to R communication
Re: R package development in windows BayesianFilter detected
Statitics Textbook any recommendation?
to draw a smooth arc
regular expression
Hardware for a new Workstation for best performance using R
Bad optimization solution
Suggestions for statistical computing course
Evaluation of defaults in functions
help comparing two median with R
zero random effect sizes with binomial lmer
lattice and several groups
subsetting, aggregating and zoo
Matrix multiplication using apply() or lappy() ?
R package development in windows
Lining up x y datasets based on values of x
Debugging R 's code: boxplot stats
A function for raising a matrix to a power?
subset
Replacement in an expression can 't use parse()
[R] Timings of function execution in R [was Re: R in Industry]
acos(0 5) == pi/3 FALSE
Help with interfacing C & R
R and clinical studies
read fwf and header
setting new working directories
random uniform sample of points on an ellipsoid (e g WG
Weighted least squares
Loop with string variable AND customizable "summary " output
rename cols
Regarding Vista
Multiple Conditional Tranformations
multinomial logistic regression with equality constraints?
A coding question involving variable assignments in ifelse()
help went away from top emacs window : (
Large matrix into a vector
scripts with littler
Links
Home
Official R Project Site
 
Search:  
Power your search with and, or, +, -, or "some phrase" operators.
rhelp
Page 517 of 675 Previous 100   Previous 10   511   512   513   514   515   516   517   518   519   520   Next 10   Next 100  

OT: How to instaill gcc in cygwin?

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

R integration with Microsoft Powerpoint

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

the format of the result

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.E

plot svm

Hello 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

"10^k " axis labels {was ".. (log scale on y-axis) "}

> > > > > "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

It is time to say thank you.

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

barplot legend

Hi Is it possible ti put the legend out of a barplot? tanks Sabine

New CRAN package "relax ": R Editor for Literate Analysis and lateX

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 f

R integration with Microsoft Powerpoint

Please 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 sta

Simple indexing conundrum

My 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 contin

the format of the result

I 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 res

loop over large dataset

Hi 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 t

p-values for classification

Dear 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 classifie

Nolinear mixed-effects models (nlme)

Hello 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 the

compiling under windows

What 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 Fortran

how to code garch-t(1,1),egarch(1,1) and gjr(1,1)

hi 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

FW: plot legend outside the grid

-----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 everyt

R CMD INSTALL typo?

I 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 s

ts.plot data labels

Dear 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 no

How to rotate the axisnames in a BARPLOT

Hi 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.

ranking predictive features in logsitic regression

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

vecortizing uniroot() for numerical solutions

# 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))-(h2

Trouble with Excel table connection

Hello 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

Is.integer and testing for integers

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 o

R-Aqua can 't open history file

Dear 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

Relationship between dyn.load and library.dynam

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 al

randomForest error

Hello 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

how to call egarch of sas in R

>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. Oklahoma

Linear Models with mean as Intercept.

Dear 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

mApply instead of by ???

Page 517 of 675 Previous 100   Previous 10   511   512   513   514   515   516   517   518   519   520   Next 10   Next 100