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 5 of 675 1   2   3   4   5   6   7   8   9   10   Next 10   Next 100  

suppress plot w/ ewma function from qcc pkg

Hi I 've been searching for a solution to this but have come up empty. I would like to suppress the plot creation when using the ewma function in the qcc package. Normally it 's just plot FALSE b

Abline in dotplot

Hello I have trouble adding an abline to a dotplot() from "lattice " package. For example I would like to draw a line at x 3 > library(lattice) > x <-1 5 > names(x) <- c( "a " "b " "c " "d " "e ") >

questions on package of KEGG

Dear list members Once I know a KEGG pathway identifier how can I check all its direct children identifiers? you know I could use GOMFCHILDREN or GOCCCHILDREN to check the children terms for a s

substitute "x " for "pattern " in a list, while preservign list "structure

On 5/16/07 Marc Schwartz <marc_schwartz@(protected) > wrote > On Wed 2007-05-16 at 09 25 -0700 new ruser wrote > > I am experimenting with some of the common r functions. > > I had a question re u

substitute "x " for "pattern " in a list, while preservign list "structure ". l

I am experimenting with some of the common r functions. I had a question re using "gsub " (or some similar functions) on the contents of a list. I want to design a function that looks at "everything "

lmer error confusion

Hi All. I 'm trying to run a simple model from Baayan Davidson & Bates and getting a confusing error message. Any ideas what I 'm doing wrong here? # Here 's the data..... Subj <- factor(rep(1 3

read.table opening a website incl Password

Dear all in the past I have been able to access websites with data directly. For example the following code works nicely mydata <- read.table( "http //www.lifetable.de/data/MPIDR/POL_2004.txt " h

substitute "x " for "pattern " in a list, while preservign   list "structure

On Wed 2007-05-16 at 09 25 -0700 new ruser wrote > I am experimenting with some of the common r functions. > I had a question re using "gsub " (or some similar functions) on the > contents of a list

Unable to compile "Matrix " package

--Boundary-00 _660SGPHSvbWws9d Content-Type text/plain charset "us-ascii " Content-Transfer-Encoding 7bit Content-Disposition inline After upgrading to 2.5.0 under freebsd 6.2 I updated all the

Installing SJava - problem

Thank you for your help. Does that mean I am unable to create a java program that runs on windows and evaluates R expressions within java code? Prof Brian Ripley wrote > > On Wed 16 May 2007 m

partial least regression

hello r-helpers there is a .txt file x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 y1 17 5 77 18 19 24 7 24 24 72 52 100 2 6 72 18 17 15 4 12 18 35 42 97.2 17 2 58 10 5 3 4 3 3 40 28 98 17 2 69 14 13 12 4 6 6

Is it possible to pass a Tcl/Tk component as argument to a   function

On 5/16/2007 8 58 AM Hao Liu wrote > hi! All > > I wonder if someone has done this before... > > I am writing several functions that conduct statistical analysis using a > GUI interface by Tcl/T

Is it possible to pass a Tcl/Tk component as argument to afunction

Dear Hao You might take a look at how the Rcmdr package is implemented with many reusable elements. There is for example an initializeDialog function. I hope this helps John

effective df in local polinomial regression

Hallo R-users I would like to know if there is a way to get the effective degrees of freedom in local polinomial regression. At the moment to carry out the local polinomial regression I am us

Is it possible to pass a Tcl/Tk component as argument to a function

hi! All I wonder if someone has done this before... I am writing several functions that conduct statistical analysis using a GUI interface by Tcl/Tk they share many identical GUI components. What

more woes trying to convert a data.frame to a numerical   matrix

On Wed 2007-05-16 at 08 10 -0400 Andrew Yee wrote > I have the following csv file > > name x y z > category delta gamma epsilon > a 1 2 3 > b 4 5 6 > c 7 8 9 > > I 'd like to create a numeric mat

more woes trying to convert a data.frame to a numerical matrix

I have the following csv file name x y z category delta gamma epsilon a 1 2 3 b 4 5 6 c 7 8 9 I 'd like to create a numeric matrix of just the numbers in this csv dataset. I 've tried the following

Running R function as a Batch process

Hi I am struggling with using R CMD BATCH command. Kindly suggest solution to the following problem. I have a function named CinC with accept two input parameters. This can be shown as CinC <- fu

converting a data frame to ts objects

Dear R-ians I have a data frame like Person_id Date/time Count --------- ---------- ------- 123 20 May 1999 1 123 21 May 1999 3 222 1 Feb 2000

creating different strata

hie l would like to create about ten strata l have tried using sample(c(1 2) 1 replace TRUE) but all l get is a vector of 1 and 2 if i change it to sample(c(1 10) 1 replace TRUE) it gives me a ve

drop a letter

hello how can I do to drop C from this character "C325 " ?

Package versions (was Reshape a sparse matrix)

On Tue 15 May 2007 Scott Hyde wrote > > Thanks for the respons Martin. The program I wrote works as well for > doing the reshaping but it is nice to have it built in. > > Is there a way to tel

Filled step-function?

Hello I 'd like to generate a filled step-function in R as you can see in the attachement (image is generated by grapher but I need a freely available alternative). The problem is that I don 't kn

use mathematics formula

hello I wanna use some mathematics formula and to do this I tried several way in paricular using strsplit textconnection scan setdiff but I think that it 's a lil hard the data frame that I 'm working

how to reduce in a grid ?

hi dear R users I 'm a newbie with R and excuse me if my question is stupid ... but i 've read lot of documentation and I don 't know how to do. I have a dataset like x y var1 var2 2 4

new packages 'ICS ' and 'ICSNP '

Dear R useRs The new contributed packages 'ICS ' and 'ICSNP ' are available on CRAN. Descriptions The 'ICS ' package implements the 2 scatter matrix transformation to obtain an invariant coordinate

urca package - summary method -

Hi I am using the package urca and I am interested about the KPSS test. That works fine except the method "summary " did not work in the script only when it is typed direct in the console the r

GLMM for unbalanced data

Hi friends I need some help regarding generalized linear mixed model of unbalanced data. 1. Is their any package for applying Monte-Carlo Newton-Raphson (MCNR) or Monte-Carlo EM (MCEM) to estimat

Reshape a sparse matrix

Hi I 'd like to reshape a sparse matrix generated from the Matrix package. I can 't seem to do it with the command dim(A) <- c(6 9) which works perfectly with the base package matrices but with t

log rank test p value

How can I get the Log - Rank p value to be output? The chi square value can be output so I was thinking if I can also have the degrees of freedom output I could generate the p value but can 't see h
Page 5 of 675 1   2   3   4   5   6   7   8   9   10   Next 10   Next 100