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 514 of 675 Previous 100   Previous 10   511   512   513   514   515   516   517   518   519   520   Next 10   Next 100  

Tables: Invitation to make a collective package

Hi All I would like to make an invitation to make a collective package with all functions related to TABLES. I know that there are many packages with these functions the original idea is collect

Problems with nlme: Quinidine example

This concerns the "Clinical Study of Quinidine " example on page 380 of the book "Mixed-Effects Models in S and S-PLUS " by Pinheiro and Bates (2000). I have tried to reproduce the example but get an

about image() function in R and colors

Hi! I 've got a map in R imported from a GIS (GRASS) as a vector of factors. So I 've got 20 different levels in the map and I 've created a vector of custom colors of exactly 20 colors in lenght. I 'm

Making Package, Chm error, Html Help Workshop

Hello When building my package (R CMD check) following error message occurs ... varinf.plot text html latex example x text html latex example make[2] ***

??: ??: [R] fail in adding library in new version.

Dear all I have done every step as the previous mail. 1. unpack tools.zip into c \cygwin 2. install Active perl in c \Perl 3. install the mingw32 in c \mingwin 4. add "c \cygwin c \mingwin\bin " in

How to get the minimum ?

Hi I have a model with differents observations Xi. Each observation belongs to a group either A or B. I would like to minimize a fonction like sum( Xi - Z)^2 + sum (Xi - aZ -b)^2 A

R under suse linux 9.3

Hi dear list members I 've been using R under windows XP and I am now changing my system to SUSE LINUX 9.3. I could figure out that there is no precompiled version of R for LINUX. To get me g

traceback and passing data frame

Hello Is there a way to suppress traceback() from returning the full structure of a dataframe that is passed internally in a function? As a simple toy example suppose we had two functions that pas

CDF plot

Dear all I have define a discrete distribution P(y_i x_i) p_i which I want to plot a CDF plot. However I can not find a function in R to draw it for me after searching R and R-archive. I only find

Interpreting ANOV output

My thanks to Douglas Bates and others for pointing out ANOV 's limitations. Now the question is how to put my new won knowledge into practice. Before my eyes were opened if row effect and interactio

How to perform LSD or HSD tests with glm or lm

Dear All I knew how to use glm or lm but I do not know how to perform LSD or HSD on treatments with them. If someone can help me out I greatly appreciate it. Have a nice weekend. Ray __________

Help: Mahalanobis distances between 'Species ' from iris

Dear R list I 'm trying to calculate Mahalanobis distances for 'Species ' of 'iris ' data as obtained below Squared Distance to Species From Species Setosa Versicolor Virginica Setos

pretty for date-time?

pretty() works well for numbers and axTicks() can help for potting log axes but has anyone written a pretty for chron objects (or other date or date-time classes)? It would have natural units of year

Graphics: calling par(mar) after frame()

The following code produces 6 plots on a page but the first is distorted and different from the others par(mfrow c(3 2) las 2) for (i in 1 6) { frame() par(mar c(7 7 1 1)) axis(2) box()

Tempfile error

Dear List I am encountering an error that I can 't resolve. I 'm looping through rows of a dataframe to generate individual tex files using Sweave. At random points along the way I encounter the foll

plotting on a reverse log scale

I 'd like to do some plots of historical event data on a reverse log scale started say at the year 2000 and going backwards in time with tick marks spaced according to log(2000-year). For example

rlm/M/MM-estimator questions

Hi list 1) How can the MM-estimator method "MM " in function rlm be tuned to 85% efficiency? It seems that there is a default tuning to 95%. I presume but am not sure that the MM-estimator uses phi

Interactive Graphics

What is the status of interactive graphics in R? I am thinking along the lines of what is provided by something like datadesk http //www.datadesk.com/products/data_analysis/datadesk/index.shtml I

Error message NA/NaN/Inf in foreign function call (arg 6) when using knn()

I am trying to use knn to do a nearest neighbor classification. I tried using my dataset and got an error message so I used a simple example to try and understand what I was doing wrong and got the s

how to split several objects ' names

Hello I have a string like "O1 O2 O3 " O1 O2 and O3 are the names of three objects. How to split it into a vector or three new objects and obtain their content? I try to use strsplit to do that b

function for maximum entropy distributions

Hello. I have written a function (Maxent) based on the improved iterative scaling algorithm of Della Pietra et al. that calculates the maximum entropy distribution given moment constraints. That is

Plotting confidence intervals for lme

Hello and sorry to disturb. I 'm trying to plot the confidence intervals for the fixed effects of a lme. I want to obtain graphically if it is possible a bar with Estimate upper and lower CI for e

R COM classes

Hi all I am trying to call R programs from VB.NET. For this purpose I published a simple R COM class with proper registry values. After this step I am not able to call the COM object from .NET. I c

sktest output

Hello I 've run the sktest command to test for the normality of a variable but I do not understand the output. How do I interpret the output? Gideon Osoma [[alternative HTML version deleted]] ___

How to sample x-y coordinates from GIS files

Hi Gurus! I have a job that is to get randomly samples from point-based GIS data (sp called shape GIS files) under the total sum resctricted. For example I would like to take random smaples under

batchfiles for Windows

batchfiles available on CRAN at http //cran.r-project.org/contrib/extra/batchfiles/ consists of a set of Windows XP batch files (they may run on NT/2000 too but that has not been tested) which

Question about statistics

Hi Although my question is not directly linked to R functionality I hope you can forgive me for posing it here. I have been looking for the answer for a long time (~ 4 weeks) and have not been abl

Invalid device number in savePlot

Hi I recently encountered an error using the command "savePlot " when trying to save the third of 3 open graph windows. After successfully saving and closing the first two windows I receive an "Inval

build R source package in place from CVS?

I 'm currently using R CMD INSTALL to build and install some of my own custom R packages. Basically I use a script which first builds a tarball of my R source code and then calls R CMD INSTALL whic

multivariate lme?

Dear all is it possible to estimate a multivariate multilevel model in R (I guess the term in R is mixed-effects model). I can estimate univariate models using either lme{nlme} or lmer{lme4} b
Page 514 of 675 Previous 100   Previous 10   511   512   513   514   515   516   517   518   519   520   Next 10   Next 100