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 301 of 675 Previous 100   Previous 10   301   302   303   304   305   306   307   308   309   310   Next 10   Next 100  

Code for "Screenshots " graphics (following on from ease-of-use issues on

On Wed 26 Apr 2006 Marc Schwartz (via MN) wrote > On Wed 2006-04-26 at 11 05 -0700 John McHenry wrote > > Does anyone know where the code for the graphics on > > > > http //www.r-project.org/sc

Code for "Screenshots " graphics (following on from   ease-of-use issues on

On Wed 2006-04-26 at 11 05 -0700 John McHenry wrote > Does anyone know where the code for the graphics on > > http //www.r-project.org/screenshots/screenshots.html > > lives? demo(

copying previously installed libraries to R 2.3.0

hi all is there a new mechanism in R 2.3.0 for copying libraries from say R 2.2.1 to R 2.3.0? i ask because gabor grothendieck comments in his copydir.bat (from gabor 's batchfiles at http //cran.

accessing a SOAP based web service from R

Hi I have a number of web services that run on a server and can be accessed via SOAP as well as by creating a specific URL. Now for certain services the argument that I need to send is about 10

Code for "Screenshots " graphics (following on from ease-of-use issues on www

Does anyone know where the code for the graphics on http //www.r-project.org/screenshots/screenshots.html lives?

Generalized SVD

Hi I need to computed the GSVD of two matrices. For doing so I used in my C code the lapack routine dggsvd. But when I source my file gsvd.R I have the following error Error in eval.with.vis(exp

Polygon-like interactive selection of plotted points

[Please CC me for all replies since I am not currently subscribed to the list.] Hi all I have the following problem/question Imagine you have a two- dimensional plot and you want to select a

help using tapply

Dear R-mates # Here 's what I am trying to do. I have a dataset like this id c(rep(1 8) rep(2 8)) dur1 <- c( 17 18 19 18 24 19 24 24 ) est1 <- c( rep(1 5) rep(2 3) ) dur2 <- c(1 1 3 4 8 12 13 1

stl function

Hi I have a monthly time series with missing values and I would use stl function to identify seasonality. I tried all settings of na.action but the result is the same stl(tm245 s.window 11 na.ac

garch in tseries

Hello again! Is there a way to include a mean in the garch function in the library(tseries) please? I tried include.mean T in the function statement but it didn 't work thanks in advance! R Versio

garchFit from fSeries

Dear R People I 'm trying to use the garchFit function from the library(fSeries) However R freezes every time that I use it. Is anyone else having this problem please? Thanks in advance! R Vers

Were to find appropriate functions for a given task in R

This is a generic request concerning were to look for finding appropriate information on a precise procedure in R. I’m using R for teaching introductory statistics and my students are learning how to

cdf of weibull distribution

Hi I have a data set which is assumed to follow weibull distr '. How can I find of cdf for this data. For example for normal data I used (package - lmomco) >cdfnor(15 parnor(lmom.ub(c(df$

installation problem with 2.3.0

Hello I 'm in the process of trying to upgrade our R software from version 2.2.3 to 2.3.0 on our Sun workstations. In the installation process I 'm encountering some puzzling errors whe I do the 'm

R 2.3.0: Use of NULL as an environment is deprecated

2006/4/26 Uwe Ligges <ligges@(protected) > > > Pfaff Bernhard Dr. wrote > > > > > > > "BernPf " Pfaff Bernhard Dr <Bernhard_Pfaff@(protected) > > > > > > > > on Wed 26 Apr 2006 08 28 3

About regression and plot

Dear R-help This is my first R day. I want to ask some more beginner 's questions. Q1. How can I obtain the covariance matrix for parameter estimates of a multiple regression? I checked ?lm but di

The beautiful math plot

Dear R-help How can I replicate the beautiful math plot found in the right-hand side of http //www.r-project.org/screenshots/desktop.jpg? I tried the following code but didn 't obtain something as be

new.frame()

Hello I would like to know whether R has a homogeneous function of S-plus 's new.frame() which create explicit frames in the evaluator and provide a locale for computations that can be shared among

Minimum Volume Ellipsoid Estimator ( "cov.mve "??)

This message is in MIME format. The first part should be readable text while the remaining parts are likely unreadable without MIME-aware tools. --27464147-1105081570-1146045621 4857 Content-T

Minimum Volume Ellipsoid Estimator ( "cov.mve "??)

Dear All The Minimum Volume Ellipsoid estimator ( "cov.mve ") was part of S+ but I cannot find it in R. Where can I find it? Why was it excluded? Cheers Patrik Sweden

program and comment

Hi. I am a newbie to R. I need to do a courses projects with some manipulation lots of data record and some back-and-forth linear regression. I do not want to spend $100 for a SAS lincence which pr

environment

Hi Consider the code g <- function(){ print(.x) .x <- 3 } f <- function(){ environment(g) <- environment() .x <- 2 g() .x } > f() [1] 2 [1] 2 I would like f() to return 3. How can

Is there a way....

Hello I would like to get rid of counting lines in fix() when i made a mistake in coding? Is there an easy way to an line numbers to editor? Thanks. Levent TERLEMEZ.

A question about is.interger function

Hi All I am using is.integer function to examine whether an object is an integer or not but I get such results > x <-3 > is.integer(x) [1] FALSE > x <-3 4 > x [1] 3 4 > is.integer(x) [1] TRUE Seem

MacOSX package install problem: pkgs quadprog & tseries

Hi I had the same problem while compiling RGL. This is what i did (from http //wiki.urbanek.info/index.cgi?TigeR) Edit these two files as root /Library/Frameworks/R.framework/Resources/bin/SHLIB

register s3 object in package

Hi I have a package with s4 methods that match against registered s3 methods (using setOldClass). When I call R CMD INSTALL --build I get warnings that methods are being created for objects with n

MacOSX package install problem: pkgs quadprog & tseries

I upgraded to R-2.2.1 on two PPC G5 computers today. Further I want to work with the tseries package for the first time. As root with R CMD INSTALL tseries_0.10-0.tar.gz I get the following gc

R Installation problem

Dear R users I was trying to install "R " on an ALPHA running OSF1/V5.1 for individual use but warning messages came out when I run "./configure " and "make ". The following is part of output % ./co

lwd - Windows

Dear all Is there a way or trick in windows to plot a line width that is not an integer i.e 1.5? I am aware that the documentation for window devices states "Line widths as controlled by par(lwd )

Plotting the correlation

Suppose I compute a correlation matrix ... r <- cor(log(rbind(iris3[ 1] iris3[ 2] iris3[ 3]))) and then want to plot the values in color e.g. image(r col terrain.colors(200)) Why the matri
Page 301 of 675 Previous 100   Previous 10   301   302   303   304   305   306   307   308   309   310   Next 10   Next 100