search for: mnl

Displaying 20 results from an estimated 38 matches for "mnl".

Did you mean: mcl
2014 Dec 16
0
[ANNOUNCE] nftables 0.4 release
...9;t display a BUG message on too large decimal/hexadecimal values. Resources ========= The nftables code can be obtained from: * http://netfilter.org/projects/nftables/downloads.html * ftp://ftp.netfilter.org/pub/nftables * git://git.netfilter.org/nftables To build the code, you libnftnl and libmnl are required: * http://netfilter.org/projects/libnftnl/index.html Thanks ====== Thanks to all our contributors, testers and bug reporters, whom have all helped to get rid of a good bunch of bugs and push new features. On behalf of the Netfilter Core Team, Happy bytecode execution :) -----------...
2008 Dec 04
0
integration within maximum likelihood
Hi: I'm trying to estimate a latent variable model in mnl discrete choice framework using R. I need to do first a uni dimensional integral within each observation (row) in the database and then sum over observations. I'm stacked in the point shown below. Apparently I have a dimensionality problem in the definition of the integral. Maybe it does not id...
2017 Oct 12
0
[ANNOUNCE] nftables 0.8 release
...s. ... and lots of documentation updates! and regression tests! Resources ========= The nftables code can be obtained from: * http://netfilter.org/projects/nftables/downloads.html * ftp://ftp.netfilter.org/pub/nftables * git://git.netfilter.org/nftables To build the code, libnftnl 1.0.8 and libmnl >= 1.0.2 are required: * http://netfilter.org/projects/libnftnl/index.html * http://netfilter.org/projects/libmnl/index.html Visit our wikipage for user documentation at: * http://wiki.nftables.org For the manpage reference, check man(8) nft. In case of bugs and feature request, file them v...
2007 Feb 02
1
multinomial logistic regression with equality constraints?
I'm interested in doing multinomial logistic regression with equality constraints on some of the parameter values. For example, with categorical outcomes Y_1 (baseline), Y_2, and Y_3, and covariates X_1 and X_2, I might want to impose the equality constraint that \beta_{2,1} = \beta_{3,2} that is, that the effect of X_1 on the logit of Y_2 is the same as the effect of X_2 on the
2009 Mar 23
0
Problems with adapt
...the use of adapt. I'm new to R so I would appreciate any comment on my code below. Thanks Angelo ---------------------------------------------------------------------------------------------------------- DATA<-read.table("Data.csv",header=TRUE,sep=",") library(adapt) mnl.lik<-function(theta,y){ th1<-theta[1] th2<-theta[2] tha<-theta[3] thb<-theta[4] thc<-theta[5] thp<-theta[6] thmu<-theta[7] alfz1<-theta[8] alfz2<-theta[9] alfc<-theta[10] alf<-theta[11] r<- 1 s<- 1 n<-2000 lik<-numeric(n) int<-numeric(n) v<- num...
2019 Oct 29
1
[Bug 1376] New: Verbosity
https://bugzilla.netfilter.org/show_bug.cgi?id=1376 Bug ID: 1376 Summary: Verbosity Product: nftables Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 Component: nft Assignee: pablo at netfilter.org Reporter: s.egbert at
2006 Oct 24
2
Mixed conditional logit model
dear all, i wonder whether it is possible to estimate a mixed (random parameters) logit model in R. my dataset only includes conditional explanatory (RHS) variables. i've already searched the R-help archives and found slightly comparable questions but no satisfying answers. an old fashoined conditional logit does not work due to the violation of the iia property. a short description of
2020 Jun 06
0
[ANNOUNCE] nftables 0.9.5 release
...You can combine this new selector with the existing set and map features to build more advanced rules. You can download this new release from: http://www.netfilter.org/projects/nftables/downloads.html#nftables-0.9.5 ftp://ftp.netfilter.org/pub/nftables/ To build the code, libnftnl 1.1.7 and libmnl >= 1.0.4 are required: * http://netfilter.org/projects/libnftnl/index.html * http://netfilter.org/projects/libmnl/index.html Visit our wikipage for user documentation at: * http://wiki.nftables.org For the manpage reference, check man(8) nft. In case of bugs and feature request, file them v...
2009 May 10
4
Partial Derivatives in R
Quick question: Which function do you use to calculate partial derivatives from a model equation? I've looked at deriv(), but think it gives derivatives, not partial derivatives. Of course my equation isn't this simple, but as an example, I'm looking for something that let's you control whether it's a partial or not, such as: somefunction(y~a+bx, with respect to x,
2020 Apr 01
0
[ANNOUNCE] nftables 0.9.4 release
...nd: # nft -a list ruleset ... [ ruleset listing here ] ... Make sure to update your scripts. You can download this new release from: http://www.netfilter.org/projects/nftables/downloads.html#nftables-0.9.4 ftp://ftp.netfilter.org/pub/nftables/ To build the code, libnftnl 1.1.6 and libmnl >= 1.0.3 are required: * http://netfilter.org/projects/libnftnl/index.html * http://netfilter.org/projects/libmnl/index.html Visit our wikipage for user documentation at: * http://wiki.nftables.org For the manpage reference, check man(8) nft. In case of bugs and feature request, file them v...
2004 Sep 26
2
help for stata user
Hi, I'm new to R, and I'm STATA user before, could you help me where I can get document about comparison command between STATA and R. Thank you very much, Best regards, -iip-
2005 May 19
1
R 2.1.0 RH Linux Built from Source Segmentation Fault
...'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for a HTML browser interface to help. Type 'q()' to quit R. [Previously saved workspace restored] > # program name: mnl.R > # my hierarchical bayes logit model using random walk algorithm > # > # nphy= number of physicians in the sample > # nvar = no. of variables in X > # nalt = no. of alternatives > # nobs = no. of observations > # yrows (nphy x 1 matrix) contains no. of observations by...
2014 Nov 10
1
[PATCH 2/2] drm/edid: fix Baseline_ELD_Len field in drm_edid_to_eld()
...ef36 100644 > --- a/drivers/gpu/drm/drm_edid.c > +++ b/drivers/gpu/drm/drm_edid.c > @@ -3128,9 +3128,12 @@ void drm_edid_to_eld(struct drm_connector *connector, struct edid *edid) > } > } > eld[5] |= sad_count << 4; > - eld[2] = (20 + mnl + sad_count * 3 + 3) / 4; > > - DRM_DEBUG_KMS("ELD size %d, SAD count %d\n", (int)eld[2], sad_count); > + eld[DRM_ELD_BASELINE_ELD_LEN] = > + DIV_ROUND_UP(drm_eld_calc_baseline_block_size(eld), 4); > + > + DRM_DEBUG_KMS("ELD size %d,...
2024 Sep 25
0
[ANNOUNCE] libnetfilter_conntrack 1.1.0 release
...ap` Ignore `configure~` conntrack: fix BPF for filtering IPv6 addresses Pablo Neira Ayuso (7): conntrack: add sanity check to netlink socket filter API src: reverse calloc() invocation conntrack: api: bail out if setting up filter for flush/dump fails conntrack: mnl: clean up check for mismatching l3num and tuple filter conntrack: update link to git repository src: remove unused parameter from build functions libnetfilter_conntrack: bump version to 1.1.0 Peter Fordham (1): configure: C99 compatibility issues Phil Sutter (3): exp...
2006 Feb 08
0
bayesm, rmnlIndepMetrop
Hi, I tried to use rmnlIndepMetrop (bayesm package) for my MNL model with 4 choice alternatives, 5 independent variables, 69 observations, dim(X) [1] 276 5, nu=6. So I run such code: if(nchar(Sys.getenv("LONG_TEST")) != 0) {R=2000} else {R=10} set.seed(66) df=read.table("X_metrop.dat",header=T...
2009 Apr 16
0
Partial Derivatives in logit
Hi, I'm trying to figure out how to have R estimate partial derivatives for logit models. As an example, I'm providing a (fake) scored observation in a MNL with 3 categories of Y and 2 predictors (x01 and x02), and show the right way to calculate it, but am looking for how to use an R function, such as deriv() or anything else. Here is my attempt: ### Variables for an observation x01 <- 0.2 x02 <- 0.1 ### Parameters for an observation b00.1 &l...
2011 Mar 26
0
Sampling Weights in HB Choice Modelling (e.g., rhierMnlRwMixture)
Is anyone familiar with a way to account for sampling weights (e.g., in order to cope with selection bias) for individual respondents using the bayesm package (e.g., rhierMnlRwMixture)? In the regular MNL this can easily be done in STATA using the mlogit function with pweights option. However, I am unfamiliar with a way to do it in HB estimation. Any help or hints are appreciated. Best, Klaus -- View this message in context: http://r.789695.n4.nabble.com/Sampling-...
2015 Sep 09
0
[ANNOUNCE] libnetfilter_conntrack 1.0.5
...onntrack: labels: remove dead code qa: add cmp ATTR_ZONE regression test cases conntrack: compare: relax MARK/ZONE attribute comparision Gustavo Zacarias (2): configure: uclinux is also linux src/Makefile.am: drop hardcoded -ldl Ken-ichirou MATSUZAWA (10): conntrack: mnl: fix parsing payload len conntrack: remove duplicate code qa: update cmp ATTR_ZONE size mark and zone conntrack: api: add two new bitmask functions qa: add tests for new bitmask functions doc: fix symbol name typo in comment qa: build unshared nfct environment...
2014 Feb 10
0
[Bug 901] New: Can not add a rule with a 'hdrlength' value as IPv4 header expression
...4 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ $ sudo nft add rule ip test1 filter ip hdrlength 5 <cmdline>:1:1-38: Error: Could not process rule: Invalid argument add rule ip test filter ip hdrlength 5 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ I can always reproduce this bug. The last commit in libmnl repo is "090a842 examples: use mnl_socket_setsockopt" The last commit in libnftnl repo is "076fd1e include: add cached copy of linux/kernel.h" The last commit in nftables repo is 35f689e mnl: fix inclusion of last rule in batch page -- Configure bugmail: https://bugzilla.netfi...
2016 Dec 20
0
[ANNOUNCE] nftables 0.7 release
...h POSIX.1-2008 (which is simultaneously IEEE Std 1003.1-2008). Resources ========= The nftables code can be obtained from: * http://netfilter.org/projects/nftables/downloads.html * ftp://ftp.netfilter.org/pub/nftables * git://git.netfilter.org/nftables To build the code, libnftnl 1.0.7 and libmnl >= 1.0.2 are required: * http://netfilter.org/projects/libnftnl/index.html * http://netfilter.org/projects/libmnl/index.html Visit our wikipage for user documentation at: * http://wiki.nftables.org For the manpage reference, check man(8) nft. In case of bugs and feature request, file them v...