search for: edata

Displaying 20 results from an estimated 27 matches for "edata".

Did you mean: data
2008 Mar 04
1
Difficulty labeling plot axis when "mar" and "oma" are set
Dear all, Though labeling the x and y axis in the plot command seems to be straight forward, I can not get it to work if I do the following: ## Creating example data edata <- c(1,2,1,2) edata <- matrix(edata, 2, 2, byrow = T) colnames(edata) <- c("a", "b") edata <- data.frame(edata) ## plot data par(mfrow<- c(1,2)) plot(edata$a, edata$b, xlab = "a", ylab = "b") ## Note that the x and y axis are labled...
2023 Oct 31
1
weights vs. offset (negative binomial regression)
.... > > ? ?In general you should *not* check overdispersion of the raw data > (i.e., the *marginal distribution* of the data, you should check > overdispersion of a fitted (e.g. Poisson) model, as below. > > ? ?cheers > ? ? Ben Bolker > > > edata <- data.frame(Catch, Effort, xx1, xx2, xx3) > > ## graphical exploration > > library(ggplot2); theme_set(theme_bw()) > library(tidyr) > edata_long <- edata |> pivot_longer(names_to="var", cols =-c("Catch", > "Effort")...
2008 Dec 23
1
Approximate Entropy?
Dear guRus, is there a package that calculates the Approximate Entropy (ApEn) of a time series? RSiteSearch only gave me a similar question in 2004, which appears not to have been answered: http://finzi.psych.upenn.edu/R/Rhelp02a/archive/28830.html RSeek.org didn't yield any results at all. Happy holidays (where appropriate), Stephan
2020 Feb 02
3
lld out of memory
...eGen.a lib/libLLVMBitWriter.a lib/libLLVMScalarOpts.a lib/libLLVMAgg ressiveInstCombine.a lib/libLLVMInstCombine.a lib/libLLVMTransformUtils.a lib/libLLVMDebugInfoDWARF.a lib/lib LLVMMCDisassembler.a lib/libLLVMExecutionEngine.a lib/libLLVMTarget.a lib/libLLVMAnalysis.a lib/libLLVMProfil eData.a lib/libLLVMRuntimeDyld.a lib/libLLVMObject.a lib/libLLVMMCParser.a lib/libLLVMMC.a lib/libLLVMDebugI nfoCodeView.a lib/libLLVMDebugInfoMSF.a lib/libLLVMBitReader.a lib/libLLVMCore.a lib/libLLVMRemarks.a lib/li bLLVMBitstreamReader.a lib/libLLVMTextAPI.a lib/libLLVMBinaryFormat.a lib/...
2013 Jul 04
2
Modificar una función de un paquete
Estimados miembros de la lista. Estoy trabajando con la función mosaic del paquete vcd. Cómo puedo hacer para ver el contenido fe la función y modificar algunos de sus argumentos? Muchas gracias, Manuel -- *Manuel Spínola, Ph.D.* Instituto Internacional en Conservación y Manejo de Vida Silvestre Universidad Nacional Apartado 1350-3000 Heredia COSTA RICA mspinola@una.ac.cr
2013 Jul 04
1
Modificar una función de un paquete
...in = NULL, sub = NULL, subset = NULL, na.action = NULL) > { > if (is.logical(main) && main) > main <- deparse(substitute(data)) > else if (is.logical(sub) && sub) > sub <- deparse(substitute(data)) > > m <- match.call(expand.dots = FALSE) > edata <- eval(m$data, parent.frame()) > > fstr <- strsplit(paste(deparse(**formula), collapse = ""), "~") > vars <- strsplit(strsplit(gsub(" ", "", fstr[[1]][2]), "\\|")[[1]], "\\+") > varnames <- vars[[1]] > >...
2013 Jul 04
0
Modificar una función de un paquete
...lighting = NULL, ..., main = NULL, sub = NULL, subset = NULL, na.action = NULL) { if (is.logical(main) && main) main <- deparse(substitute(data)) else if (is.logical(sub) && sub) sub <- deparse(substitute(data)) m <- match.call(expand.dots = FALSE) edata <- eval(m$data, parent.frame()) fstr <- strsplit(paste(deparse(formula), collapse = ""), "~") vars <- strsplit(strsplit(gsub(" ", "", fstr[[1]][2]), "\\|")[[1]], "\\+") varnames <- vars[[1]] condnames <- if (length...
2018 Feb 08
2
LLD: targeting cygwin
...nt__) : { KEEP (*(.eh_frame*)) } .pdata BLOCK(__section_alignment__) : { KEEP(*(.pdata*)) } .xdata BLOCK(__section_alignment__) : { KEEP(*(.xdata*)) } .bss BLOCK(__section_alignment__) : { __bss_start__ = . ; *(.bss) *(COMMON) __bss_end__ = . ; } .edata BLOCK(__section_alignment__) : { *(.edata) } /DISCARD/ : { *(.debug$S) *(.debug$T) *(.debug$F) *(.drectve) *(.note.GNU-stack) *(.gnu.lto_*) } .idata BLOCK(__section_alignment__) : { /* This cannot currently be handled with grouped sections. See pe...
2003 Feb 19
14
Echo
I used to get bad echo and also voice breaking up during a conversation, so I upgraded the machine (from a PII 300 to a Athlon 1.8GHz) and have resolved the voice breaking up issues but still seem to have a fairly bad echo on *both* sides of the conversation. Currently I am only using the system for outbound calls, so I am always calling from the digium USB port phone and out to the telco using a
2013 Jul 06
0
Modificar una función de un paquete
....action = NULL) > > { > > if (is.logical(main) && main) > > main <- deparse(substitute(data)) > > else if (is.logical(sub) && sub) > > sub <- deparse(substitute(data)) > > > > m <- match.call(expand.dots = FALSE) > > edata <- eval(m$data, parent.frame()) > > > > fstr <- strsplit(paste(deparse(**formula), collapse = ""), "~") > > vars <- strsplit(strsplit(gsub(" ", "", fstr[[1]][2]), "\\|")[[1]], > "\\+") > > varnames &l...
2018 Feb 09
0
LLD: targeting cygwin
...__) : > { > KEEP(*(.pdata*)) > } > .xdata BLOCK(__section_alignment__) : > { > KEEP(*(.xdata*)) > } > .bss BLOCK(__section_alignment__) : > { > __bss_start__ = . ; > *(.bss) > *(COMMON) > __bss_end__ = . ; > } > .edata BLOCK(__section_alignment__) : > { > *(.edata) > } > /DISCARD/ : > { > *(.debug$S) > *(.debug$T) > *(.debug$F) > *(.drectve) > *(.note.GNU-stack) > *(.gnu.lto_*) > } > .idata BLOCK(__section_alignment__) : > { &gt...
2016 Apr 22
1
npudens(np) Error missing value where TRUE/FALSE needed
Hi, I am looking for some help concerning the npudens function in the np package. I am trying to find a kernel density function of a multivariate dataset and the density evaluated at each of the 176 points. I have 2 continuous and 3 ordered discrete variables. My sample size is 176. So edata is a 176x(2+3) data frame, while tdat is a 1x(2+3) vector. bw_cx[i,] is a 1x (2+3) vector representing the bandwidths h for each variable, which were calculated using the npcdensbw function. (no this is not a mistake, I deliberately use the conditional one) For this I use the below function in R...
2010 Apr 26
0
[PATCH matahari] Created the NetworkDevice agent.
...libhal_free_string_array(net_devices); - throw; - } - // Add the NIC to our list - nics.push_back(nic); - } - // And we're all done. - libhal_free_string_array(net_devices); -} - -int NICWrapper::identifyNIC(int seconds) -{ - struct ethtool_value edata; - struct ifreq ifr; - int sock, ret; - - edata.cmd = ETHTOOL_PHYS_ID; - edata.data = seconds; // seconds of blink time - - strncpy(ifr.ifr_name, interfaceName.c_str(), IFNAMSIZ - 1); - ifr.ifr_data = (caddr_t)&edata; - - sock = socket(AF_INET, SOCK_DGRAM, 0); - ret = io...
2018 Feb 07
0
LLD: targeting cygwin
COFF lld doesn't support the linker script at the moment, and I'm sad to say that it is very unlikely to support that in the future. Linker script support is so huge that I can't imagine we really want it for COFF. GNU BFD linker supports it because the linker is built as an interpreter for the built-in linker script (and that's one of the reasons why GNU linker is by far more
2018 Feb 07
2
LLD: targeting cygwin
Hello, I have a user who is trying to get LLD to link for the cygwin target: https://github.com/zig-lang/zig/issues/751 Currently the issue they are running into is needing to define a linker script, but the COFF driver (or MinGW driver) does not have support for that. Is there documentation or advice for how to use LLD to link for cygwin? As a starting point, which driver to use? Regards,
2010 Apr 26
2
Patch supercedes previous patch...
In looking at the code I realized that the last of the HAL depenencies were removed with this patch. So, I'm pushing an updated patch that contains none of the HAL code in it.
2003 Mar 06
0
modifying ftable to allow percentages (wishlist) (PR#2606)
...row.vars and col.vars, i.e. separately for each subtable. If pcnt="gtotal" were used, the table would sum to 100 over the complete table. One further modification would be needed in order to use percentages in ftable.formula. Line 42 of ftable.formula, where ftable is called if (inherits(edata, "ftable") is true would have to be changed to ftable(data, row.vars = rvars, col.vars = cvars, ...) The ... argument would have to be added to pass pcnt= to ftable.default. These seem to me to be minor changes that would add a useful functionality to R. (Unless of course Guru[k] alre...
2019 Jan 18
0
[klibc:master] mips: use -Ttext-segment when linking shared library
...single-instruction offsets - can access them all, and initialized data all before uninitialized, so - we can shorten the on-disk segment size. */ - .sdata : - { - *(.sdata .sdata.* .gnu.linkonce.s.*) - } - .lit8 : { *(.lit8) } - .lit4 : { *(.lit4) } - _edata = .; - PROVIDE (edata = .); - __bss_start = .; - _fbss = .; - .sbss : - { - PROVIDE (__sbss_start = .); - PROVIDE (___sbss_start = .); - *(.dynsbss) - *(.sbss .sbss.* .gnu.linkonce.sb.*) - *(.scommon) - PROVIDE (__sbss_end = .); - PROVIDE (___sbss_end = .); - }...
2019 Jan 21
0
[PATCH] ia64: Fix shared build
....IA_64.pltoff) } + /* We want the small data sections together, so single-instruction offsets + can access them all, and initialized data all before uninitialized, so + we can shorten the on-disk segment size. */ + .sdata : + { + *(.sdata .sdata.* .gnu.linkonce.s.*) + } + _edata = .; PROVIDE (edata = .); + . = .; + __bss_start = .; + .sbss : + { + *(.dynsbss) + *(.sbss .sbss.* .gnu.linkonce.sb.*) + *(.scommon) + } + .bss : + { + *(.dynbss) + *(.bss .bss.* .gnu.linkonce.b.*) + *(COMMON) + /* Align here to ensure that the .bss sec...
2019 Jan 21
0
[klibc:master] ia64: Fix shared build
....IA_64.pltoff) } + /* We want the small data sections together, so single-instruction offsets + can access them all, and initialized data all before uninitialized, so + we can shorten the on-disk segment size. */ + .sdata : + { + *(.sdata .sdata.* .gnu.linkonce.s.*) + } + _edata = .; PROVIDE (edata = .); + . = .; + __bss_start = .; + .sbss : + { + *(.dynsbss) + *(.sbss .sbss.* .gnu.linkonce.sb.*) + *(.scommon) + } + .bss : + { + *(.dynbss) + *(.bss .bss.* .gnu.linkonce.b.*) + *(COMMON) + /* Align here to ensure that the .bss sec...