search for: mati

Displaying 20 results from an estimated 31 matches for "mati".

Did you mean: math
2018 Mar 28
2
can not install package "matie"
Dear R-experts, I can not install the package "matie". If somebody can tell me where the problem is. > install.packages("matie") Installing package into ?/Users/Caro/Library/R/3.3/library? (as ?lib? is unspecified) essai de l'URL 'https://cran.rstudio.com/bin/macosx/mavericks/contrib/3.3/matie_1.2.tgz' Content type ...
2018 Mar 28
0
can not install package "matie"
On 28/03/2018 6:27 PM, varin sacha via R-help wrote: > Dear R-experts, > > I can not install the package "matie". If somebody can tell me where the problem is. > >> install.packages("matie") > Installing package into ?/Users/Caro/Library/R/3.3/library? > (as ?lib? is unspecified) > essai de l'URL 'https://cran.rstudio.com/bin/macosx/mavericks/contrib/3.3/matie_1.2.t...
2018 Mar 29
1
can not install package "matie"
Varin In the teaching you to fish department, you can find those dependencies Duncan appeared to pull out of thin air by looking at the CRAN contributed packages web pages, which can easily be found with Google. Start at the matie page and follow the dependency links and look at dependencies. In particular the error message mentioning the proxy package is a clue that dependencies might be a problem. -- Sent from my phone. Please excuse my brevity. On March 28, 2018 3:38:27 PM PDT, Duncan Murdoch <murdoch.duncan at gma...
2012 Jul 17
2
aligning image with bar plot in the same plot
Dear Mailing list, I want to plot a matrix using image() and on its side I want to give information to every line of the matrix using colors. I tried to use barplot, but cannot align the two plots. Code below. I succeed in doing what I want using another image() plot, but was wondering whether there is an easier way to do it. Thank you so much! Tiago ############# code ## matrix to plot mat...
2011 Sep 07
1
Weight in Function RM
Dear all, I am trying to do weighted regression using lm function in R. However, I have a question why the results from 1) lm(formula = Y~aX, weight = w) 2) lm(formula = wY~waX) are different. Aren't they supposed to have the exactly same result? Below are the R code to see difference in regression results MatY <- c(0.15,0.42,0.31,0.22) MatX <-
2010 Dec 13
1
Problem with Modern Warfare 2 on Wine 1.2.1
Code: root at mati:/home/mati/.wine/dosdevices/c:/mw2# wine iw4mp.dat fixme:win:EnumDisplayDevicesW ((null),0,0x32f2f0,0x00000000), stub! fixme:system:SystemParametersInfoW Unimplemented action: 59 (SPI_SETSTICKYKEYS) fixme:system:SystemParametersInfoW Unimplemented action: 53 (SPI_SETTOGGLEKEYS) fixme:system:SystemP...
2008 Dec 21
6
Games performance with wine
I've been using Linux Ubuntu for a few days, but I already love it :) However, when I'm running windows games under wine, I get less than 10fps, while under windows they work really fast. I have installed latest Nvidia drivers from ubuntu repositories and Direct X 9c under wine (yes, dxdiag works, and it passes all the tests). I have also seen on youtube, that many people don't have
2003 Jun 05
1
dl102s again
Please I need help, I don't know why,almost every time I dial on my dect phones, the dialtone doesn't go off and * doesn't recognise anything!!!! I'm using two dlink voip gateways, MGCP: DL102s. Any ideas? thanks in advance michelle matis ----- Tu cuenta de correo gratuita Mixmail http://mixmail.ya.com Ya.com ADSL Home 24 h, Módem + Alta ¡Gratis! http://acceso.ya.com/adslhome24h/
2013 Mar 28
2
QUESTION ON ROUNDING
Dear All,   wonder if you have a thought on the following: I am using the round(x,digits=3) command, but some of my values come out as: 0.07099999999999999 AND 0.06900000000000001. Any thoughts on why this maty be happening or how to eliminate the problem?   apreciate the help,   Andras [[alternative HTML version deleted]]
2004 Jun 30
1
classifying packets
...t are routed through 1. router with mark 1 and the others packets routed throuhg router 2. with mark 2. i had following ideas: -using destination MAC -using route realms (but routes are generated using quagga and it does not support realms) -using 2 NICs, (but i can''t use 2 NICs) thanks Matis ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2004 Sep 24
2
CONNMARK problem
...112K all -- any any anywhere anywhere CONNMARK match 0x5 22 1843 all -- any any anywhere anywhere CONNMARK match 0x6 i don''t know if it is correct, so please tell me if it is normal. thanks a lot Matis _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2011 Dec 13
2
Problem with ploting fitted values
Hello! I have such a problem... Estimated a model based on common data (you can find it in R library), and I wanted to plot the orginal values with the estimated one. Unfortunately I can only see the original values. Below is the code with data library: / library(forecast) data(AirPassengers) AP <- AirPassengers class(AP) start(AP) end(AP) frequency(AP) lgAP <- log(AP) t<-2:length(AP)
2004 Nov 23
1
Queue Patch - estimated hold time announcements
Let me know if you find something out. I am having the same problem. I can get it to play to my agents but not the people on hold. I was debating on creating a AGI script to do all this but I remembered that it was supposed to do it automatically. If someone has a work around could you please share it? Brian -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Jay Brussels Sent: Sunday, November 21, 2004 11:34 PM To: Asterisk Users Mailing List - Non-...
2012 Jun 13
0
Plotted circle does not go through desired points - very long email with code
...adians b.m <-( pi/2)+a.m m1 <- tan(b.m) # slope of tangent line on "H" b1 <- xy$y[i] -(m1*xy$x[i]) ? # decide on 2 random points on the tangent line x1a <- -100 x1b <- 100 y1a <- m1*x1a + b1 y1b <- m1*x1b + b1 ? # Get the point dependency for "H" mati <- mat[i,][mat[i,] ==1] cmati <- names(mati) n1 <- length(cmati) ? # Get the first dependency: j=1 pt2 <- xy[cmati[j],] ? # Get coordinates of the middle of segment "H"-"B" xm <- min(xy$x[i], pt2$x) + abs((min(xy$x[i], pt2$x)-max(xy$x[i], pt2$x))/2) ym &l...
2003 Jun 16
2
The same SIP problems...SORRY!
Hi eveybody again! I don't want to be annoying, but if nobody can help me with this, I'll have to desist of working with SIP.I have some questions about SIP, as I wrote in another mail. I have a SIP Gateway and I have two phones (an analog one and a DECT one) conected to it.Also, I have two Dlink dg102s with four phones conected to them. The main problems are two. Calls between the
2003 Jun 11
4
some sip questions AGAIN
I write the email again, the third time!!, cause the other two ones, I have had problems while sending them. I hope this time it works. Here is the email again: Hi (and sorry) everybody I'm starting with SIP and I wanted to ask some questions, perhaps silly ones, but I hope people can answer me! 1) Which codecs may I use? I want the SIP phones to call to the PSTN above all, but I have
2005 Aug 16
2
problem using model.frame()
Hi I'm having a problem with model.frame, encapsulated in this example: y1 <- matrix(c(3,1,0,1,0,1,1,0,0,0,1,0,0,0,1,1,0,1,1,1), nrow = 5, byrow = TRUE) y1 <- as.data.frame(y1) rownames(y1) <- paste("site", 1:5, sep = "") colnames(y1) <- paste("spp", 1:4, sep = "") y1 model.frame(~ y1) Error in model.frame(formula, rownames,
2008 Apr 17
1
Multiple ssl certificates
Hello, I wonder if there is some possibility to force dovecot to use more than one ssl certificate. I would like to use a few certficates: one per IP We are hosting many different domains and I had to use stunnel to ensure encrypted connection for our clients using different certificates. But stunnel isn't a good solution and sometimes I need to restart stunnels because of some of it's
2008 Apr 17
1
Dovecot and multiple instances in Geentoo
Is there any possiblity to run more than one instance of dovecot in gentoo (I was trying to run second instance but I don't know how to force it to use other pid file than /var/run/dovecot/master.pid) I'm using dovecot from portage dovecot-1.0.13-r1.
2004 Nov 21
1
Mailing List Admin - Remove annoying user [Fwd: RE: Re: Get the Caller-ID without Answering]
Here is another user that doesn't seem to know how to setup spam filtering... Someone please remove them from the list..... BTW, looks like their bayes DB needs to be re-trained :) Regards, Adam -----Forwarded Message----- > From: Postmaster@fortephones.com > To: mailinglists@websitemanagers.com.au > Subject: RE: Re: [Asterisk-Users] Get the Caller-ID without Answering > Date: