similar to: MNP

Displaying 20 results from an estimated 3000 matches similar to: "MNP"

2005 Jul 13
1
problems with MNP
Hi all, Does anybody have a hint on what may be going wrong in this R code? I mimic the sample code from the MNP developers but I seem unable to get the choice specific variables right. Thanks, Joan Serra > rm(list=ls()) > library(foreign) > small<-read.spss("small.sav") Warning message: small.sav: Unrecognized record type 7, subtype 13 encountered in system file. >
2009 Feb 13
0
Difference MNP-package and rmnpGibbs from bayesm-package
Hi all, For my research I have to use a Multinomial Probit model. I saw that there are two packages, that include a method to estimate my parameters. The first one is the MNP-package of Imai and van Dyk. The second one is part of the bayesm-package of Rossi. The results for both packages are not the same using the same data. Does anybody know what the difference is between these two approaches?
2004 Dec 03
3
multinomial probit
Hello All, I'm trying to run a multinomial probit on a dataset with 28 data points and five levels (0,1,2,3,4) in the latent choice involving response variable. I downloaded the latest mnp package to run the regression. It starts the calculation and then crashes the rpogram. I wish I could give the error message but it literally shuts down R without a warning. I'm using the R
2005 Apr 03
1
wrong signs using MNP.
Hi, I recently found the MNP package. Out of curiosity, I tried to reproduce results from Greene (Econometric Analysis, fourth edition) on page 874. The signs of the estimates are all opposite those of Greene's table. Might anyone be able to tell me what I am doing wrong? I have attached the function call, the coefficients, and a few rows of the data. The dataset has 210 observations.
2004 Feb 28
2
matrix inverse in C
Hi, I'm writing an R package using the C code i've written. I'm wondering if anyone knows an easy way to calculate an inverse and cholesky factor of a matrix using the Fortran/C library of R: and how to call them from C. My code is based on the Numerical Reciepe code, and I'm trying to use something that is already in R. Thanks for your help in advance, Kosuke
2005 May 24
0
R Packages and code published in JSS in 2005
Get articles from http://www.jstatsoft.org Firth Bradley-Terry Models in R Volume 12, Issue 01 Sturtz, Ligges, and Gelman R2WinBUGS: A Package for Running WinBUGS from R Volume 12, Issue 03 Mineo and Ruggieri A Software Tool for the Exponential Power Distribution: The normalp Package Volume 12, Issue 04 Ritz and Streibig Bioassay Analysis Using R Volume 12, Issue 05 Baddeley and Turner
2005 May 24
0
R Packages and code published in JSS in 2005
Get articles from http://www.jstatsoft.org Firth Bradley-Terry Models in R Volume 12, Issue 01 Sturtz, Ligges, and Gelman R2WinBUGS: A Package for Running WinBUGS from R Volume 12, Issue 03 Mineo and Ruggieri A Software Tool for the Exponential Power Distribution: The normalp Package Volume 12, Issue 04 Ritz and Streibig Bioassay Analysis Using R Volume 12, Issue 05 Baddeley and Turner
2004 Apr 24
1
determinant via Lapack
Hi, What Lapack routine(s) should I use to calculate the determinant of a symmetric matrix of real numbers? I would appreciate any guidance on this issue. Thanks, Kosuke --------------------------------------------------------- Kosuke Imai Office: Corwin Hall 041 Assistant Professor Phone: 609-258-6601 (Direct) Department of Politics Fax: 609-258-1110 (Department)
2004 Mar 19
1
R_qsort_int_I() error
Hi, I want to use R_qsort_int_I() in my C function, but getting the following error. It looks like there is a conflict between Rmath.h, which I use to generate random numbers, and R_ext/Boolean.h I would appreciate any help to fix this problem. gcc -ansi -g -o Gibbs gibbs.c subroutines.o rand.o vector.o -lm -lRmath -llapack -lblas -lfrtbegin -lg2c -lm -shared-libgcc In file included from
2012 May 05
3
Panel MNP
Hi All, Can the MNP package available in R be used to analyze panel data as well? *i.e., *if there are 3 observed discrete choices for three time periods for the same individual , can i estimate a panel multinomial probit model which allows correlated errors across time periods and individual heterogeneity (random coefficients) using the MNP package? In the case that it doesn't work, is
2004 Dec 22
0
eco 1.0-1 released
Hi all, We would like to announce the release of our software, which is now available through CRAN. ===================================================================== eco: R Package for Fitting Bayesian Models of Ecological Inference in 2 by 2 Tables Abstract: eco is a publicly available R package that fits parametric and nonparametric Bayesian models for ecological inference in 2 by 2
2004 Dec 22
0
eco 1.0-1 released
Hi all, We would like to announce the release of our software, which is now available through CRAN. ===================================================================== eco: R Package for Fitting Bayesian Models of Ecological Inference in 2 by 2 Tables Abstract: eco is a publicly available R package that fits parametric and nonparametric Bayesian models for ecological inference in 2 by 2
2010 Jul 11
0
New package "list" for analyzing list survey experiments
Dear all, Kosuke Imai and I announce the new package "list," which is now available on CRAN. list: Multivariate Statistical Analysis for the Item Count Technique List allows researchers to conduct multivariate statistical analyses with data from the item count technique for sensitive survey questions. This survey methodology, also known as the list experiment or the unmatched count
2010 Jul 11
0
New package "list" for analyzing list survey experiments
Dear all, Kosuke Imai and I announce the new package "list," which is now available on CRAN. list: Multivariate Statistical Analysis for the Item Count Technique List allows researchers to conduct multivariate statistical analyses with data from the item count technique for sensitive survey questions. This survey methodology, also known as the list experiment or the unmatched count
2005 Nov 21
2
Multinomial Nested Logit package in R?
Dear R-Help, I'm hoping to find a Multinomial Nested Logit package in R. It would be great to find something analogous to "PROC MDC" in SAS: > The MDC (Multinomial Discrete Choice) procedure analyzes models > where the > choice set consists of multiple alternatives. This procedure > supports conditional logit, > mixed logit, heteroscedastic extreme value,
2009 Aug 31
1
Probit function
Hello, I want to start testing using the MNP probit function in stead of the lrm function in my current experiment. I have one dependant label and two independent varaibles. The lrm is simple model <- lrm(label ~ val1 + val2) I tried the same thing with the mnp function and got an error that I don't understand model <- mnp(label ~ val1 + val2) I get back an immediate error that
2012 Mar 01
0
Memory problem in R
Hi all, I am running an -MNP- multinomial probit model package using R. It gives me the following objection instead of giving me the results: Erreur : impossible d'allouer un vecteur de taille 137.9 Mo (in english: cannot allocate a 137.9 Mb vector memory).  I have already increased the memory size upto 2047Mb. This problem has been discussed in 2008 (archives) but no profitable answers were
2004 Mar 30
2
RAqua and gcc
Hi, I've recently purchased PowerBookG4 (panther) and installed RAqua 1.8.1. I also installed gcc version 3.3 through Xcode tools. But, for some reason, I'm having a hard time getting gcc work with R. For example, I get the following error while installing Hmisc package. I would appreciate any suggestion to fix this problem. Thanks Kosuke * Installing *source* package
2005 Jan 11
0
New package: MatchIt
We would like to announce the release of our software MatchIt, now available on CRAN. MatchIt implements a variety of matching methods for causal inference. Abstract: MatchIt implements the suggestions of Ho, Imai, King, and Stuart (2004) for improving parametric statistical models by preprocessing data with nonparametric matching methods. MatchIt implements a wide range of sophisticated
2005 Jan 11
0
New package: MatchIt
We would like to announce the release of our software MatchIt, now available on CRAN. MatchIt implements a variety of matching methods for causal inference. Abstract: MatchIt implements the suggestions of Ho, Imai, King, and Stuart (2004) for improving parametric statistical models by preprocessing data with nonparametric matching methods. MatchIt implements a wide range of sophisticated