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 620 of 675 Previous 100   Previous 10   611   612   613   614   615   616   617   618   619   620   Next 10  

How to upgrade library from R 1.9.1 to R 2.0.1

Dear All I have a library for R 1.9.1 it is very easy to setup a library in R 1.9.1. For example I want to setup a library "test " for R1.9.1. 1. Create a folder "test " in the

socket problems (maybe bugs?)

Dear R Gurus for some purpose i have to use a socket connection where i have to read and write both text and binary data (each binary data package will be preceeded by a header line). When exp

Re: [R] Adding new column to data frame and filling some rows of it
   -   classes

Gorjanc Gregor <Gregor.Gorjanc <at > bfro.uni-lj.si > writes Few days ago I was asking on a list about adding a column and filling it in some rows. I was satisfied but one thing raised my at

Adding new column to data frame and filling some rows of it -
   classes

Hello! Few days ago I was asking on a list about adding a column and filling it in some rows. I was satisfied but one thing raised my attention. I will show itthrough an example tmp <- data.

Multiple Fstats/breakpoints test using Panel data

Hi I have recently use the strucchange package in R with a single time series observation. I found it extremely useful in the testing of change points. Now I am thinking of using the struccha

Unable to create histograms

Hi could someone pelase help me with this? My data set 's name is db1(say) and one of the variables is var1. I gave the command hist(db1$var1). The values of Var1 are numbers. I got an error w

scaling axes when plotting multiple data sets

1) When adding additional data sets to a plot using "plot " followed by "lines " is there a way to automate the scaling of the axes to allow for all data sets to fit within the plot area? 2) I a

Positive log-likelihood in lme

Kia ora I 'm a using lme (from nlme package) with data similar to the Orthodont dataset and am getting positive log-likelihoods ( >100). This seems usual and I wondered if someone could offer a po

intersection or == of date vectors

I have a vector of unique dates v1 and a vector of unique dates v2 (the vectors are of different lengths). How do I find out the count of elements that matches between the two vectors? _________

running out of memory

Hi I am trying to do a large glm and running into this message. Error cannot allocate vector of size 3725426 Kb In addition Warning message Reached total allocation of 494Mb see help(

problem with se.contrast()

I am having trouble getting standard errors for contrasts using se.contrast() in what appears to be a simple case to me. The following test example illustrates my problem Lab <- factor(rep(c( "

about library(boot)

Dear Sir/Madam I try to use the library boot to bootstrap the median of a data set. Can anybody tell me why this doesn 't work? Thanks. library(boot) x rnorm(100) boot(x median 999) I kno

panel/prepanel for polar plots ala xYplot

First a bit of background After doing a search for a flexible polar plot function and coming up empty I have begun writing one myself. Since I am new to writing mid-level graphics routines

problem with da.mix

Hello We use the mix package and we have a problem with the DA function. We aren 't sure but it 's maybbe a memory problem. We have done > Ent <--read.table( "C /.../File.txt ") > attach(En

Sampling given a table of percentages?

I have a vector V. sum(V) 100 i.e. it 's percentages. length(V) is large. I wish to generate samples (with replacement is fine) integers in the range 1 length(V) who 's distribution is drive

Multiple instances of R shell in Mac OS X 10.3?

Wondering if there 's a way to do this. I 'm not referring to running Rterm from OSX terminal but actually running multiple instances of the R command shell within the OS X GUI... I have R v2.0.

Rmpi - cluster with no name

Hello everybody thanks for help. I 'm having this problem using the package Rmpi. I run R with mpi and then I load the library 'Rmpi ' and 'snow '. But when I try to create the cluster mycluster

glmm with negative binomial

Hello At present can generalized linear mixed models with negative binomial distribution and estimating the shape parameter be fit using R? I am aware of glm.nb but am wondering about incorp

splitting items into groups according to correlations

hi i 'm looking for a smart way of distributing items to different groups according to their correlation(s). the correlation of items within one group should be minimal whereas (canonical) correla

Informix from Mac

I am using R 2.0.1 on Max OS X. The database is Informix. There is no Informix ODBC client for Mac as far as I know so I can 't use RODBC. Other than going with SJava/JDBC is there a way for me to

Passing colnames to graphics title

Hi Just a quick query - if I 'm creating a function to produce a number of histograms per page of output (one per column from a matrix) how can I pass the column name of the matrix into the titl

Profiling R code and C code (Rprof and gprof)

Hi I have searched R mail list archive and couldn 't find my answers. The R extension describes how to make use of Rprof to profile R code. gprof can be also used for the same purpose for the

RE: Off topic -- large data sets. Experiences using R on
   clusters/Grids

Thanks for all the input. Now to go further off topic.. Does anyone have any comments regarding running 64 BIT R on cluster/grid systems? Given an (almost) unlimited amount of memory can R hypoth

histogram and boxplot in a same postscript

Hi all. I need plot a boxplot under a histogram like below but some configs are troubled - the boxplot contours the plot even if I put bty "n " modifying the histogram plot - I changed the

Lattice --reference line in panels does not come up

R-help I am quite new to lattice. I am plotting something in which I want some reference lines. I do the foolowing library ( lattice ) reference.line <- trellis.par.get ( "reference.line "

Setting log(0) to 0

Hi I 'm trying to do a regression like this wage.r lm( log(WAGE) ~ log(EXPER) where EXPER is an integer that goes from 0 to about 50. EXPER contains some zeros so you can 't take its lo

phi correlation

Hello my big problem is i can�t find the phi-correlation instruction in the R - programm. (correlation method spearman pearson kendall I have found) I also cant find the transform inst

curve(x,y)?

HI i search for a function what plot a curve but my function f(x) have two variables exist a funcion curve(x y) in R. Thanks

Repeating grey scale in graph?

Dear R users Could somebody tell me why the grey color ramp is repeated in this graph eventhough the ramp values go from 0 to 1? I must be missing something obvious but I can not see it!

R: ridge regression

hi all a technical question for those bright statisticians. my question involves ridge regression. definition n sample size of a data set X is the matrix of data with say p variables
Page 620 of 675 Previous 100   Previous 10   611   612   613   614   615   616   617   618   619   620   Next 10