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 391 of 675 Previous 100   Previous 10   391   392   393   394   395   396   397   398   399   400   Next 10   Next 100  

what can I do to make the lines straight

Hello there I did a few graphics but only one looks like the attached. Why the line is not straight and how I can fix it? thank you very much Lisa Wang Princess Margaret Hospital Toronto Canada _

[R] Suggestion for big files [was: Re: A comment about R:]

[ronggui] >R 's week when handling large data file. I has a data file 807 vars >118519 obs.and its CVS format. Stata can read it in in 2 minus but In >my PC R almost can not handle. my pc 's cpu 1

about terminate an identification

Dear all I 'm now working on some programming on interactive displays from R. So I 'm creating an R display and want some interactive selection to be available. I know ggobi and things like that but

Wald tests and Huberized variances (was: A comment about R:)

On Wed 4 Jan 2006 Peter Muhlberger wrote One comment in advance please use a more meaningful subject. I would have missed this mail if a colleague hadn 't pointed me to it. > I 'm someone who from

e1071::SVM calculate distance to separating hyperplane

predict.svm() can give you the decision values which are the distances you are looking for (up to a scaling constant). Regards David >Hi >I know this question has been posed before but I didnt f

ylim problem in barplot

R Version 2.2.0 Platform Windows When I use barplot but select a ylim value greater than zero the graph is distorted. The bars extend below the bottom of the graph. For instance the comma

Understanding and translating lme() into lmer() model

I am newbie in R trying to understand and compare syntax in nlme and lme4. lme() model from the nlme package I am interested in is lme.m1.1 lme(Y~A+B+C random ~1|D/E data data method "ML ") (for s

jointprior in deal package

Dear all I recently started using the deal package for learning Bayesian networks. When using the jointprior function on a particular dataset I get the following message >tor.prior <-jointprior(

Wikis for R

> > > > > "PhGr " Philippe Grosjean <phgrosjean@(protected) > > > > > > on Wed 04 Jan 2006 20 35 17 +0100 writes PhGr > David Forrest wrote > > [...] > > Any volunteers? PhGr > Yes me

more on the daisy function

Dear R-helpers First of all a happy new year to everyone! I succesfully used the daisy function (from package cluster) to find which two rows from a dataframe differ by only one value and I now

Fwd: Re: Splitting the list

>Another possibi8lity of course is language-based lists. Any interest for >r-spanish@ ... ? > >Kjetil I am ready to contribute traducing original English texts into Spanish but not to produc

problem with using lines command on windows XP machine

I think you need "abline(v 0) ". I hope it helps. Best Dimitris ---- Dimitris Rizopoulos Ph.D. Student Biostatistical Centre School of Public Health Catholic University of Leuven Address Kapu

problem in install "kidpack " package

Dear Sir I use the followoing command to install the library( "kidpack "). BTW I install Biobase already. > install.packages( "kidpack " type "source ") However there is an error message occurr

.Rprofile files (was R newbie configuration)

And here is one with a working setHook call. options(show.signif.stars FALSE) setHook(packageEvent( "grDevices " "onLoad ") function(...) grDevices ps.options(horizontal FALSE)) set.seed(123

Problem with nlme version 3.1-68

Dear All I updated my R program as well as associated packages yesterday. Currently my R version is 2.2.1 running under WINXP SP-2. When I tried to list (summary) an nlme object that I developed bef

problem with command line arguments

Hello Everybody I am running a R script through a perl code from command line. The perl script is like my $cmd 'R CMD BATCH D /try5.R ' system($cmd) I run the perl code from command line. Now I

information

Hi. My name is Angel I am Mexican and I write by the following thing I am in search of commands or options in R that can be used in regional economics. Specially I am interested in commands who ca

Splitting the list

I 've changed the heading because this really is another thread. I think it inevitable that there will in the course of time be other lists that are devoted in some shape or form to the concer

A comment about R

Quoting from Thomas 's message - > "On the question of which system really is easier to learn I can > only comment that this isn 't the only question where education > as a field would benefit

data order affects glmmPQL

Is it to be expected that the way a data frame is sorted should affect the model fit by glmmPQL? Example library(MASS) library(nlme) fit.model <- function(il model.family) { cs <- Initialize(c

matrix math

I am using R 2.1.1 in an windows XP environment. I have 2 dataframes temp1 and temp2. Each dataframe has 20 variables (?cocolumns ") and 525 observations (?rows?). All variables are num

write out data in format

Hi how to write out data frame in format? for examples I wrote out a data using 'write.table(siredata file 'siredata.txt ' row.names F quote F) '. it produced data alike this 2882 1 0 0 0 0 L16

Using 'polygon ' in a 3d plot

I 'm new to R after many years of using Matlab. I 've found the R function 'polygon ' to be nearly equivalent to the Matlab function 'patch '. For example the R commands plot(c(0 5) c(0 4) type

R newbie configuration

I think I did enough reading on my Own about startup ( part of the morning And most of this afternoon ) to not feel uncomfortable asking for confirmation of my understanding of this startup stuff. O

comparision and removal

Dear All I am using R and I am putting my problem in form of an example X <-c(128 34 153 987 345 45 3454 23 123) I want to remove the entries which are lesser than 100(? How to compare every ele

Selecting significant peaks in periodograms

Greetings all I am using Fourier analysis to search for periodicities in IP network traffic by generating periodograms and then visually examining them for large distinct peaks. However in ma

A comment about R:

I 'm someone who from time to time comes to R to do applied stats for social science research. I think the R language is excellent--much better than Stata for writing complex statistical programs. I

How to create a correlation table for categorical data???

Hi I need to create the correlation table of a set of categorical data (sex marital_status car_type etc.) for a given population. Basically what I 'm looking for is a function like cor( ) wor

bwplot reorder factor on y axis

Dear R-helpers In bwplot(pairL ~ asym oppK) is a factor. It displays pairL in alphabetical order. How do I tell it to display pairL in the order I wish i.e. so the medians of asym are in as

ANN: Advanced R programming course, Seattle, Jan 18-20

Spots are still available for an advanced R programming course to be held Jan 18-20 in Seattle. Instructors Robert Gentleman Seth Falcon Topics Lexical scope Vectorization
Page 391 of 675 Previous 100   Previous 10   391   392   393   394   395   396   397   398   399   400   Next 10   Next 100