[R] lmer() computational performance

2011-06-29 Thread zubin
Hello, running a mixed model in the package LME4, lmer() Panel data, have about 322 time periods and 50 states, total data set is approx 15K records and about 20 explanatory variables. Not a very large data set. We run random intercepts as well as random coefficients for about 10 of the variab

Re: [R] str() on a data frame with 600 variables

2011-04-15 Thread zubin
perfect! thx On 4/15/2011 8:43 AM, Duncan Murdoch wrote: > On 15/04/2011 8:19 AM, zubin wrote: >> Hello.. >> >> How do I get str() to show all variables in a data frame? It seems to be >> "list output truncated" at about 99 variables, the data frame has over

[R] str() on a data frame with 600 variables

2011-04-15 Thread zubin
Hello.. How do I get str() to show all variables in a data frame? It seems to be "list output truncated" at about 99 variables, the data frame has over 600 but i can't seem to figure out how to show all variables, we see list.len() but again can't seem to figure this out - help will be appreciated

[R] R package rating site?

2011-01-24 Thread zubin
We should really have an R package rating site, comments, reviews or such, like folks do for apps or movie reviews. Does anyone know of a site trying to do this. If i remember correctly a few R user conferences ago this was talked about but not sure if anything was ever implemented.

[R] Create Table & Delete Table using JDBC

2010-05-01 Thread zubin
Hello, using RJDBC within R and successful at fetching and writing data, one quick question that I can't find an answer to: Running a drop table and create table query, they run and they work, but R returns a error. I am using dbSendQuery - i thought dbSend just submits SQL and does not expect

Re: [R] creating a variable using concatenation

2010-03-30 Thread zubin
Perfect - this works!! -zubin Peter Alspach wrote: > Tena koe Zubin > > Would this work for your application: > > toPlot <- paste("X",i,sep="") > plot(x[, toPlot]) > > HTH > > Peter Alspach > > >> -Original Message---

[R] creating a variable using concatenation

2010-03-30 Thread zubin
A general problem i run into, i know there must be a simple solution. I like to create a variable by appending a 1 for example, (i need to loop later on from 1 to X, thus the reason for this). So i assign the variable vplot with this value, however it has quotes and when i use it in a barplot,

[R] R and Hierarchical Forecasting

2009-12-15 Thread zubin
Hello, does anyone know of any R routines capable of whats called Hierarchical Forecasting, reconciling the different hierarchies. Example: A top down forecast where the corporate forecast is created and then all the regions within the corporate entity are also forecasted, with the constraint the

[R] dynlm predict with newdata?

2009-11-22 Thread zubin
Hello, can one use predict, as you can with other model objects like lm, with dynlm to predict a new data set that is identical in field names, just a different time period. Be nice if you could, I don't really want to create a new data set with all the lags, hoping it would generate dynamically.

Re: [R] prcomp - principal components in R

2009-11-09 Thread zubin
--- cuncta stricte discussurus - -Ursprüngliche Nachricht- Von: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] Im Auftrag von zubin Gesendet: Monday, November 09, 2009 12:37 PM An: r-help@r-project.org Betreff: [R] prcomp - principal compone

Re: [R] prcomp - principal components in R

2009-11-09 Thread zubin
ative Proportion 1.00 stephen sefick wrote: > principal components is a data reduction technique. It looks like > you have three axes that account for 100%. Make this reporducible. > > On Mon, Nov 9, 2009 at 11:37 AM, zubin wrote: > >> Hello, not understanding the out

[R] prcomp - principal components in R

2009-11-09 Thread zubin
Hello, not understanding the output of prcomp, I reduce the number of components and the output continues to show cumulative 100% of the variance explained, which can't be the case dropping from 8 components to 3. How do i get the output in terms of the cumulative % of the total variance, so

[R] predict factanal scores

2009-10-17 Thread zubin
Hello, how does one use factanal to produce factor scores for a new data set? I have a factor solution estimated from historical data. I have a 'new' data set I just like to create factor scores using the prior estimated factor model. I see a reference to a package tsfa, for time series fact

Re: [R] caret package for time series applications

2009-10-02 Thread zubin
use the present caret package with time series, please share.. Max Kuhn wrote: > Zubin, > > >> Hello, I have some time series applications, where i have a large set of X >> variables (hundreds) and thousands of time data points (sampling every >> minute).

[R] caret package for time series applications

2009-10-01 Thread zubin
Hello, I have some time series applications, where i have a large set of X variables (hundreds) and thousands of time data points (sampling every minute). I like to use the caret package to support the analysis, variable selection and model selection. However, reading the documentation, it l

[R] evaluate a set of symbols within an IF statement

2009-09-25 Thread zubin
Hello, writing some R code to cleanse a data set, if the following set of symbols are identified then perform some actions. trying to write the minimum code to do this. tname = "VIX" checkticker = c("VIX", "TYX", "TNX", "IRX") if (tname == checkticker) { //perform some operations

Re: [R] cairoDevice.dll error, but it exists..?

2009-05-25 Thread zubin
Duncan, thx - installing GTK fixed the issue :) -zubin Duncan Murdoch wrote: On 5/25/2009 9:43 AM, zubin wrote: Hello, running windows vista, R2.9. Installed the following libraries: (*latticist*, *playwith* and *Cairo*) Wanted then to run, to evaluate the visualization features: data

[R] cairoDevice.dll error, but it exists..?

2009-05-25 Thread zubin
nes, with R2.9 and Vista, same error on both. -zubin [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/p

[R] Mature SOAP Interface for R

2009-03-28 Thread zubin
Hello, we are writing rich internet user interfaces and like to call R for some of the computational needs on the data, as well as some creation of image files. Our objects communicate via the SOAP interface. We have been researching the various packages to expose R as a SOAP service. No cu

[R] time date stamp since, january 1st 1970

2009-01-22 Thread zubin
Hello, we are receiving some data, sample below - with a weird time/date stamp format, we need some help with R on converting this time date stamp to a useable field in R, date and time in a data-frame. The developer says its the number of milliseconds since midnight, January 1, 1970. sample

[R] PDF slided (beamer or prosper) to an editable PPT

2009-01-15 Thread zubin
Hello, I am getting requests to place our PDF slides (output from beamer) into Microsoft Powerpoint formats (.ppt). What's the best practice or any recommended software packages (any success with open or commercial) that we can use to convert PDF slides into an EDITABLE powerpoint deck? Tha

[R] The Innagural Atlanta useR Group Meeting!

2008-10-06 Thread zubin
Announcing a new Meetup for Atlanta useR Group (R Programming Language)! > > What: The Innagural Atlanta useR Group Meeting! > > When: November 5, 2008 7:00 AM > > Where: Click the link below to find out! > > Meetup Description: Hello All! > > I am putting this on the books for the first Atlanta us

Re: [R] example - export a data frame to an XML file

2008-09-30 Thread zubin
Yes! This is perfect, Paul - thank you very much. -zubin Paul Murrell wrote: > Hi > > Is this what you are after ... ? > > > data <- > read.csv(textConnection('"date","UYG.Open","UYG.High","UYG.Low","UYG.Close","

Re: [R] example - export a data frame to an XML file

2008-09-29 Thread zubin
Duncan, thanks for the note - the schema looks like this - is this what your asking for? 2007-02-01 71.32 71.34 71.32 71.34 200 69.23 2007-02-02 72.2 72.2 72.2 72.2 200 70.06 Duncan Temple Lang wrote: Hi Zubin. The first thing is to send us a link to the schema that

[R] example - export a data frame to an XML file

2008-09-28 Thread zubin
In need of exporting an XML file from R, I scrub some data in R and push the data into another application requiring XML. The data set is a very straightforward data frame of stock prices- see below. I know the package XML is the one to use, but need an example or some direction on where to s

[R] example - export a data.frame to an XML file

2008-09-28 Thread zubin
In need of exporting an XML file from R, I scrub some data in R and push the data into another application requiring XML. The data set is a very straightforward data frame of stock prices- see below. I know the package XML is the one to use, but need an example or some direction on where to s

[R] rcurl and cookies

2008-09-18 Thread zubin
uot;http://www.dailyreportonline.com/siteLogin.asp";, origin = "", queryDB = "", form_username = "zubin", form_password = "", form_save_login = "on", login = "Submit") htmlTreeParse(txt2, asText = TRUE) This success

[R] using R for accessing web site data -

2008-09-14 Thread zubin
nd of like a web scraping task, but like to do this in R. I checked out RCurl, this seems very low level? This leads to using R to perform mashups of various sites for data analysis. -zubin __ R-help@r-project.org mailing list https://stat.et

[R] string functions

2008-09-14 Thread zubin
Hello, trying to locate all the string commands in the base version of R, can't seem to find an area that describes them. I am in need to do some serious parsing of text data to create my dataset. Is there a summary link to all the character operators? string manipulations that would help in

[R] optFederov/AlgDesign - help avail?

2008-04-21 Thread zubin
Hello, we are needing to generate optimal (Fractional) designs for discrete choice applications, where we will be using logistic regression or multinomial logit as the modeling technique. It looks like optFederov, in the AlgDesign package may work, but not sure if this algorithm works when the