Displaying 20 results from an estimated 400 matches similar to: "New package: eba"
2005 May 05
0
updated package eba 1.4-0
Dear all,
There is an updated version of the eba package for
elimination-by-aspects (EBA) choice models available on CRAN.
It features new functions for extracting and plotting
the residuals, for testing hypotheses on the parameters
(wald.test), and for comparing sub-samples (group.test).
The documentation has also been updated.
Any feedback is welcome.
Happy modeling!
Florian Wickelmaier
2005 May 05
0
updated package eba 1.4-0
Dear all,
There is an updated version of the eba package for
elimination-by-aspects (EBA) choice models available on CRAN.
It features new functions for extracting and plotting
the residuals, for testing hypotheses on the parameters
(wald.test), and for comparing sub-samples (group.test).
The documentation has also been updated.
Any feedback is welcome.
Happy modeling!
Florian Wickelmaier
2009 Mar 16
1
listening experiment
Hi All,
I was wondering whether there have been some listening experiments done
to test how well spatial information is preserved in the celt signal,
e.g. comparison of sound localization performance for the original
uncompressed sound and the celt sound (most probably for different bit
rates).
Best, Pablo
--
Pablo F. Hoffmann
PostDoc
Acoustics
Dept. of Electronic Systems
Aalborg
2010 Aug 27
0
New package: mpt
Dear all,
I have submitted a new package called mpt to CRAN.
It contains functions for fitting and testing multinomial
processing tree (MPT) models, a class of statistical models for
categorical data that involve latent parameters. These parameters
are often interpreted as psychological processing variables.
An introduction to these models is:
Riefer, D.M., & Batchelder, W.H. (1988).
2010 Aug 27
0
New package: mpt
Dear all,
I have submitted a new package called mpt to CRAN.
It contains functions for fitting and testing multinomial
processing tree (MPT) models, a class of statistical models for
categorical data that involve latent parameters. These parameters
are often interpreted as psychological processing variables.
An introduction to these models is:
Riefer, D.M., & Batchelder, W.H. (1988).
2005 Oct 31
2
nls() fit to Kahnemann/ Tversky function
Dear WizaRds,
I would like to fit a curve to ten points with nls() for one
unknown parameter gamma in the Kahnemann/ Tversky function, but somehow
it won't work and I am unable to locate my mistake.
p.kum <- seq(0.1,1, by=0.1)
felt.prob.kum <- c(0.16, 0.23, 0.36, 0.49, 0.61, 0.71, 0.85, 0.89, 0.95,
1) ## how to find a function that fits these points nicely?
plot(p.kum,
2004 Aug 20
0
Package "deal" version 1.2-17
A new version of the package "deal" is now available on CRAN. The package is
for learning (parameters and structure) of Bayesian networks and provide an
interface to Hugin. In the new version there is an interface to the package
dynamicGraph which allows for editing and callbacks of graphs in the
displayed window.
Try
> install.packages(c("dynamicGraph","deal"))
2004 Aug 20
0
Package "deal" version 1.2-17
A new version of the package "deal" is now available on CRAN. The package is
for learning (parameters and structure) of Bayesian networks and provide an
interface to Hugin. In the new version there is an interface to the package
dynamicGraph which allows for editing and callbacks of graphs in the
displayed window.
Try
> install.packages(c("dynamicGraph","deal"))
2006 Sep 21
1
Foreign SID's and winbind use default domain
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi
In the Samba HOWTO (ch. 24 section 24.3.2) is written
"When winbind is used, the default condition is
that the local user george will be treated as the account DOMAIN\george
and the foreign (non-member of the domain) account will be treated as
MACHINE\george because each has a different SID."
I have enable 'winbind use default
2004 Nov 09
1
StructTS (PR#7353)
Dear R-bugs
I have been studying the StructTS function (in package 'stats') and
functions supplied with it. I think I have found a few minor bugs in the
documentation.
I am referring to the version of StructTS supplied with the release R 2.0.0.
Output from 'version'
platform i386-pc-mingw32
arch i386
os mingw32
system i386, mingw32
status
2008 Mar 07
2
error in random forest
Hi,
I get the following error when I try to predict the probabilities of a
test sample:
Error in predict.randomForest(fit.EBA.OM.rf.50, x.OM, type = "prob") :
New factor levels not present in the training data
I have about 630 predictor variables in the dataset x.OM (25 factor
variables and the remaining are continuous variables). Any ideas on
how to trace it?
Thank you,
Nagu
2011 Jun 15
1
Fitting a choice model (Bradley-Terry generalization)
I have some data I would like to model which involves choice of food by
dung beetles.
There are a number of experiments where in each case, there are five
choices. Overall there are more than 5 different foods being compared
(including a placebo) and different experiments use different comparisons.
The problem is a generalization of Bradley-Terry but it differs from
some generalizations in
2004 Oct 25
0
Shorewall 2.0.10
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
http://shorewall.net/pub/shorewall/2.0/shorewall-2.0.10
ftp://shorewall.net/pub/shorewall/2.0/shorewall-2.0.10
Nothing Earth-shattering here and there is no reason to upgrade if you
are not seeing one of the corrected problems.
- -----------------------------------------------------------------------
Problems corrected in version 2.0.10
1) The
2006 Dec 26
4
Rating competitors
I am looking for hints on how to estimate ratings for competitors
in an ongoing pairwise competition using R... my particular area of
interest being the game of Go, but the idea of identifying ratings
(on a continuous scale) rather than relative rankings seems easily
generalized to other competitions so I thought someone might be
studying something related already.
I presume the rating of a
2004 Dec 13
3
Advice on parsing formulae
Dear list
I would like to be able to group terms in a formula using a function that I
will call tvar(), eg. the formula
Y ~ 1 + tvar(x:A) + tvar(z) + u + tvar(B) + tvar(poly(v,3))
where x,u and v are numeric and A and B are factors - binary, say.
As output, I want the model.matrix as if tvar had not been there at all. In
addition, I would like to have information on the grouping, as a vector
2018 Jan 23
0
[PATCH 5/5] drm: Don't pass clip to drm_atomic_helper_check_plane_state()
On Tue, 2018-01-23 at 19:08 +0200, Ville Syrjala wrote:
> From: Ville Syrjälä <ville.syrjala at linux.intel.com>
>
> Move the plane clip rectangle handling into
> drm_atomic_helper_check_plane_state(). Drivers no longer
> have to worry about such mundane details.
>
> v2: Convert armada, rcar, and sun4i as well
>
> Cc: Liviu Dudau <liviu.dudau at arm.com>
2013 Oct 15
0
[LLVMdev] [llvm-commits] r192750 - Enable MI Sched for x86.
I should mention a couple of useful self-explanatory LLVM flags for triage:
-enable-misched=false
-verify-misched
-Andy
On Oct 15, 2013, at 4:43 PM, Eric Christopher <echristo at gmail.com> wrote:
> Grats on the work, a long time coming!
>
> Beware the incoming register allocation bugs ;)
>
> -eric
>
> On Tue, Oct 15, 2013 at 4:33 PM, Andrew Trick <atrick at
2013 Jul 16
0
[LLVMdev] [PATCH 2/2] X86: infer immediate forms of bit-test instructions
The instruction mnemonics for the immediate forms of bit-test
instructions including bt, btr and bts, btc do not work. llvm-mc barfs
with:
error: ambiguous instructions require an explicit suffix
This is highly user-unfriendly, since we can easily infer what the user
meant by inspecting $imm and translating the instruction appropriately.
Do it exactly as the Intel manual describes. Note that
2013 Jul 14
2
[LLVMdev] [PATCH] x86/asm: avoid mnemonics without type suffix
On Sun, Jul 14, 2013 at 11:35 AM, Tim Northover <t.p.northover at gmail.com> wrote:
>
> I'm coming at this from the compiler side, where the register form is
> unambiguous and not questioned. The discussion we're having involves
> only the immediate form of the instruction. GNU as interprets:
>
> bt $63, mem
>
> as
> btl $63, mem
>
> which may
2007 Mar 26
1
Problem in loading all packages all at once
Hi All
Please see the Rprofile file which i have modified as follows and after
that when I start R then I see that R says to me "TRUE" for all the
packages implying that all loaded at once.
But when i try to use commands as simple as help("lm"), it doesnt work nor
any of the menu "Packages" is not working.
Although the regression using lm ( Y ~ X ) is working