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 521 of 675 Previous 100   Previous 10   521   522   523   524   525   526   527   528   529   530   Next 10   Next 100  

Clustered boxplots

Hello Is there a way to obtain clustered boxplots similar to the ones provided by SPSS? I have a dependent variable (y axis) an independent factor (which I intend to represent with different colors

pca

Hi Could any one tell me how can I apply PCA for Affy data. i have used prcomp but I get following error Error in colMeans(x n prod(dn) na.rm) invalid value of n Thanks Saeedeh

SVM parameters...

Vivek I certainly would agree that every help page including the one of svm() could be improved but I think it is not _that_ deficient. In particular it tells you which parameters are used in t

Reconstructing LD function

Dear all in an LDA analysis with n groups n-1 LD functions result. Implicitly this defines an LD fucntion for the last group. Does there exist code already to explictly construct this LD function?

delta-beta 's

Hi there I have created a multivariate logistic regression model looking at the presence/absence of disease on farms. I would like to plot the diagnostic plots recommended by Hosmer & Lemeshow to l

graphic window with tabs

Hi I need to display several plots and I wonder if it is possible to create a graphic window with tabs so that the plots can be scrolled clicking on the tabs Best regards Marco [[alternative

SVM parameters...

hi i am really sorry to ask this on the list but i havent been able to find anything on this topic. i would like to know how the various parameters in the svm function call in library e1071 work.

How to convert "c:\a\b " to "c:/a/b "?

How can one convert back slashes to forward slashes e.g changing "c \a\b " to "c /a/b "? I tried the following > gsub( "\\\\ " "/ " "c \a\b ") [1] "c \a\b " Since this didn 't work I eliminat

Convert a "by " list into a data frame

Dear useRs Is there a way to convert a list generated by "by " command into a data frame? Or more generally are there any functions that operate on "by " lists? My "by " list consists of numeric vect

dates and time formats

Is there a way in R to globally setup a default format for dates for all or nearly all or just "many " R date/time-related functions? For example dates in library(chron) expects by default MDY wi

Sweave with layout() and loop

When I try the following code with the Windows graphics window a new window is opened for each multiple of four images I produce. par(layout(matrix(c(1 2 3 4) 2 2 byrow TRUE)) mar c(2 3 2

better code?

Hi Laura How about the following > sapply(x1.df class) d x y "factor " "numeric " "numeric " > (byLH <- by(x1.df[-1] x1.df$d var)) x1.df$d 1/1/2005 x

is.all.equal

Hi The description of all.equal states "is.all.equal should be used for programming typically in if expressions. It is a simple wrapper using identical as shown in the documentation there. " but is

visualizing frequencies

Dear everybody In our game-theory lesson we have run several classroom-experiments where the students had to decide for a natural number between one and seven. I have troubles now to visualize the

Re Components of variance

John In addition to 'VarCorr(nlme) and VarCorr(Matrix) ' you could also try 'varcomp ' function in the 'ape ' package.This requires an 'lme ' class of file from the 'nlme package as input.It addition

chisq.test using amalgamation automatically (possible ?!?)

Dear List If any of observed and/or expected data has less than 5 frequencies then chisq.test (Pearson 's Chi-squared Test for Count Data from package stats) gives warning messages. For example

Components of variance

Could someone identify a function that I might use to perform a components of variance analysis? In addition to the variance attributable to each factor I would also like to obtain the SE of the vari

comment in src/nmath/dgamma.c

Hi In src/nmath/dgamma.c the comment at the top says * DESCRIPTION * * Computes the density of the gamma distribution * * 1/s (x/s)^{a-1} exp(-x/s) * p(x a

Let me put this another way... was Listing knowledge of R as a   skill on

What I would say might depend on the job and the organizition to which I was applying. At a minimum I might list under "languages " "R (a primary platform of choice for new statistical algorithm

Let me put this another way... was Listing knowledge of R as a skill on a re

Okay Spencer 's response points up my mistake in my explanation. Let me put the question another way. Here 's the computer skills sections of my cv Office Suites Microsoft Office Lotus SmartSuite

Listing knowledge of R as a skill on a resume...

Afternoon folks This question may be a touch off-topic but I had to start somewhere. As I become more proficient with R I would like to play up the point in the computer skills section of my resum

Confidence interval bars on Lattice barchart with groups

I am trying to add confidence (error) bars to lattice barcharts (and dotplots and xyplots). I found this helpful message from Deepayan Sarkar and based teh code below on it http //finzi.psych.upenn.

optimization problem in R ... can this be done?

Im trying to ascertain whether or not the facilities of R are sufficient for solving an optimization problem I 've come accross. Because of my limited experience with R I would greatly appreciate some

group means: split and unsplit

Took me a while but I figured out how to put in common values of group means/counts etc. to do the same thing as egen. lapply with split and then unsplit. Thomas Davidoff Assistant Professor Haa

unprotect(): stack imbalance

Error in "[ <-.data.frame "(`*tmp*` j "signal " value 1) unprotect() stack imbalance What could have geerated this error? Where should I start looking?

Off Topic: Keeling Curve: Charles David Keeling

Charles David Keeling the world 's leading authority and pioneer on atmospheric greenhouse gas accumulation died Monday evening of a sudden and unexpected heart attack following a short hike in hi

r equivalent of egen? Not tapply

I have a list that has about 50 elements each repeated many times (a list of states by observation). I want to create a vector with the same length with the same value repeated over and over aga

R servlet engine ?!!!

I use CGIwithR to run a website that executes R scripts under cgi-bin. Are there any projects that implement a work frame using R similar to Java 's servlet engine? Initialization times are hurting. C

"Error in contrasts " in step wise regression

Hi I have a problem in getting step function work. I am getting the following error > fit1 <- lm(Response~1) > fmla <- as.formula(paste( " ~ " paste(colnames collapse "+ "))) > sfit <- step(fit1 s

Gini with frequencies

Hi there I am trying to compute Gini coefficients for vectors containing income classes. The data I possess look loke this yit <- c(135 164 234 369) piit <- c(367 884 341 74 ) where yit is
Page 521 of 675 Previous 100   Previous 10   521   522   523   524   525   526   527   528   529   530   Next 10   Next 100