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
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
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
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.
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
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---
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,
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
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.
---
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
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
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
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
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).
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
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
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
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
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
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
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
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
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","
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
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
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
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
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
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
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
30 matches
Mail list logo