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 591 of 675 Previous 100   Previous 10   591   592   593   594   595   596   597   598   599   600   Next 10  

regression tree xerror

I am running some models (for the first time) using rpart and am getting results I don 't know how to interpret. I 'm using cross-validation to prune the tree and the results look like Root node err

Problem installing packages and weird R site behaviour

Hi I tried to install a package using the menu option and was presented a list filled with NA 's. I then tried visiting the R site and each option on the side bar (eg. CRAN Search FAQ) sends me t

Re: [R] Multi-plot figures with different numbers of plots
   indifferent rows

"Anne York " <york@(protected) > wrote in message news Pine.LNX.4.62.0503261316330.2758@(protected) > par(mfrow c(2 3)) #set up 2 rows x 3 colums > plot(1 10) #plot 1 > plot(1 10) #plot 2 > plot(

pairewise plots

Dear R users I have a data generated as the following dat <- data.frame(matrix(sample(24) nrow 4)) dimnames(dat) <-list(rownames c( 'g1 ' 'g2 ' 'g3 ' 'g4 ') colnames c( "A_CH1 " "A_CH2 " "B_CH1 " "B

Help about PLS

Dear all I would like to use the PLS method to reduce the dimension of my data because there are much more variables that individuals. I looked at the pcr.pls package. Do someone know if there is

RE: glmmPQL questions

Jo It looks like farm is your level of replication so you don 't need to specify farm as a random factor. A linear model 'lm ' with binomial errors (a.k.a. logistic regression) is enough. You onl

strange result of acos

Hi all I have to calculate an expression using acos -function. A strange result of acos appears *1. case with error* ss <- sin(10.74*pi/180)**2 +(cos(10.74*pi/180)*cos(10.74*pi/180)*cos

Plot Moran 's I

Hello all I 'm a new user of R and I have used the spdep package to calculate Moran 's I estimates. I used the dnearneigh() function and moran.test() function and obtained what I wanted but now I wa

R-squared in Logistic Regression

Dear all How do I make R show the R-squared (deviance explained by the model) in a logistic regression? Below is how I write my syntax. Basically I want to investigate density-dependence in p

Annotation metadata "kills " help.search

Greetings! OS Windows R 2.0.1 Before anyone flames -- I tried to query this on the R searchable web site and using google and did not find anything applicable. As of about a week ago the h

Aggregating data (with more than one function)

I have the data similar to the following in a data frame LastName Department Salary 1 Johnson IT 56000 2 James HR 54223 3 Howe Finance 80000 4

a cox model question

Hi Is there anyone can tell me how to estimate baseline cumulative hazard function and baseline survival function by using Breslow 's method in R? Thanks Jimmy [[alternative HTML version d

Generating list of vector coordinates

Hi. Can anyone suggest a simple way to obtain in R a list of vector coordinates of the following form? The code below is Mathematica. In[5] Flatten[Table[{i j k} {i

Reading data from "clipboard "

Dear List As a way to learn R I am trying out some of the examples shown in the Reference Cards. I use the following to read a column of numbers from Excel x <- read.delim( "clipboard ")

mixed model question

I am trying to fit a linear mixed model of the form y_ij X_ij \beta + delta_i + e_ij where e_ij ~N(0 s^2_ij) with s_ij known and delta_i~N(0 tau^2) I looked at the ecme routine in package

online course: Modeling in R

Online short course Modeling in R Dr. Phillip Good will offer the short course "Modeling in R " online at statistics.com April 8-29 2005. This 3-week course will show you how to use R to crea

RODBC and OS X

All I 'm having a problem connecting to an MS SQL Database via RODBC on OS X. If I try to connect through the GUI using chan <- odbcConnect( "drewdb " uid "user " pwd "pwd ") it simply crashes R

Model Selection and Data

Hi All Are there times when random forests should not be used as a classification or regression model for determining variable importance. If so then is it the properties of the training dat

gnuclient problems witrh R/ESS in linux

Dear list Not strictly R ... In R on Xemacs with ESS (R-2.0.1 Xemacs-21.4.15-r3 ESS-5.2.6) on gentoo-linux when I use k <-edit(k) or fix(k) to change a small vector k <- c(1 2 3 4 5 6)

A question regarding stratified bootstrap

Dear experts I am asking for help with a question regarding to stratified bootstrap. How shall I implement my stratified bootstrap in boot() using boot package in R? My dataset is a longitudinal

glmmPQL questions

I am looking a risk factors for disease in cattle and am interested in modelling farm and sampling cluster as random effects (My outcome is positive or negative at the level of the farm). I am us

Can I use a variable to pass a file name to scan() ?

Hi can anyone please tell me if it is possible to use a variable to pass a file name to scan()? I am trying to write a program that loops through a series of text files. I use list.files() to cr

Applying function to multiple input vectors

Hi. Say I have a function f with two inputs x and y f <- function(x y) {something} that I wish to evaluate with two input vectors of length N X <- c(x1 x2 ... xN)

"Fold " in R?

Fold in Mathematica (or reduce in Python) works as follows Fold[f x {a b c}] f[f[f[x a] b] c] That is f is a binary operator x is the initial value and the results are cascaded alon

netcdf

Hi All I 'm very knew to R. I downloaded and am running it on my redhat so that I can use the clim.pact package. Everything is downloaded and installed correctly. When trying to read a netcdf

Time varying coefficients with Kalman

Dear R-users Is there any possibility to estimate a regression model with time varying intercept and slope of the form r(t) a(t) + b(t)*x(t) + eta(t) a(t+1) a(t) + v(t) b(t+1) b(t)

F90

On Sun Mar 27 2005 at 03 26 39AM +0200 Gorjanc Gregor wrote > Hello! > > Has anyone successfully compiled F90 sources in R-package? I found the > same question on r-devel list from 2002 and I

Where can I found the package "ordinal " ?

Hello dear all I want to install the package "ordinal " but I don 't see the package listed under package sources. I try to search it by "google " then I found this http //euridice.tue.nl/

question about predict.princomp

from the code of predict for princomp it scale the new data using the object$center and pbject$scores i wander why?if the predict function desgined for validitation?but "analyzing multivariate data "(l

[R] Subject [applying labels to a scatter plot matrix]

Dear R Is there a way to apply row names as labels to a scatter plot matrix I tried pairs(dogs labels row.names) Error in strwidth(labels "user ") cannot coerce type closure to character
Page 591 of 675 Previous 100   Previous 10   591   592   593   594   595   596   597   598   599   600   Next 10