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 407 of 675 Previous 100   Previous 10   401   402   403   404   405   406   407   408   409   410   Next 10   Next 100  

gives strange results

I am simulating an ANOVA model and get a strange behavior from the summary function. To be more specific please run the following code and see for yourself the summary()[[ "r.squared "]] values of two

Constructing a transition matrix

Hi again I almost figured this out but still need some help on the last part. I can use prop.table to get survival probabilities... A <- t(prop.table( table(trans$class trans$fate) 1) )

[R] [Fwd: Re: Matrix of dummy variables from a factor]

Constructing a transition matrix

Hi I would like to construct a transition matrix from a data frame with annual transitions of marked plants. plant <-c(1 6) class <-c( "seed " "seed " "seed " "veg " "rep " "rep ") fate <-c( "dead " "veg

Matrix of dummy variables from a factor

What is a simple way to convert a factor into a matrix of dummy variables? fm <-lm(y~f) where f is a factor takes care of this in the estimation. I 'd like to save the result of expanding f into a ma

Course***R/Splus Fundamentals and Programming Techniques, January 2006 Nati

Happy Holidays! XLSolutions Corporation (www.xlsolutions-corp.com) is proud to announce 2-day "R/S-plus Fundamentals and Programming Techniques " in www.xlsolutions-corp.com/Rfund.htm ***Seattle -

Coefficient of association for 2x2 contingency tables

Hi Found no measure of association or correlation for 2x2 contingency tables in fullrefman.pdf or google. Can someone point to a package that implements such calculations? Thanx. -- Alexa

how to keep the dropped term at each step when calling "step "?

Hi all I am using the R function "step " to perform a model selection in backward direction. I 'd like to automatically keep the dropped term at each step. So I wrote a filter function for the "keep

xyplot question

Dear R users I have a question regarding the use of xyplot in the lattice() package. I have two factors (each with two levels) and I�d like to change the order of the panels in a 2x2 panel layout f

R newbie...

Hello I 'm a new user... I have a function calculate <- function(x y) { z <- x + y } I would like to use the result (z) with another function recalculate <- function(...) { a <

strange behavior of loess() & predict()

Dear altogether I tried local regression with the following data. These data are a part of a bigger dataset for which loess is no problem. However the plot shows extreme values and by looking into

R formatting

While mucking about with semicolons and line endings I wrote this little piece of mildly obfuscated R code f1 function(n){ x 1 --- n return(x) } [best viewed with a pro

Write List to ASCII File !!

Hi All This may be trivial in R but I have been trying with out any success. I have a list of 100 elements each having a sub list of different length. I would like to write the list to a ASCII file.

O-ring statistic in R?

Hi Thorsten Wiegand used in his paper Wiegand T. and K. A. Moloney 2004. Rings circles and null-models for point pattern analysis in ecology. Oikos 104 209-229 a statistic he called O-Ring stati

Stack overflow error while creating package

Hi all I am trying to build a package in R (ver 2.1.0 on a PC). I am able to run package.skeleton successfully and populate the different environments. However when I attempt to invoke the build (

merging with aggregating

On Tue 2005-12-06 at 14 22 +0100 Dubravko Dolic wrote > Dear List > > I have two data.frame of the following form > > A > > n V1 V2 > 1 12 0 > 2 10 8 > 3 3 8 > 4 8 4 > 6 7 3

array of lists? is this the best way to do it?

On 12/6/05 John McHenry <john_d_mchenry@(protected) > wrote > [Q.] How to create an array of lists or structures the most elegant way? > > There have been questions in the past but none too recently.

reading in data with variable length

I have very large csv files (up to 1GB each of ASCII text). I 'd like to be able to read them directly in to R. The problem I am having is with the variable length of the data in each record. Her

urgent

Hello R Users I have two sets of values x <- c(7 7 8 9 15 17 18) y <- c(7 8 9 15 17 19 20 20 25 23 22) I am able to create multi histogram using multhist(). But not able to cont

[R] R is GNU S, not C.... [was "how to get or store ..... "]

> > > > > "vincent " vincent <vincent@(protected) > > > > > > on Tue 06 Dec 2005 11 09 36 +0100 writes vincent > shanmuha boopathy a �crit > > a <-function(a b c d) > > { > > k a+b > > l

about partial correlation (again)

Hello everyone I tried to install the library GeneNT in order to use the command pcor.confint because I want to construct confidence intervals for partial correlations but among other demanding th

Help on a matrix task

Hello Being new to R I am completely stuck with the following problem. Please help to find a general solution to the following matrix task Given N <-4 input_mat <-matrix(c(1 1 1 1 1 1 1 1

how to get or store the intermediate v?lues while running a   function

shanmuha boopathy a �crit > a <-function(a b c d) > { > k a+b > l c+d > m k+l > } > > in this example the function will return only the value of "m " > ...But I like to extract the va

about partial correlation

Hello everyone My name is Vangelis and I want to ask a question about partial correlation. I have used the command "pcor.shrink " to evaluate the partial correlations of a data.frame but the proble

how to get or store the intermediate v?lues while running a function

Dear all While running a function I?m getting only the final output of the function. Bit if I like to store or recover some values that are intermediate in the function calculations which co

how to draw continent boundry

Hi If I am ploting a world map like plot (lon lat) then how to draw a continent boundry in that plot. What is the command... Many thanks Regards Yogesh --

figure with inset

I am trying to plot a figure within a figure (an inset that shows a closeup of part of the data set). I have searched R-help and other sources but not found a solution. What I would like to do is (1

Writing a list to a file !

Hi All This may be trivial in R but I have been trying with out any success. I have a list of 100 elements each having a sub list of different length. I would like to write the list to a ASCII file.

how to extract row& col names from a matrix

Dear all I like to extract row names & column names from the named matrix...... like...... a <-matrix(1 6 2) ro <-c( "aa " "bb ") co <-c( "dd " "ee " "ff ") dimnames(a) <-list(ro co) a >

return character

Hi All I have several lines of commands and beacuse I will use these many times so I collected these commands together using a function to describe it. like the following my.fun <-function(){ ..
Page 407 of 675 Previous 100   Previous 10   401   402   403   404   405   406   407   408   409   410   Next 10   Next 100