Displaying 20 results from an estimated 100 matches similar to: "using data() in an example"
2003 Jun 18
1
Ltsreg and nsamp="exact"
I'm trying to use least trimmed squares using ltsreg with nsamp="exact".
When I use the following:
rg <- ltsreg(x,y,nsamp="exact")
I get:
Error in lqs.default(x, y, nsamp = "exact", method = "lts") :
NAs in foreign function call (arg 10)
In addition: Warning message:
NAs introduced by coercion
Incidentally, there are no missings in x or y,
2012 Dec 20
3
Optmatch Package Question
Hello ,
My optmatch package is loaded on R and otherwise running fine.
I get an error after lcds successfully completes a logistic regression and
I then try to obtain a propensity score:
pdist <- pscore.dist(lcds)
Error: could not find function "pscore.dist"
Does anyone know if pscore.dist is part of the optmatch package,
or is it contained in another package that I need to
2012 Dec 18
1
pscore.dist problem when running optmatch
Hello
My optmatch package is loaded and otherwise running fine.
I get an error after lcds successfully completes logistic regression and
I'm trying to obtain a propensity score:
> pdist <- pscore.dist(lcds)
Error: could not find function "pscore.dist"
I searched the help files, other online sources, could find no answer for
this.
Any advice would be greatly appreciated!
2002 Nov 15
1
Plotting in the margin
Hi,
I would like to place a line (tilted at an angle) in the margin of an R
plot. Is there any way to place such an annotation outside the plotting
area?
As an alternative, being able to plot a rotated character (the pipe, |) in
the margin would be sufficient. The problem is that mtext doesn't work
with the srt option.
As a further alternative, if I could put a legend in the margin, I
1998 Sep 10
1
smbmount and NT timestamps
Matthew Chapman wrote:
> When I mount a W95/98 drive and create or modify files, everything is
> groovy.
>
> When I mount an NT drive and create, modify, or read files (as in,
copying
> them from the NT drive to my own local drive), the dates go crazy.
>
> Our sysadmin tells me the NT system is NT Server 4.0 Enterprise
Eddition,
> service pack 3.
Hi, Matthew,
I'am
2003 Mar 10
0
This letter can change your life
This sounds good, should it be integrated into OpenSSH? :P
A little monday humor for you..
-James
Adolph Gorman wrote:
> This letter can change your life. In fact, I guarantee it.
>
> If you had one opportunity to have everything you ever wanted,
> would you grab it, or simply walk away?
>
> I have such an opportunity. One that can change your life forever.
>
>
2011 Apr 20
2
Call files or AMI originate for mass outbound call
Hello Guys,
In the case of a multiserver environment for outbound
automatic calls, can you share you experience and preference between call
files and ami originate ?
thanks
--
*Adolphe CHER-AIME
Network / VoIP Engineer
CCNA, CCNA VOICE, Global VSAT Forum Certified
(509) 3449-4280*
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2010 Sep 08
2
Max TDM calls per asterisk box
Hi Everyone,
Can you tell me how many concurrent TDM (Dahdi) calls
that a single asterisk box can handle.
Configuration is as follow :
Quad core Xeon 3 GHZ, 4Gb RAM, asterisk 1.6.2.9
Also do you know a good tool to stress out asterisk?
Kind regards
--
*Adolphe CHER-AIME
Network / VoIP Engineer
CCNA, CCNA VOICE, Global VSAT Forum Certified
(509) 3449-4280*
--------------
2010 May 19
2
Asterisk Cluster
Hello Everyone,
I must deploy an asterisk system that can support
at least 500 pstn outbound calls.
It's a challenge as it's the first time i'm gonna build such a large
system.
I want to have your advice on hardware, software and so on . What i have in
my plan is a cluster of servers with quad PRI cards.
I will appreciate your advice.
Thank you all .
--
2010 Jul 16
1
g729 codec loading
Hello Everyone,
I've successfully registered my g729a licenses.
When i try to load the module from asterisk Cli i got the following error
*Error loading module 'codec_g729a.so':
/usr/lib/asterisk/modules/codec_g729a.so: cannot restore segment prot after
reloc: Permission denied*
* loader.c:795 load_resource: Module 'codec_g729a.so' could not be
2010 Jun 06
1
Assign dhadi channel to several groups
Hello guys,
I was wondering if it's possible to assign a dahdi channel to two
diferent groups.
Thanks
Adolphe Cher-aime
From my Iphone
2003 Feb 10
2
Wireframe (lattice) questions
I have a few questions on formatting wireframe plots:
1. How can I remove (or at least "white-out") the border on the plot?
(I.e., the 2-d box around the whole plotting area, not the 3-d cube). I'm
willing to hack the code if necessary.
2. Is it possible to suppress plotting of all sides of the cube except
for the axes?
3. Is there a reliable way to print expressions in
2011 Sep 26
0
Farmhouse in Provence
The Building Painting (http://www.micaroo.com/home-and-garden/wall-art/building-paintings.html) Farmhouse in Provence also known as Entrance Gate to a Farm with Haystacks was made in 1888 by Vincent van Gogh in Arles in Provence at the height of his career. Oil Paintings for sale (http://www.micaroo.com/home-and-garden/wall-art.html) Partially due to having been inspired by painter Adolphe
2010 Apr 24
0
automatic call with call files
Hello asterisk gurus,
I'm developping a script that create call files
dynamicly from a database. Here the scenario
script move call file to outgoing dir to place the call
call is connected to [extension] which contains a playback app.While line
is ringing, playback is triggered
I want to start playback file when call is answered to make sure that
called
2010 Sep 23
0
Unable to make outgoing call on E1
Hello everyone,
I'm using redfone fonebridge to have Pstn
connectivity on my asterisk box.
I can receive in coming calls however outgoing calls don't go to
provider. It's seems it's a span config problem. Because in systemconf
when I try to config span as follow
span=1,0,2,ccs,hdb3,crc4
And start dhadi I have the following message
Unable to
2010 Dec 14
0
Asterisk dynamic span error
Hi Everybody,
I'm trying to connect an asterisk box to a provider
using Redfone Fonebridge dual E1.
Installation seems to run correctly only i can't get the D Channel up and i
have the following error displayed.
DYN/ SPAN ethmf <mac_address_fo_fbport> Expected seq no 0 , but received
3456 instead .
This error keep scrolling until i disconnect the
2014 Jan 16
2
Starpy and Asterisk on different machines ? [SOLVED]
Thanks for replying.
So as python-starpy requires asterisk in Debian Wheezy repo, for a Debian
setup the alternatives are either :
- to install it from source
- tto build my own custom package removing this asterisk dependency (is it
easy or even possible ?)
- to use another solution such as pyst.
Regards
2014/1/16 Adolphe Cher-Aime <acheraime at gmail.com>
> Yes you can. This what
2012 Nov 03
2
dahdi 2.6.1+2.6.1 compile fails
I am trying to compile a dahdi module from checkout:
svn co http://svn.asterisk.org/svn/dahdi/linux-complete/tags/2.6.1+2.6.1
with ubuntu 3.5.0-17-generic and gcc 4.7.2
Error on compile is:
oct612x/octdeviceapi/oct6100api/oct6100_api/oct6100_conf_bridge.c:3870:47:\
error: 'NULL' undeclared (first use in this function)
This is identical to the error reported in this patch fix:
2010 May 30
6
How to use one single IP as origination
I have an Asterisk with multiple IP's, on the same subnet. When a call comes
in, I need to send it back out via SIP, but need that only one IP is used as
originating IP for all calls.
For example
machines has
192.168.50.3
192.168.50.4
192.168.50.5
....
but when I originate the second leg of a call, the IP address that is
supposed to be read as source IP must be 192.168.50.5, regardless of how
2010 Nov 09
1
SMS Gateway
Hi list,
Anyone has some guidance in how can I project a SMS gateway with Asterisk. I mean, some good web link,pdf or something like that?
Thanks in advanced!!Att,
Flavio Roberto Miranda
MSN:flaviormiranda at hotmail.com
Skype: flaviormirandaru
-------------- next part --------------
An HTML attachment was scrubbed...
URL: