Questions tagged [r-zelig]

Zelig is an easy-to-use, free, open source, general purpose statistics program for estimating, interpreting, and presenting results from any statistical method. Zelig turns the power of R, with thousands of open source packages — but with free ranging syntax, diverse examples, and documentation written for different audiences — into the same three commands and consistent documentation for every method.

"Zelig is an easy-to-use, free, open source, general purpose statistics program for estimating, interpreting, and presenting results from any statistical method. Zelig turns the power of R, with thousands of open source packages — but with free ranging syntax, diverse examples, and documentation written for different audiences — into the same three commands and consistent documentation for every method. Zelig uses R code from many researchers, making it "everyone’s statistical software." We hope it becomes everyone’s statistical software for applications too, as we designed it so anyone can use it or add their methods to it. We aim for Zelig to be the best way to do analysis, prepare replication files, learn new methods, or teach." - zeligproject.org

50 questions
0
votes
1 answer

Using Zelig with ggplot2, graphing simulations and models

I am attempting to using ggplot2 to graph some basic simulations and multi-variable regression models but am at a loss. I am using Zelig 3.5 (as newer Zeligs have glitches with simulations) Based on a blog I found, I tried this AppMod1 <-…
Sarah
  • 11
  • 1
  • 3
0
votes
1 answer

LaTex Summary Table Options for Zelig MLogit Results

I've been trying to extract my summary stats from an mlogit model run through Zelig using texreg, stargazer and memisc. texreg throws me the following error: texreg(MLogitRes3) Error in (function (classes, fdef, mtable) : unable to find an …
0
votes
1 answer

Zelig: #Error in attr(tt, "depFactors")$depFactorVar : # $ operator is invalid for atomic vectors

I'm running a logit model using the Zelig package. I get the following error...what could be wrong? anes96two <- zelig(trade962a ~ age962 + education962 + personal962 + economy962 + partisan962 + employment962 + union962 + home962 + market962 +…
Tony
  • 1
0
votes
1 answer

degrees of freedom, t-statistic, and f-values of combined multiply imputed data

I am a novice R user. I installed Zelig version 4.1-3 and Amelia II version 1.7. I am puzzled on how I can obtain the degrees of freedom, t-statistic, and f-values of combined multiply imputed data using R packages and functions. First, I loaded…
anon
0
votes
0 answers

is it possible to predict timeseries data with zelig package

I am trying to use zelig r package to do some predictive and simulated graphs: dput(x) structure(list(Date = structure(c(14640, 14668, 14699, 14729, 14760, 14790, 14821, 14852, 14882, 14913, 14943, 14974, 15005, 15033, 15064, 15094, 15125, 15155,…
user1471980
  • 10,127
  • 48
  • 136
  • 235
1 2 3
4