Displaying 20 results from an estimated 600 matches similar to: "fractional balanced design conjoint analysis"
2009 May 12
1
Can anyone suggest some r packages for Experimental Designs, specifically for choice and conjoint??? (or is intersted in helping me make 1)
Afternoon everyone,
I''ve spent the last week or so looking at all the experimental design
packages I can find in R. AlgDesign, design.conf and BHH2 being the best one
I could find.
Unfortunately none of these do a particularly good job for complex designs,
in particular for conjoint or discrete choice. (or perhaps they do, and I
can''t make them work correctly)
2010 Jun 24
1
BBH2 and FrF2 packages
Hi R HELP,
I consider the 2^3 factorial experiment described at page 177 of
the book Statistics for Experimenters: Design, Innovation, and Discovery
by George E. P. Box, J. Stuart Hunter, William G. Hunter (BHH2).
This example use the following data in file BHH2-Data/tab0502.dat
at ftp://ftp.wiley.com/
in /sci_tech_med/statistics_experimenters/BHH2-Data.zip
run T C K y
1 1 -1 -1 -1 60
2
2005 Jun 07
4
Conjoint in R
Hello all,
I am trying to apply a conjoint analysis in order to determine the best
profile that captures the most preferred combination of levels of given
categorical factors.
For this a set of factors is given and initially a fractional factorial
design has to be produced as a subset of all possible factor levels
combinations, sufficient to estimate the main effects utilities.
Then the
2004 Mar 31
2
choice-based conjoint
Hello everyone,
I am new to this list and the R-Project, so I hope my question is not
trivial or has been answered before. I searched the FAQs and the mailing
list archives and I could not find anything about Conjoint Analysis. I am
especially interested in Choice-based Conjoint, resp. discrete choice
models.
Is there a function / module that handles this issue? Or can the multinomial
logit
2007 Dec 06
5
Conjoint Analysis in R??
Pls advise how I can use R in conjoint analysis??
regds
Faisal Afzal Siddiqui
Karachi, Pakistan
____________________________________________________________________________________
Looking for last minute shopping deals?
2010 Jun 14
3
Design of experiments for Choice-Based Conjoint Analysis (CBC)
Hello,
I would like to know if there is any function in R which allows to make
designs of experiments for Choice-Based Conjoint studies ?
I have already checked the topic on " design of experiments with R " and
looked at the different libraries.
I tried to make my design with the "optFedorov" function but I haven't found
how it can allow to have balanced design (with the
2010 Oct 28
0
Consultant needed for WTP analysis based on results from a conjoint survey
We are in the process of analyzing data from a discrete-choice conjoint survey and are looking for a consultant who can help us assess willingness to pay (WTP). We are currently able to assess overall WTP using the coefficients from our conjoint analysis but would like assistance in determining if significant differences in WTP exist across a number of subgroups via a segmented analysis or some
2008 Apr 28
5
Fractional Factorial Design
Hi all,
Does anybody know if it is possible to build a fractional factorial design
in R? That is, suppose that we want do design an experiment with 3 factors
with 2, 3 and 3 levels, respectivly. However we want to consider, let's say,
only 6 from all possible level combinations. Does R design such experiment?
Thanks in advance,
Caio
[[alternative HTML version deleted]]
2012 Dec 02
0
Conjoint Analysis in R??
Pls advise how I can use R in conjoint analysis??
regds
Faisal Afzal Siddiqui
Karachi, Pakistan
____________________________________________________________________________________
Looking for last minute shopping deals?
-----
TO GET MORE DETAILS CLICK HERE
--
View this message in context: http://r.789695.n4.nabble.com/Conjoint-Analysis-in-R-tp4651650.html
Sent from the R help
2010 Sep 09
0
Help with HB analysis in R for a conjoint study Data
Dear Group
I was referring to a conjoint analysis scenario using R from the paper
referred below:
Agricultural Information Research 17(2),2008,86-94
available online at www.jstage.jst.go.jp/
This paper describes the data modelling of a conjoint study design based
on conditional logit procedure.
I understand that Heirarchical Bayes is asymptotically equivalent to
Conditionallogit. However it
2009 Sep 09
0
new package MLCM: Maximum Likelihood Conjoint Measurement
This is to announce a new package MLCM on CRAN.
The package provides functions for estimating perceptual scales
by maximum likelihood from data collected in a conjoint measurement
experiment. Data for conjoint measurement are typically collected
using a psychophysical procedure. The stimuli vary along 2 or more
dimensions. The observer views pairs of stimuli and judges which
stimulus of each pair
2009 Sep 09
0
new package MLCM: Maximum Likelihood Conjoint Measurement
This is to announce a new package MLCM on CRAN.
The package provides functions for estimating perceptual scales
by maximum likelihood from data collected in a conjoint measurement
experiment. Data for conjoint measurement are typically collected
using a psychophysical procedure. The stimuli vary along 2 or more
dimensions. The observer views pairs of stimuli and judges which
stimulus of each pair
2010 Jul 08
1
New R-SIG for Discrete Choice Modelling
Hello all,
I'd like to announce the availability of a mailing list for a
newly-formed SIG (Special Interest Group) dedicated to using R for
Discrete Choice Modelling.
This list is intended for discussion of issues revolving around the
design and analysis of Discrete Choice (aka Stated Choice, Stated
Preference or Choice-Based Conjoint) experiments.
While R has good infrastructure for
2009 Aug 24
6
CRAN (and crantastic) updates this week
CRAN (and crantastic) updates this week
New packages
------------
Updated packages
----------------
New reviews
-----------
This email provided as a service for the R community by
http://crantastic.org.
Like it? Hate it? Please let us know: cranatic at gmail.com.
2009 Mar 24
4
Error in FrF2 example on Mac OS
Dear all,
I just noticed that the 0.9 update for FrF2 did not work out for Mac OS due
to an error in an example that ran without error on all other platforms. I
do not find any reason for this. In the past, umlauts or tab characters have
sometimes been an issue, but I didn't find any of these. The function
definition is
FrF2(nruns = NULL, nfactors = NULL, factor.names = if
2013 Sep 06
1
Importing function that is previously imported by other package
Dear developeRs,
I encounter the following problem: in the current version of my package
FrF2, certain calls to a functioni do not work when package combinat is
loaded, because function combn from combinat masks the function from
utils that my package uses.
I tried to solve this issue by importing function combn into the
namespace of FrF2; I don't need to export it, I just want to use it
2006 Jan 20
3
fractional factorial design in R
Hi,
i need to create a fractional factorial design sufficient to estimate the
main effects.
The factors may have any number of levels, let's say any number from 2 to 6.
I've tried to use the library conf.design , but i cannot figure out how to
write the code.
For example, what is the code for a design with 5 factors (2x3x3x5x2) and
only main effects not confounded?
thanks in advance!
Which is the easiest (most elegant) way to force "aov" to treat numerical variables as categorical ?
2010 Jun 14
2
Which is the easiest (most elegant) way to force "aov" to treat numerical variables as categorical ?
Hi R help,
Hi R help,
Which is the easiest (most elegant) way to force "aov" to treat numerical variables as categorical ?
Sincerely, Andrea Bernasconi DG
PROBLEM EXAMPLE
I consider the latin squares example described at page 157 of the book:
Statistics for Experimenters: Design, Innovation, and Discovery by George E. P. Box, J. Stuart Hunter, William G. Hunter.
This example use
2009 Aug 25
1
Problem with correct usage of formula environment
Dear all,
I am working on a function formula.design that should automatically generate
reasonable lm formulae for a number of different designs. All works well as
long as all variables used are columns of the design data frame. For one
function, I would like to incorporate a dummy variable for center points
that is not a column of the design. Without this function, it would work
like this (at
2008 Oct 24
1
How to embed residual dot plots of BHH2::anovaPlot(...) into plotMeans(...)?
Dear R fans,
I am preparing a lecture discussing the paper of Wilkinson and APA
Task Force on Statistical Inference (1999, American Psychologist, 54,
594-604.) I'd like to demo their Figure 3B (p. 602) with R. That is to
add plotMeans(...) with dots of BHH2::dotPlot(...) . Is there any
elegant script to do the job?
Thanks
---------------
LI, Xiaoxu