Displaying 4 results from an estimated 4 matches for "logmult".
Did you mean:
logmu
2012 Sep 30
0
New package: logmult (log-multiplicative models)
...standard errors,
and direct plotting of the results.
In addition, it makes it possible to identify scores from RC(M)
association models, which gnm does not allow without computing the SVD
yourself. It will probably get support for more models in the future.
But let DESCRIPTION speak for itself:
logmult: Log-multiplicative models, including association models
Functions to fit log-multiplicative models using gnm, with support for
convenient printing, plots, and jackknife/bootstrap standard errors.
Currently supported models include UNIDIFF (Erikson & Goldthorpe),
a.k.a. log-multiplicative laye...
2012 Sep 30
0
New package: logmult (log-multiplicative models)
...standard errors,
and direct plotting of the results.
In addition, it makes it possible to identify scores from RC(M)
association models, which gnm does not allow without computing the SVD
yourself. It will probably get support for more models in the future.
But let DESCRIPTION speak for itself:
logmult: Log-multiplicative models, including association models
Functions to fit log-multiplicative models using gnm, with support for
convenient printing, plots, and jackknife/bootstrap standard errors.
Currently supported models include UNIDIFF (Erikson & Goldthorpe),
a.k.a. log-multiplicative laye...
2015 Apr 29
2
Formula evaluation, environments and attached packages
Hi!
Some time ago, I replaced calls to library() with calls to
requireNamespace() in my package logmult, in order to follow the new
CRAN policies. But I just noticed it broke jackknife/bootstrap using
several workers via package parallel.
The reason is that I'm running model replicates on the workers, and the
formula includes non-standard terms like Mult() which are provided by
gnm. If gnm is no...
2015 Apr 29
0
Formula evaluation, environments and attached packages
...gnm::Mult
f <- Freq ~ Eye + Hair + Mult(Eye, Hair)
gnm::gnm(f, family=poisson, data=dat)
Hope that helps,
Heather
On Wed, Apr 29, 2015, at 05:57 PM, Milan Bouchet-Valat wrote:
> Hi!
>
> Some time ago, I replaced calls to library() with calls to
> requireNamespace() in my package logmult, in order to follow the new
> CRAN policies. But I just noticed it broke jackknife/bootstrap using
> several workers via package parallel.
>
> The reason is that I'm running model replicates on the workers, and the
> formula includes non-standard terms like Mult() which are prov...