Displaying 16 results from an estimated 16 matches for "certin".
Did you mean:
certain
2011 Mar 28
8
CDR MYSQL missing field data
...ot find where the problem is.
I have browsed all the wiki's, blogs, and emails looking for a hint and
I did not find anything.
Anything would be appreciated.
Thank you,
Eric
--
Eric W. Davenport
Cert-In Software Systems, Inc.
P.O. Box 346
Bakersville, NC 28705
800-873-0110
ewdavenport at certin.com
www.certin.com
2018 Feb 25
0
How to Save the residuals of an LM object greater or less than a certin value to an R object?
Hi Peter,
the "residuals()" function returns the residuals of a model fitted using
the "lm" function. For instances, using the example included in the help of
lm:
ctl <- c(4.17,5.58,5.18,6.11,4.50,4.61,5.17,4.53,5.33,5.14)
trt <- c(4.81,4.17,4.41,3.59,5.87,3.83,6.03,4.89,4.32,4.69)
group <- gl(2, 10, 20, labels = c("Ctl","Trt"))
weight <-
2018 Feb 23
0
How to Save the residuals of an LM object greater or less than a certin value to an R object?
Residuals are stored as a numeric vector. The R software comes with a document "Introduction to R" that discusses basic math functions and logical operators that can create logical vectors:
abs( stdresiduals ) > 2.5
It also discusses indexing using logical vectors:
stdresiduals[ abs( stdresiduals ) > 2.5 ]
Note that in most cases it is worth going the extra step of making your
2018 Feb 23
2
How to Save the residuals of an LM object greater or less than a certin value to an R object?
Dear list members,
I want to save residuals above or less than a certain value to an R
object. I have performed a multiple linear regression, and now I want
to find out which cases have a residual of above + 2.5 and ? 2.5.
Below I provide the R commands I have used.
Reg<-lm(a~b+c+d+e+f) # perform multiple regression with a as the
dependent variable.
Residuals<-residuals(reg) # store
2008 Sep 30
0
dovecot quota messages problem
Hi.
I have a question about quota messages (dovecot 1.1.3).
I'm tryng to use quota messages for moving messages in a new folder when
they reach a certin number(10000).
I made the script which is called when quota_warning condition is met.
Then i made a rule to exclude that folder from quota,
quota_rule3:folder:ignore
The problem is that this folder is still counted in quota.
I don't know if this is a bug or this is how ignore is suposed to work...
2006 Feb 20
0
SIP ATA gives no ring tone on IAX2 route
...n did not do it, same result
- I tried progressinband=yes in sip.conf but with no success.
So my question is, where should I look for to make sure
that my SIP devices will always ring ? Even Asterisk ring tone
would do it for now. Any particular settings ? Is sip reload
full proof can I use being certin all settings will take effect ?
Thanks a lot folks !
Fred
2005 Nov 30
2
weird errors with self-installed ruby 1.8.3 on Mac OS X 10.4.3
...g this, [...]
>
> The internal error was:
>
> ERROR: While executing gem ... (NameError)
> uninitialized constant RubyToken::TkReading2TokenNoKey
The computer is a PowerBook with 1.5GB RAM. Every other application
works fine and the machine is stable, so I''m fairly certin it''s not a
hardware problem (my first thought when I got the segfault).
I tried the preview of 1.8.4 with the same result.
plinth:~ evansj$ ruby -v
ruby 1.8.4 (2005-10-29) [powerpc-darwin8.3.0]
plinth:~ evansj$ gem -v
0.8.11
Apple''s ruby worked great, apart from switchtower....
2017 Feb 09
4
Huge directory tree: Get files to sync via tools like sysdig
As Ben mentioned, ZFS snapshots is one possible approach. Another approach is to have a faster storage system. I have seen considerable speed improvements with rsync on similar data sets by say upgrading the storage sub system.
--------------------------------------------------------------------
This email is protected by LBackup, an open source backup solution
http://www.lbackup.org
2017 Feb 20
2
Problem with Let's Encrypt Certificate
yacinechaouche at yahoo.com writes:
> Interesting. Is there any particular benefit in having only one file
> for both certificate and private key ? I find that putting private key
> in a separate file feels more secure.
It's convenient to have key and cert in one place if you don't need
the certificate to be publically readable. Keeping it in separate
files would add slightly
2003 Oct 29
2
can't join W2003 domain with 3.0.0 (krb ticket is OK though)
Hi everyone,
I'm using the production release of 3.0.0 and can not join a W2003 domain:
[printsrv4] /spool/samba-3.0.0/bin $ ./net -d 10 ads join -Uhumpty_dumpty
[2003/10/29 15:35:39, 3] libads/sasl.c:ads_sasl_spnego_bind(191)
got principal=adc1$@WIN.DESY.DE
[2003/10/29 15:35:39, 1] libsmb/clikrb5.c:ads_krb5_mk_req(269)
krb5_cc_get_principal failed (No credentials cache found)
2006 Nov 15
6
DO NOT REPLY [Bug 4232] New: rsync error: timeout in data send/receive (code 30) at io.c(165) [sender=3.0.0cvs]
...6
OS/Version: Linux
Status: NEW
Severity: critical
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: wmcinnis@fasthealth.com
QAContact: rsync-qa@samba.org
ok this applys to all versions of rsync
just at certin times i will get
rsync error: timeout in data send/receive (code 30) at io.c(165)
[sender=2.6.9]
and then thats it
this is a local network i ran netstat when it does this and they say
client:
tcp 1 0 192.168.10.25:43186 fpserv.dulug.duke.edu:http
CLOSE_WAIT
tcp 1...
2008 Oct 28
5
Sendmail for Voicemail
When I send email from my local asterisk machine, my IP address get's
RBL'd.
Asterisk is my only reason for running sendmail, so to keep it simple, I
tried to make my ISP's mail server a 'smart host' (relaying to a trusted
mail server) but my ISP doesn't allow ANY kind of relaying these days.
I imagine there are many like me who are not sendmail experts who want
to
2004 Jan 09
3
Screen Pop & Remote Agents
2004 Jan 09
1
Screen Pop & Remote Agents = Telemarketing
...gium.com] On Behalf Of empire
underground
Sent: Friday, January 09, 2004 1:32 PM
To: asterisk-users@lists.digium.com
Subject: [Asterisk-Users] Screen Pop & Remote Agents
> can I put a .csv file in the sql DB and have it dial from there? and
will I be able to set a
> Dial Plan to only call certin area codes? stuff like that. The reason
I ask all this is because
> all of these over priced dialers do just that. Also can Asterisk be
set with the FTC laws to 3%
> droped call ratio?
> If all of the questions I have asked here have allready be answered
some point in time... Can
> some...
2008 Aug 29
5
Wi-SIP vs. SIP-DECT
Anybody care to muse on Wi-SIP vs. SIP-DECT?
My limited research indicates that none of the WiSip phones will ever be
able to match the performance of DECT phones. Maybe I'm wrong but a
Wi-SIP phone seems like a DIESEL sports car. There is nothing wrong
with the technology, but it seems like a shoe-horned fit into the
requirements of a wireless endpoint. DECT uses a wireless radio layer
2005 Jan 11
0
RE: Asterisk-Users Digest, Vol 6, Issue 142
...generic) - I'm
> not using them now but they seemed to work fine.
>
> > Don't forget that the impedance on the X100P (or clone) is 600Ohms so
you
> won't be able to use it without echo outside
> > of the United States.
>
> Thats very interesting - I've certinly had echo annoyances (not major
> problems - echo canel got rid of it after a second or so) and I put it
down
> to bad quality telephone lines (probably true too).
I believe one can characterize the TigerJet name as the pci controller
chip, but the card has several other chips as well. My x...