Displaying 20 results from an estimated 20000 matches similar to: "Function rmultiregfp from package bayesm gone?"
2012 Jun 18
2
Need to append vector to all levels of nested list WITHOUT a loop
Hi everyone,
I have a list betaMoments with 2 levels, e.g.
> beta1 = list(
+ m = 4,
+ v = 5
+ )
> beta2 = list(
+ m = 6,
+ v = 7
+ )
>
> betaMoments = list()
> betaMoments[[1]] = beta1
> betaMoments[[2]] = beta2
and I have a matrix Names which has the same number of lines as the
list has first level elements (here 2; beta1 and beta2). Now I need to
make
2010 Jun 07
1
what`s best memory - speed - pc for R?
Hi all,
I need to do massive simulations in the next two years. I estimated
that I will need about 64GB memory, if I do not want to split up the
calculations. Additionally I would like to have it as fast as possible.
Can R handle multi-core processors and can all standard operating
systems handle the same amount of memory and speed?
Perhaps someone could point me to a webshop that sales
2007 Aug 07
1
bayesm - question about 'rscaleUsage function'
Hi all,
I have managed to get the r-scale usage algorithm to work, but I need to obtain the final results from this. As I understand it, this code is designed to generate a matrix after processing and store it somewhere?????
Here is the code.....
I get this part of the code, it all makes sense.
##
if(nchar(Sys.getenv("LONG_TEST")) != 0) {R=1000} else {R=5}
{
data(customerSat)
2008 Dec 09
1
bayesm package not downloading via any mirror or repository
I am a pretty new R user, I am running the latest linux version on xandros,
updated with some extra debian packages, and I also run the latest windows
version, but prefer linux.
I am having trouble downloading "bayesm", it won't do it all from any of the
sites on the web, I resorted to this one,
http://packages.debian.org/unstable/math/r-cran-bayesm. and got slightly
further, but I
2005 Apr 16
0
bayesm: a package for Bayesian infererence for Marketing/Micro-Econometrics
We are pleased to announce the release of version 0.0 of bayesm on CRAN.
bayesm covers many important models used in marketing
and micro-econometrics applications.
The package includes:
Bayes Regression (univariate or multivariate dep var)
Multinomial Logit
Multinomial and Multivariate Probit
Multivariate Mixtures of Normals
Hierarchical Linear Models with a normal prior and covariates
2005 Apr 16
0
bayesm: a package for Bayesian infererence for Marketing/Micro-Econometrics
We are pleased to announce the release of version 0.0 of bayesm on CRAN.
bayesm covers many important models used in marketing
and micro-econometrics applications.
The package includes:
Bayes Regression (univariate or multivariate dep var)
Multinomial Logit
Multinomial and Multivariate Probit
Multivariate Mixtures of Normals
Hierarchical Linear Models with a normal prior and covariates
2010 Jun 26
0
Problem: RWinEdt and Windows 7
Hi I can install RWinEdt if I start R with administrator rigths, but it
does not paste my code to the console. I found advice in the link below
how to manage the problem, but it did not work, any other idea?
http://yusung.blogspot.com/2009/01/rwinedt-and-windows-vistawindow-7.html
Thanks a lot,Johannes >From: Uwe Ligges
<ligges_at_statistik.tu-dortmund.de>
>Date: Sun, 08 Nov 2009
2011 Aug 04
0
Problems with Z in rhierMnlRwMixture using bayesm
Dear All,
I am using rhierMnlRwMixture in the bayesm package for the analysis of data
from a choice experiment. I am trying to follow the margarine example set
out in the bayesm manual (p.28). However, after several attempts I keep
getting an error message with regards to my Z matrix as below.
> Error in Z %*% t(matrix(olddelta, ncol = nz)) :
>requires numeric/complex matrix/vector
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?
2007 Jun 20
0
Multi-variate Probit model using Bayesm
Hello,
I have built a multi-variate probit model using the package "bayesm", which
requires that the X data is constructed using the function "CreateX". I've
gone through the documentation and run my model, but wanted to be sure about
my interpretation of the results for the coefficients - beta.
Steps:
1) I have 5 choices for the dependent variable Y, so p=5
2) I have 8
2007 Jun 21
0
Multi-variate Probit model using Bayesm in R
Hello,
I have built a multi-variate probit model using the package "bayesm", which
requires that the X data is constructed using the function "CreateX". I've
gone through the documentation and run my model, but wanted to be sure about
my interpretation of the results for the coefficients - beta.
Steps:
1) I have 5 choices for the dependent variable Y, so p=5
2) I have 8
2007 May 10
1
Bayesm
Hi all,
Please let me know the how to include Bayesm with R-2.4.1
Thanks
Jomy
[[alternative HTML version deleted]]
2012 Mar 01
1
Parameterization of Inverse Wishart distribution available in MCMCpack and bayesm libraries
Hello Everyone
Both the MCMCpack and the bayesm libraries allow us to make draws from the
Inverse Wishart distribution.
But I wanted to find out how exactly is the Inverse Wishart distribution
parameterized in these libraries.
The reason I ask is the following:
Now its generally standard to express Inverse Wishart as IW(0.5 * DOF,0.5*
Scale). (DOF-> Degree of freedom, Scale -> Scale
2005 Nov 17
0
new version of bayesm
Version 2.0-2 of bayesm is available on CRAN.
This version includes bug fixes for rhierMnlRwMixture and
rhierLinearModel.
peter rossi
_______________________________________________
R-packages mailing list
R-packages at stat.math.ethz.ch
https://stat.ethz.ch/mailman/listinfo/r-packages
2005 Nov 17
0
new version of bayesm
Version 2.0-2 of bayesm is available on CRAN.
This version includes bug fixes for rhierMnlRwMixture and
rhierLinearModel.
peter rossi
_______________________________________________
R-packages mailing list
R-packages at stat.math.ethz.ch
https://stat.ethz.ch/mailman/listinfo/r-packages
2011 Feb 10
0
Question about the covariate Z in rhierMnlRwMixture (bayesm)
Hello!
I am using rhierMnlRwMixture from bayesm package. I would like to use
it with a categorical covariate (Z).
I have 2 clariciation questions:
1. If the covariate is categorical, do I have to represent it as dummy
variable(s)? (e.g., 2 dummy variables for a 3-level categorical
variable)?
2. Do those dummy variables have to be centered? Help file for
rhierMnlRwMixture says: "Z should not
2005 Apr 23
0
patch release of bayesm
Folks-
a patch release of bayesm, v0.0-1, is now available on CRAN. This release corrects some errors in the help pages as well as one error in the function rhierLinearModel involving an incorrect default prior setting.
peter
................................
Peter E. Rossi
Joseph T. and Bernice S. Lewis Professor of Marketing and Statistics
Editor, Quantitative Marketing and Economics
Rm
2005 May 20
0
Version 1.0-1 of bayesm
Version 1.0-1 of bayesm is now available on CRAN.
This is our first "production" version which include s much improved documentation as well as five data sets used in our book, Bayesian Statistics and Marketing.
peter r
................................
Peter E. Rossi
Joseph T. and Bernice S. Lewis Professor of Marketing and Statistics
Editor, Quantitative Marketing and Economics
2005 Jun 15
0
Version 1.1-0 of bayesm
Version 1.1-0 of bayesm is now available on CRAN.
This version includes Bayesian inference for the NBD(Poisson) regression
model and a hierarchical version of the same. It also includes an additional
dataset with count data and various covariates.
Comments and suggestions for improvement are most welcome.
................................
Peter E. Rossi
Joseph T. and Bernice S. Lewis
2005 Oct 03
0
release of version 2.0-1 of bayesm
Folks-
We are pleased to announce the release of version 2.0-1 of bayesm.
Highlights of the new version:
1. Bayesian treatment of SUR (seemingly unrelated regression)
2. Added clustering to mixture of normals models
3. Added routines to compute implied univ and bivariate densities from
mixture of normals MCMC draws
4. improved input error checking in many routines
please get rid of your