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

logistic regression asymptote problem

R-helpers I have a question about logistic regressions. Consider a case where you have binary data that reaches an asymptote that is not 1 maybe its 0.5. Can I still use a logistic regression to

write.foreign and SPSS

Erin Hodgess wrote > Dear R > > In the foreign library there is a function "write.foreign ". > > When this is used to write to an SPSS file there are > actually 2 files as output a data file an

write.foreign and SPSS

Dear R In the foreign library there is a function "write.foreign ". When this is used to write to an SPSS file there are actually 2 files as output a data file and a code file. How would you co

Java and R help

Im doing an aplication in Java and i have a program made in R what i want to launch with Java. I have the following instructions Runtime r Runtime.getRuntime() try { System

bringToBottom? and tcltk document

Thanks for the answer from Uwe Ligges and Duncan Murdoch ! if any function could do the opposite action of bringToTop()? Are there any introductory and detailed "tcltk " documents or help files or bo

Problem installing RMySQL_0.5-5

Dear R users I have a problem installing RMySQL_0.5-5 in that ld skips incompatible libmysqlclient as shown below. Can someone help? Thanks Einar Arnason I am on a Red Hat Enterprise Linux ES (v.

Discriminant Function Analysis

Dear All This is more of a statistics question than a question about help for R so forgive me. I am using lda from the MASS package to perform linear discriminant function analysis. I have 14 case

plot legend outside the grid

Thanks Bert for all the help. I got the legend figured out Friday but left early becoz of long weekend so didn 't get a chance to reply.. I modified the plot margins a little bit and Here 's what I fina

finding out more about an object, e.g. lm

Hi! I 'm trying to use lm(y~x) amongst others in an automated way I 've gone through the section on indexing in R-lang and I 've looked MASS4. How do I find out more about the structure of the returne

generalized gamma random number generation

hi I am stuck with the generation of generalized gamma distributed random numbers can u plese help me anubhav

PLS: problem transforming scores to variable space

Dear List! I am trying to calculate the distance between original data points and their position in the PLS model. In order to do this I tried to predict the scores using the predict.mvr function an

Code of Hansen 's (2000) Econometrica paper on threshold estimation

I am searching for an R version of the code written in GAUSS by Bruce Hansen for his paper on Econometrica 2000 "Sample Splitting and Threshold Estimation ". Someone can help me? Davide -- Davide

by (tapply) and for loop differences

I am getting a difference in results when running some analysis using by and tapply compare to using a for loop. I 've tried searching the web but had no luck with the keywords I used. I 've attached

Kind of 2 dim histogram - levelplot

Dear R-List I 've written some code to put measurement values at a position x and y in bins (xb and yb). It works but I wonder if there isn 't a function that would do what I do by hand in "# fill da

timezone problems

Hi Im using R 2.1.1 and running Code that previously worked (on R 2.1.0 I believe) using the 'timeDate ' function from the fCalendar package. The code now throws an error Error in if (Sys.timez

Getting runtime error in stepclass

Hi! I got the following runtime error when I tried to use svm method with stepclass. Error in "colnames <- "(`*tmp*` value c( "0 " "1 ")) attempt to set colnames on object with less than tw

New version of "vcd " package

Dear useRs a completely revised version of the `vcd ' ( "Visualizing Categorical Data ") package is now available from CRAN. This major revision includes the following enhancements * grid-based The

Derivative of a function

Suppose I have a simple function that returns a matrix such as test <- function(x){ return(matrix(c(x x^2 x^3 x^4) 2 2)) } so that test returns [ x x^3 ] [ x^2 x^4 ] Is it possible for m

help eliminating for loops

I am having trouble with apply. Could someone suggest changes to the code below that will eliminate the for loops? R 2.1.1 patched Windows 2k Thanks John function () { NaCon <-array(dim c(10 10)) f

Problems with eval() in connection with match.call()

Dear all I have a problem when passing parms from one function to another when the argument list is just '... '. Consider this example foo <-function(){ xx <- 111222 bar(x xx) } bar <- function(...

using index of a loop as a macro variable

Hi I 'm a long-time STATA user and a R newbie. I 'm doing ok but I 'm addicted to STATA macro variables. Is there something like a macro variable in R? Specifically I 'd like to be able to do someth

R emacs and ess

Hi all I want to apologise first for being a beginner with linux/emacs/ess I am pretty good with R ). I have R-1.9.1 installed on my directory of a linux server I also have ess 5.2.8 installed t

r version 2.1.0 and graphics in mac os 10.3.9

I use mac os 10.3.9 and I 've installed in my computer R 2.1.0 (I believe this is the latest R version). Although it works alright when I open R by clicking in the R icon I cannot use the graphic

question about boxplot axis

Hi I have a question making side by side boxplot. My response is numeric and I want to make a side by side boxplot of it accroding to a factor vector. So there are several boxplots on the same

Colors in mtext

I want to assign different colors to different strings using mtext(...). However when I use something like mtext(text c( "string1 " "string2 " "string3 ") col c( "black " "blue " "red ") side 3 line 0)

Lack of independence in anova()

If the observations are normally distributed and the 2xk design is balanced theory requires that the tests for interaction and row effects be independent. In my program appended below this would

Rotate legends or other approaches to nice legend   placement?

On Mon 2005-07-04 at 11 19 +0100 Alex Brown wrote > I 'm sure this general sort of question has been asked many times before > - I would _like_ automatic and sensible legend placement in barplots s

partial autoregression matrix function

Hi Does anyone know of a function in R that is capable of calculating the partial autoregression matrix function for vector autoregressive moving average (VARMA) models? The dse package has funct

RMySQL typing Problem (bigint unsigned)

Dear Group if anyone has experience with the RMySQL Package maybe this behaviour is know Reading data from a table into R the fields with datatype bigint(20) unsigned are transformed in some

A faster way to aggregate?

My Original question (edited) > I have a logical data frame with NA 's and a grouping factor and I want to > calculate > the % TRUE per column and group. With an indexed database result are mainly
Page 515 of 675 Previous 100   Previous 10   511   512   513   514   515   516   517   518   519   520   Next 10   Next 100