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 490 of 675 Previous 100   Previous 10   481   482   483   484   485   486   487   488   489   490   Next 10   Next 100  

Digest reading is tedious

Like many I am sure I get R-Help in digest form. Its easy enough to browse the subject lines but then if an entry interests you you have to embark on this tedious search or scroll to find it. It

Adding Functionality to stat.table in Epi

The stat.table function in the Epi package won 't do standard deviations. It didn 't seem that it would be difficult to add an "sd " function to the stat.table function. Following the example for the mea

numeric operations w/ lists

Hello all X is a list of 20 lists and each individual list has 65 elements. Y is a list of 65 elements. WANT subtract Y from each of the 20 lists in X. Here 's what I tried and the error messa

managing large datasets with RMySQL

I have a large dataset (about 1 million data points from a 68-dimensional state space result of an MCMC simulation) which won 't fit in memory. I think that the only solution for analyzing this is sa

Saving trellis output to files in scripts...

With much help from Chuck Cleland I was able to get xyplot to generate the plot I wanted. I 'm trying to write a script (that can be read using source( "file ")) to create the plots I want and save the

xvmult and green lines

Hello I 'm performing mvpart analysis I 've chosen to interactively pick the tree (xv "pick ") and to do multiple cross-validation (xvmult 10). On the plot x-val relative error f(cp/size of the tre

mars of degree 3?

Dear list when I execute library(mda) x1 <- rnorm(100000 mean 1 sd .12) x2 <- rnorm(100000 mean .6 sd .12) y <- pp(x1 1)+pp(x1 1)*pp(x2 .6)+.12*rnorm(length(x1)) mymars <- mars(cbind(x1 x2) y degr

rpart plot question

Dear all I am quite confused by rpart plotting. Here is example. set.seed(1) y <- (c(rnorm(10) rnorm(10)+2 rnorm(10)+5)) x <- c(rep(c(1 2 5) c(10 10 10)) fit <- rpart(x~y) plot(fit) text(fit) Te

RGUI crash when opening script in XP Home enviroment

If there is a helpfile open (f.e ?glm) and it is the top window then an exception error occurs (closing RGUI) when I hit the open file button. If the helpfile is not the top window (of the RGUI) I

spline curves in R

Dear all Is it possible to calculate the first and second derivatives of a cubic spline curve (interpolating through the points) as opposed to a smoothing spline? If so how is this done? Is it al

clip to keep coordinate system?

dear R wizards plot( 1 1 ylim (2 10) xlim (2 10) type "n ") rect( -1 -1 12 12 col gray(0.99) ) unfortunately wipes out the border axes around the plot. how do I keep this? regards /i

connexion problem getHdata (HMisc)

********************************************************************** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to who

solution: package install probs. win-xp. file move

Hi This is just an FYI documenting a conflict between R and Google-Desktop. The solution was to click on the Google-Desktop icon in the systray and click on "Pause Indexing ". I also temporarily su

floor() rounding problem?

Dear all Could someone please explain the following perculiarity? > 2 0.2/0.1 [1] TRUE > 3 0.3/0.1 [1] FALSE Similarly floor(0.2/0.1) 2 floor(0.3/0.1) 2 Thank you Simon __________

How to pre-filter large amounts of data effectively

Hi I 'm a R newbie and want to accelerate the following pre-filtering step of a data set with more than 115 000 rows #

archive of models

I 'm wondering if there 's a possibility of having a bunch of models that have already been assembled and run using R that might be available to users? My own interest is in AR and msm models but exam

more on vector vs array

Ok thanks I 'll try with a simplier example I have a vector with 4 levels dataframe 1 station temp aaa 12 aaa 13 bbb 12 bbb 20 aaa 23 bbb 21 ccc

AIC model selection

Hello All I need to run a multiple regression analysis and use Akaike 's Information Criterion for model selection. I understand that this command will give the AIC value for specified models AI

two term exponential model

Dear R users Does anybody know if there is an R function (package) to fit a two-terms exponential model like y a*exp(bx) + c*exp(dx) where y is dependent variable and x is independent variable.

reverse order of matrix rows

Quick question how can I reverse the order of the rows in a matrix? i.e. make the last row first and the first row last etc.?

Help with "non-integer #successes in a binomial glm "

Hi I had a logit regression but don 't really know how to handle the "Warning message non-integer #successes in a binomial glm! in eval(expr envir enclos) " problem. I had the same logit regressi

use different symbols for frequency in a plot

suppose I have the following data x <-c(rep(.1 5) rep(.2 6) rep(.4 10) rep(.5 20)) y <-c(rep(.5 3) rep(.6 8) rep(1.2 8) rep(2.5 18) rep(3 4)) If I plot(x y) in R I will only get seven distinct points

Reading large files in R

Dear R-listers I am trying to work with a big (262 Mb) file but apparently reach a memory limit using R on a MacOSX as well as on a unix machine. This is the script > type list(a 0 b 0 c 0) >

parametric survival plot

Hi to all I am new in R and I would like to ask how to plot the survival function and the associated baseline hazard in the case of parametric survival estimation models(SURVIVAL PACKAGE). plot.su

Difference amongst spline smoothers

Dear all Anybody knows about the difference amongst various spline smoothers specifically in R 'bs ' (by default a cubic spline) 'ns ' smooth.spline with roughness penalty along with many other sm

tapply huge speed difference if X has names

Hi all Apologies if this has been raised before ... R 's tapply is very fast but if X has names in this example there seems to be a huge slow down under 1 second compared to 151 seconds. The fol

GUIs (was Re: make error: X11/Intrinsic.h: No such,,,)

On Mon 8 Aug 2005 Jake Michaelson wrote > I use Mac OS X at home and Linux at work so the R Aqua GUI has spoiled > me. I have not seen its equal so far (on Windows or Linux). The most > importa

Square matrix plot

Hi having a matrix where rows n and cols m I calculated the spearman correlation values of the matrix this generated a square matrix m x m. Dose anyone knows how can I create a plot similar to th

modifying argument of a .C call (DUP=FALSE)

I have a huge matrix on which I need to do a simple (elementwise) transformation. Two of these matrices cannot fit in the memory so I cannot do this in R. I thought of writing some C code to do thi

(part III) computationally singular

Sorry our emails crossed... On Mon 8 Aug 2005 Weiwei Shi wrote > I think the problem might be caused two variables are very correlated. > Should I check the cov matrix and try to delete some? I
Page 490 of 675 Previous 100   Previous 10   481   482   483   484   485   486   487   488   489   490   Next 10   Next 100