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

Using data frames for EDA: Insert, Change name, delete columns? (Newcom

"Ben Fairbank " <BEN@(protected) > wrote in message news CA612484A337C6479EA341DF9EEE14AC03AC1BB5@(protected) > I ... cannot find commands to easily insert > remove (delete) rename and re-ord

factor to character

Using RODBC when I select from a table strings (chars and varchars) come as factors. What is the best way speed wise to convert these columns back to strings (perhaps using as.character). ________

Using data frames for EDA: Insert, Change name, delete columns? (Newcomer 's

I am finding complex analyses easier than some elementary operations in R. In particular I want to do some low level exploratory data analyses with data in a data frame but cannot find commands to ea

where can i download the metrics package

Look for package Ecdat.

where can i download the metrics package?

i learn it from "metrics Towards a package for doing econometrics in R "but i can not find it in cran. -- Department of Sociology Fudan University Shanghai Blog http //sociology.yculblog.com _____

function for cumulative occurrence of elements

Hello I have a data set with 9700 records and 7 parameters. The data were collected for a survey of forest communities. Sample plots (1009) and species (139) are included in this data set. I

Programming Books

I am about to embark on the writing of a program for R and I wanted to know a good reference book that would be useful. There has been some talk about S programming the Springer publication ISBN 03

index of dispersion

Hi list I 'm looking for statisitic measurements describing the pattern of points within a given polygon. Is there a function calculating the Index of Dispersion and/or are there other functions summa

R-postgresql

hello where can download R-postgresql from ? regards Ahmet Temiz

enhanced MDS

Hi again Sorry in looking again at sammon and isoMDS I see that they seem to do exactly what I want except that they are non-metric which means as I understand it that they relate the rank ord

enhanced multidimensional scaling?

Dear R list Would anyone be able to tell me whether it is possible to do "enhanced multidimensional scaling " (enhanced MDS) in R? In other words something that goes beyond "cmdscale " by iterativel

New package `party ': A Laboratory for Recursive   Part(y)itioning

Dear useRs a new package for tree-structured regression is available on CRAN. This package implements a unified framework for recursive partitioning which embeds tree-structured regression models

How to import data as numeric array?

Did some search but couldn 't find useful result. I am trying to read a n*m dimension data with read.table what i need is a numeric array is there any efficient way to allow me get this array dire

nonparametric 2way repeated-measures anova

Dear useRs is there any nonparametric test for the analysis of variance in a design with two within-factors (repeated measures on both factors)? Friedman is not appropriate here therefore I am gratef

STAR models estimation with R

Hi Can you tell me if there are an R package or code for STAR model estimation and test misspecification. If no how i could do this. Thanks in advance Best regards AJMI Noomen Phd student TUNISI

.ts

Goog morning! How to construct a time serie in hours or in minuts ... The examples are all in years Excuse for questions so basic! Jver pir2.jv@(protected)

GetRNGstate() crashes in Windows

Hi Has anyone managed to successfully call GetRNGstate() / PutRNGstate() without crashing in a Windows environment (spec. XP)? I 've compiled successfully using both the latest Cygwin latest Ming

add transformed columns into a matrix

Dear R users My input is a matrix. The matrx rows are sample the matrix columns are features. I need an output matrix which include the original features and some kinds of transformed features. For

help--package:MIX

Hi all The package MIX is for estimation and multiple imputation for mixed categorical and continuous data. I want to use multiple imputation to impute the missing values in the covariates of Cox

Index (which) of last non-NA data in dataframe

Hello In a dataframe I want the index if the last non-NA data. Example d <-data.frame(matrix(c(1 3 4 2 7 8 1 NA 2) 3 3 byrow TRUE)) gives > d X1 X2 X3 1 1 3 4 2 2 7 8 3

Crosstabs in R

HI I have the data in the following format. My aim is to determine the concordance in genotype calls (SNP1 2 3 etc) at two centers. DNA center snp1 snp2 NA07019 1 A A NA07348 1 M G NA10830

ks.test() output interpretation

I 'm using ks.test() to compare two different measurement methods. I don 't really know how to interpret the output in the absence of critical value table of the D statistic. I guess I could use the p-v

A. Mani : colours in Silhouette

Hello In cluster analysis with cluster how does one colour the silhouette plots ? For example in using pam. There seems to be some problem there. Everything else can be coloured. Thanks

function for "two-part " or "two-condition " models

Hello This is an (hopefully) improved question of one I posted several weeks ago. Does anyone know of a function for fitting "two-part " models? These models are designed to handle count data with so

simplifying the code

dear list I need help to achieve a simpler code to complete a task I 'm performing. here is an example dat <-expand.grid(a seq(1 5) b seq(1000 1005)) I want to add a new column dat$c in that t1 <

Linear Modeling and Predictions

Hello all I need some help with linear modeling and making predictions using my model. What I have done is the following -Read my variable data into R using read.table -Assigned the values to va

test of hazard ratios

Hi Is there a R test available that tests whether 2 hazard ratios obtained from Cox regressions on the same patient sample by 2 different classifiers are significantly different? Thanks Steve ___

SSlogis problem with min(y)==0

Hi I think this is a problem solved but I would be interested to know if there is some good reason why SSlogis() behaves like this (apologies if this has been noticed before- I 'm not confident my arc

Numerical accuracy

Hi people I need to prove the good quality of numerical accuracy of R. Anyone knows a paper or anything else comparing R to other statistical softwares in terms of numerical accuracy. I 've made a lo

problem with postcript() and umlauts

-----BEGIN PGP SIGNED MESSAGE----- Hash SHA1 Hello I am running R 2.01 on SuSE 9.2 and I use GNU-Emacs and ESS. When using umlauts like � � � � for e.g. plot titles I enter them directly in the c
Page 520 of 675 Previous 100   Previous 10   511   512   513   514   515   516   517   518   519   520   Next 10   Next 100