search for: cters

Displaying 20 results from an estimated 46 matches for "cters".

Did you mean: iters
2017 May 17
2
Asterisk 13 queue and DND phones
Hi, I've noticed that when I set a phone on DND (phone-side DND, meaning it rejects calls with a busy status, SIP 486 response code I believe) the queue keeps on trying the phone over and over again. This creates issues in terms of CDR entries - in a scenario where there is only one phone on DND, and a delay between attempts of 1 second, the queue will attempt to ring the single phone
2012 Mar 27
1
read.octave fails with data from Octave > 3.2.X
Hi, I'm afraid that the function read.octave from package "foreign" has some problems with the ASCII data format exported by new versions of Octave (later than 3.2.X). It fails even for a simple case as: [Octave code:] octave:1> x=1; octave:2> save -ascii testdata.mat x [Now in R:] > octavedata <- read.octave('testdata.mat') Mensajes de aviso perdidos In
2012 May 17
2
MANOVA with random factor
Dear All I would need to perform a MANOVA with both fixed (group, sex, group*sex) and random (brood) effects. I wonder if this is at all possible and if R does that. At the moment, I only know that I can run a classic MANOVA with R. Thank you David ______________________________________________ David Costantini, PhD http://www.davidcostantini.it NERC Postdoctoral research associate
2019 Dec 15
0
christmas package
Generation of a number of Christmas cards, most of them being animated. The name of each card includes the year in which it was created. Some examples are: - The christmas card that was writen in 2009 shows a ?caganer? ( https://en.wikipedia.org/wiki/Caganer): > library(christmas) > xmas2009caganer() - The 2019 design is about CRM (Christmas regression model) ;-) >
2019 Dec 15
0
christmas package
Generation of a number of Christmas cards, most of them being animated. The name of each card includes the year in which it was created. Some examples are: - The christmas card that was writen in 2009 shows a ?caganer? ( https://en.wikipedia.org/wiki/Caganer): > library(christmas) > xmas2009caganer() - The 2019 design is about CRM (Christmas regression model) ;-) >
2012 Mar 12
1
Faceted bar plot shows wrong counts (ggplot2)
I have encountered a problem with faceted bar plots. I have tried to create something like the example explained in the ggplot2 book (see pp. 126-128): library(ggplot2) mpg4 <- subset(mpg, manufacturer %in% c("audi", "volkswagen", "jeep")) mpg4$manufacturer <- as.character(mpg4$manufacturer) mpg4$model <- as.character(mpg4$model) base <-
2012 Jun 12
1
Two-way linear model with interaction but without one main effect
Hi, I know that the type of model described in the subject line violates the principle of marginality and it is rare in practice, but there may be some circumstances where it has sense. Let's take this imaginary example (not homework, just a silly made-up case for illustrating the rare situation): I'm measuring the energy absorption of sports footwear in jumping. I have three models (S1,
2007 Jan 25
0
multibyte character corrupt in highlight method
When I apply highlight() method to the search result, multibyte characters are corrupted. The post_tag is located in the middle of last character, so the last character corrupts. Here is my code. query = "SOME_MULTIBYTE_CHARS" searcher.search_each(query) do |doc_id, score| puts searcher.highlight(query, doc_id, :field => :content) end And this is the res...
2012 Dec 30
0
ANOVA repeated measures and post-hoc
A (late) update to this question: On Fri Aug 17 07:33:29, Henrik Singmann wrote: > Hi Diego, > > I am struggeling with this question also for some time and there does > not seem to be an easy and general solution to this problem. At least I > haven't found one. > However, if you have just one repeated-measures factor, use the solution > describe by me here:
2015 Feb 16
0
Release of phia 0.2-0
Dear R users, I want to announce an update of the package "phia", version 0.2-0, now on CRAN: <http://cran.r-project.org/web/packages/phia/> "phia" (Post-Hoc Interaction Analysis) is aimed at the analysis of the expected values and other terms of in linear, generalized, and mixed linear models, on the basis of multiple comparisons of factor contrasts, and is specially
2015 Feb 16
0
Release of phia 0.2-0
Dear R users, I want to announce an update of the package "phia", version 0.2-0, now on CRAN: <http://cran.r-project.org/web/packages/phia/> "phia" (Post-Hoc Interaction Analysis) is aimed at the analysis of the expected values and other terms of in linear, generalized, and mixed linear models, on the basis of multiple comparisons of factor contrasts, and is specially
2020 Apr 29
0
Inquiry for UPS Monitoring Software.
Dear Manager, We are using UPS from multiple vendor in distributed remote sites for different network devices, including Workstation which is running on MS Windows 10 Operation system. We are looking for a software that will be running on the local Workstation and able to shut the same machine depending the power condition of the UPS. Please note that UPS will be communicating to the software
2010 Dec 07
1
no audio on end-point when call is connected/bridged via PBX
I am trying to dial through my asterisk machine from phone A to phone B. My DID is registered properly with the SIP provider. When I dial from A to B it looks fine so far. A rings B and B can pick up and the call is bridged. However, I don't hear any audio so therefor it is not working. I am running Asterisk 1.8 on a cloud server. I have had the same configuration running on a physical
2013 Sep 26
0
Soluciones para tu empresa
<http://www.boletindeoferta.com.mx/phplist/lt.php?id=Nk0CHQQKHgUDBAgMDlM> Tu producto o servicio visto por miles de personas <http://www.boletindeoferta.com.mx/phplist/lt.php?id=Nk0CHQQKHgUDBAgMDlM> Si tu meta es llegar a m?s clientes? Nosotros te ayudamos! <http://www.boletindeoferta.com.mx/phplist/lt.php?id=Nk0CHQQKHgUDBAgMDlM> Contactos Empresariales y Particulares para tu
2016 Aug 29
2
encontrar fechas saltadas
Hola Javier. Quizás no me expliqué bien: Estoy usando esta función para identificar fechas saltadas de una base de datos en formato d/m/A; > mi_serie <- c > ref_serie <- seq(from = min(mi_serie), to = max(mi_serie) ) > > dif_series <- setdiff( ref_serie, mi_serie) > > dif_series > length( dif_series) El problema es que en REF_SERIE, me dice que los cálculos los
2007 Sep 26
4
Rsync and opened files
Hello, I'm trying to determine if rsync is a sure method of backing up servers (Linux and Windows) whose files are constantly being accesed and are not able to be stoped they're services for backing up purposes... I would use it over ssh for making incremental backups... in my tests seem to always have worked backing up from a debian server to the copy server that runs debian too...
2004 Mar 24
2
slow to drill into directories
I have a samba server configured at a clients office and sometimes when he is drilling down into directories in his "File Explorer" it stalls. I tail'ed the log files and I ran tcpdump, but I can't see anything that stands out. What should I look at? I am running Samba Version 2.2.3a-12.3 for Debian. brian -- Brian Lavender http://www.brie.com/brian/
2016 Aug 29
4
encontrar fechas saltadas
?Hola, "setdiff()" efectivamente funciona sobre vectores numéricos (no fechas). Para fechas, es mejor hacerlo de esta forma (utilizando tus datos): > > Lines <- "fecha hora datos + 20/11/12 2:00:04AM 12.905 + 21/11/12 3:00:04AM 12.889 + 22/11/12 4:00:03AM 12.873 + 23/11/12 5:00:03AM 12.861 + 29/11/12 11:00:03AM 12.804 + " > > datIn <-
2012 Mar 12
2
How to create interrupted boxplot
Hello, I have created two boxplots with following R code. There is one outlier in B group. The outlier is 33. But the all other data are between 0 to 4. How can I skip y-axis around 5 to 25, and expand 0-4 for this case. Also I want keep the outlier in my boxplot. I want my boxplot look like the second one, keep the outlier, and make an interrupt of y-axis from 5 to 25. Thanks, Jianghong
2012 Mar 15
2
Ggplot barchart drops factor levels: how to show them with zero counts?
Hello, When plotting a barchart with ggplot it drops the levels of the factor for which no counts are available. For example: library(ggplot) mtcars$cyl<-factor(mtcars$cyl) ggplot(mtcars[!mtcars$cyl==4,], aes(cyl))+geom_bar() levels(mtcars[!mtcars$cyl==4,]) This shows my problem. Because no counts are available for factorlevel '4', the label 4 dissapears from the plot. However, I