Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

11 results for “from:Arnab mukherji”

Sweave +RWinEdt
Arnab mukherji · Oct 14, 2005 · r-help

Hi! I was just reading Uwe Ligges write up on extending R-WinEdt for Sweave from 2003; I was wondering if there were updates on it? Are people seriously thiking about it? I really use WinEdt a lot, and for...

covariance matrix of predictions
Arnab mukherji · Aug 23, 2006 · r-help

Hi ! I am trying to get at the covariance of the predictions of a linear model. Suppose the we have: > x<-runif(1000) > y<-2 + 25x*x +rnorm(1000) > lm1 <-lm(y~x, data = data.frame(y = y, x=x...

converting to a language object
Arnab mukherji · Feb 7, 2003 · r-help

Hi, I have a query about the following: CONTEXT: if we define: eq <- y ~ x1 + x2 then is.language(eq) returns true. this works perfectly with commands such as lm(eq,data=my.data) THE PROBLEM: Now I have a...

write.dta and handling labels
Arnab mukherji · Nov 3, 2003 · r-help

Hello, I need to write out a data matrix as a STATA 7 file and this happens perfectly with write.dta(), except I cannot seem to export the labelnames to Stata. So far I have tried the following: # X is...

Dynamic Programming in R
Arnab mukherji · Jan 19, 2006 · r-help

Hi R users, I am looking to numerically solve a dynamic program in the R environment. I was wondering if there were people out there who had expereinced success at using R for such applications. I'd rather continue in...

RWinEdt patch
Arnab mukherji · Oct 9, 2003 · r-help

Hi: I just tried to install the patch for RWinEdt - there is an automated package ('SWinRegistry' ) which with the rwinedt patch on the CRAN site have to be loaded as packages from R using the local zip drive option. That...

R-package install
Arnab mukherji · Dec 18, 2003 · r-help

Hi I have been trying to get the R Extention supportware going for a while now and have been running to an error I cannot figure out. I am hoping someone here will recognize whats going on and what i...

Rd.sty not found -
Arnab mukherji · Dec 22, 2003 · r-help

Hi I am still trying to wrap up a package using Rcmd (in windows 2000 professional with R 1.8.1). I have made some progress - and now at least Rcmd check works - it still giving me an error message...

factors
Arnab mukherji · May 11, 2006 · r-help

Hi R-users, I had a minor issue while demonstating R that I can't explain. I am hoping someone will have suggestions. The only difference is a call to fix() in between that I made to ensure people were...

Confirmatory Factor Analysis in R? SEM?
Arnab mukherji · Jan 28, 2004 · r-help

Hi Has anyone used R to conduct confirmatory factor analysis? This email pertains to use of SEM. For context consider an example: the basic idea is that there are a bunch of observables variables (say study habbits, amount of time...

Probit predictions outside (0,1) interval
Arnab mukherji · Mar 4, 2004 · r-help

Hi! I was trying to implement a probit model on a dichotomous outcome variable and found that the predictions were outside the (0,1) interval that one should get. I later tried it with some simulated data with a similar...

Can't find what you're looking for? Try searching with Google .