search for: adddit

Displaying 8 results from an estimated 8 matches for "adddit".

Did you mean: adddiv
2004 Apr 19
1
Menu addditions to Rcmdr v0.9-6
1) In general, I would appreciate help in adding functions to the Rcmdr menu system. I've been able to modify the menus themselves and source test code but I can't get R functions to execute from the menu. My latest proof of concept code follows: Three lines added to "Rcmdr-menus.txt": menu junkMenu topMenu "" ""
2008 Mar 14
2
Addition of numeric data to dates
Hello! I currently have a table of data with a column of start dates and a column with some numbers representing years. I need to add these numbers to the dates to get an end date. The two types of data are obviously incompatible and adddition of the two will not work. Does anyone know how I might go about this?? %-| -- View this message in context: http://www.nabble.com/Addition-of-numeric-data-to-dates-tp16054166p16054166.html Sent from the R help mailing list archive at Nabble.com.
2012 Sep 09
1
Error msg in rpanel
...nel$menu=="Add"){ add() } else panel } main.panel <- rp.control(title = "Main Menu",size=c(200,150)) rp.menu(panel = main.panel, var = menu, labels = list(list("Addition", "Add")), action = my.menu) # function to do adddition add <- function(){ my.draw <- function(panel) { if(panel$vals=="numbers"){ val<-as.numeric(panel$nmbr1)+as.numeric(panel$nmbr2) } else if(panel$vals=="strings"){ val <- paste(as.character(panel$nmbr1), "and" ,as.character(pane...
2008 Jan 29
1
Random and fixed effect model with a covariate
Dear All, I wonder if anyone can please offer any advice on a model including 2 fixed effects and 1 random effect, as well as a covariate? The experimental design is as follows: I have a two by two factor design, where the two factors, Age (A) and Group size (G), both have 2 levels (old or young, and 1 or 3 respectively), and I am interested in the effect of these factors upon a continuous
2010 Aug 23
2
lmer() causes segfault
Hello lmer() - users, A call to the lmer() function causes my installation of R (2.11.1 on Mac OS X 10.5.8) to crash and I am trying to figure out the problem. I have a data set with longitudinal data of four subsequent performance measures of 1133 individuals nested in 88 groups. The data is in long format. I hypothesize a performance increase for each individual over time and intend to
2009 Mar 10
40
dlstat for data link statistics
(Bcc''ed to networking discuss). Hi All, Have enclosed man page draft for dlstat(1M) herewith. This is part of the effort to gain better visibility into network traffic in light of crossbow features like virtual NICs, interrupt vs. polling modes etc. This in turn would greatly assist network performance analysis. It is also aimed at segregating link/flow configuration from
2013 Feb 13
14
[Bridge] [PATCH v10 net-next 00/12] VLAN filtering/VLAN aware bridge
Changes since v9: * series re-ordering so make functionality more distinct. Basic vlan filtering is patches 1-4. Support for PVID/untagged vlans is patches 5 and 6. VLAN support for FDB/MDB is patches 7-11. Patch 12 is still additional egress policy. * Slight simplification to code that extracts the VID from skb. Since we now depend on the vlan module, at the time of input skb_tci is
2013 Jan 09
16
[Bridge] [PATCH net-next V5 00/14] Add basic VLAN support to bridges
This series of patches provides an ability to add VLANs to the bridge ports. This is similar to what can be found in most switches. The bridge port may have any number of VLANs added to it including vlan 0 priority tagged traffic. When vlans are added to the port, only traffic tagged with particular vlan will forwarded over this port. Additionally, vlan ids are added to FDB entries and become