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 496 of 675 Previous 100   Previous 10   491   492   493   494   495   496   497   498   499   500   Next 10   Next 100  

question on graphs and finding area under a curve

Question on graphs The default case for drawing a graph in R is where a little space is left on the x and y axis before the first tick i.e. even if I say xlim c(0 1) -- there will be some space b

Read from data frame, and not from global environment

Dear members assume given a function of type test <-function(formula data w){ ...... glm1 <-glm(formula family poisson data data weights w) ...... } and a simple example data frame as

R: regression data set

hi all i am busy teaching a regression analysis course to second year science students. the course is fairly theoretical with all of the standard theorems and proofs... i would like to give the clas

Putting all elementes of the list in an enviorment of a function

Hello! I have two functions. The first one prepares the arguments for the second one. What is the best way to put all resoults of the first one into the second one? I tried attach however the obj

linux compile options (64-bit)

Sorry--sent this before I added a subject line... Begin forwarded message > From Jacob Michaelson <jjmichael@(protected) > > Date August 1 2005 8 51 58 PM MDT > To r-help@(protected) > > >

Can R do regression with absolute error loss?

Dear R users I wonder if there are some functions or packages in R that can perform regression under absolute error loss. I have searched the full manual of R but can not find it. I really appre

nnet package for OS X

Hello every one-- My sincere apologies if I have missed something obvious but I need to construct some multinomial logit models. I remember using nnet for this in the past but I am having trou

can we manage memory usage to increase speed?

Hi Thanks for reading. I am running a process in R for microarray data analysis. RedHat Enterprise Linux 4 dual AMD CPU 6G memory. However the R process use only a total of <200M memory. And

Rgdal windows binary warning message

Hi all I just downloaded windows binaries of RGDAL (from http //www.stats.ox.ac.uk/pub/RWin/bin/windows/contrib/2.1/) and installed. I ran the example R_HOME\library\rgdal\R-ex\getPixmapGDAL.R an

canonical correlations on multiple sets

Hi! I was wondering whether anybody could help me with canonical correlation on multiple sets (3 or 4) of variates e.g. using one of the methods suggested by Kettenring (Biometrika 58(3) 433 1971)

NA when using read.csv

Hi when I used Dist read.csv( "test.csv " header TRUE) to read data from CSV file. For some cells R mistakenly put in as NA while most of the cells still appears to be right and there is no error

Compiling nlme 3.1-62 succeeds if OS X Developer Tools updated; however,

Prof. Ripley was right. The problem went away when I updated the Developer Tools. On Aug 1 2005 at 2 48 AM Prof Brian Ripley wrote > This is an internal compiler/assembler error - please check

Clayton-Oakes failure time model

Dear R-list does an R-package exist in which the Clayton-Oakes failure time model is implemented? Thanks for help Stefan. [[alternative HTML version deleted]]

reading from posgresql

Dear all I don 't know how to read data from posgresql to R. Does anybody can help me? Thanks a lot Adri?n

converting stata 's by syntax to R

I am struggling with migrating some stata code to R. I have a data frame containing sometimes repeat observations (rows) of the same family. I want to keep only one observation per family selecti

statsoft.com textbook, Cochran 's Q test and Gamma test

Hello Searching google for background on the differences between Kendall 's tau and Spearman 's R I found the Statsoft.com textbook (http //www.statsoft.com/textbook/stathome.html). Is this a good r

fortran

Dear Friends I am trying to call a fortran subroutine in R but i can not. How can i use the subroutines in R? Regrads Javad

Conditional piece-wise dependent regression

Hi after reading some R docs I couldn�t figure out how can I find the solution for the following problem therefore I would ask this friendly list for an advice. We�re making a least square approxi

How do you increase memeory?

Hello Function memory.size() 435109888. How do I increase it by say 30%? Thanks Meredith [[alternative HTML version deleted]]

Updating to nlme 3.1-62 failing from source (OS X)

R Version 2.1.1 (2005-06-20) R Cocoa GUI 1.12 (1622) Mac OS X 10.4.2 (8C46) For nlme the R package installer for CRAN (binaries) gives 3.1-60 as Repository Version as well as Installed Versi

OS X: workspace clear & workspace browser

R Version 2.1.1 (2005-06-20) R Cocoa GUI 1.12 (1622) Mac OS X 10.4.2 (8C46) > rm(list ls(all TRUE)) > ls() character(0) But the workspace browser lists many objects.

shlib compilation problem

Hello everybody I am having the following problem intalling a packages on R 2.1.0 on OS. Suse 9.1 Using the command "R CMD " I get following error message .../SHLIB/ line 1 make command not found E

Drawing a graph with vertices and edges using tcl/tk

Dear all I would like to draw a graph with vertices and edges and I guess tcl/tk would be appropriate. I don 't know tcl/tk but have googled for a 10-page (or so) introduction to 'getting started wit

partial SS for anova

Hello I use lme4 package. library(lme4) fit lmer(y ~ time+dye+trt+trt time + (1|rep) data dataset na.action 'na.omit ') anova(fit) The anova gives sequential F-tests and sequential SS. My questio

Premature termination of script

On 7/30/05 Marco Blanchette <mblanche@(protected) > wrote > I am fairly new to R and I am writing a script that would take a file as an > input and generates a bunch of graphs out of it. My

Premature termination of script

I am fairly new to R and I am writing a script that would take a file as an input and generates a bunch of graphs out of it. My first task is to be sure that the file is of the right type by looking

xyplot auto.key issue

Hi all I 'm having a problem with the auto.key function in xyplot. I hate to bother the list like this and I 'm positive I must be missing something very simple yet I 've spent the last day searching

Wild card characters

I have a string '982323.1 ' and would like to replace everything after the '. ' with a '41 '. So the string should look like '982323.41 '. The code I use to do this is sub( '\.$ ' '41 ' 982323.1) This

How to hiding code for a package

Hey everyone I have made a package and wish to release it but before then I have a problem. I have a few functions in this package written in R that I wish to hide such that after installation some

Way to make R idle for some time and try something again   later

Which operating system are you using ? See help(Sys.sleep) which might be what you want but there may be other ways in determining if a file is being accessed by another program. Regards Adai O
Page 496 of 675 Previous 100   Previous 10   491   492   493   494   495   496   497   498   499   500   Next 10   Next 100