Displaying 20 results from an estimated 22 matches for "expain".
Did you mean:
explain
2010 Jul 31
3
I have a problem
...lrm(y ~ lsp(age,50)+sex*rcs(cholesterol,4)+blood.pressure)
nom <- nomogram(f, fun=function(x)1/(1+exp(-x)), # or fun=plogis
fun.at=c(.001,.01,.05,seq(.1,.9,by=.1),.95,.99,.999),
funlabel="Risk of Death")
#Instead of fun.at, could have specified fun.lp.at=logit of
...
Thank you for you expain !
truly yours
[[alternative HTML version deleted]]
2008 Mar 21
2
Xen info
Hi,
Could you let me know the any links or any pdf or books, which expains all
the variable we used for configuring xen domains.
Thanks in Advance
Regards,
Chandraprakash Naresh Gupta
=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain
confidential or privileged information. If you are
not the inten...
2004 Aug 22
1
data files for packages
Dear R-helpers,
This must be really simple and clearly expained
somewhere, but I can't find it. I'm writing an
R-package and want to create data sets for the
examples. How do I save them in the format needed for
a package?
cheers,
Mikkel
2002 Sep 16
4
[LLVMdev] another question
In the section expaining "dyn_cast"
There are following lines of code:
if (AllocationInst *AI = dyn_cast<AllocationInst>(Val)) {
...
}
I cannot understand how you take a operand, a value, and cast
it into a Instruction. Can you explain it for me?
Another common example is:
// Loo...
1999 Jun 08
2
Tuýrkish Character Set
...8859-2 */
update_map("\241\244\242\364\243\235\244\317\245\225\246\227\247\365");
update_map("\250\371\251\346\252\270\253\233\254\215\256\246\257\275");
update_map("\261\245\262\362\263\210\264\357\265\226\266\230\267\363");
What does these number mean? Could anybody expain please? So that I can a
prepare for iso8859-9.
Thanks.
2005 Mar 11
4
HTB statistics
Hi,
there is something I''m not able to understand about HTB statistics.
Why the qdisc show show how many packets are overlimits but in the
classes there are always 0 packets overlimits or dropped?
I try to expain with a simple example. I create a qdisc htb with only a
class and then i do a lot of traffic.
pc-innocenti:~# tc qdisc add dev eth0 parent root handle 1: htb default 10
pc-innocenti:~# tc class add dev eth0 parent 1:1 classid 1:10 htb rate
1kbit cei l 1kbit quantum 2000
The qdisc show that there...
2018 Mar 21
2
why is dovecot "Allowing any password"
...he line second last line "Allowing any password" comes as a surprise..?
Why would dovecot Allow any password..?
We had the following bit in our config, but I removed it now:
> #passdb {
> # driver = static
> # args = nopassword=y allow_nets=127.0.0.1/32
> #}
Could anyone expain the "Allowing any password"?
And lastly our current doveconf -n:
> # 2.2.13: /etc/dovecot/dovecot.conf
> # OS: Linux 3.2.0-5-amd64 x86_64 Debian 7.11 xfs
> auth_debug = yes
> auth_debug_passwords = yes
> auth_failure_delay = 10 secs
> auth_master_user_separator = *
>...
2018 Mar 21
0
why is dovecot "Allowing any password"
...rd" comes as a surprise..?
> Why would dovecot Allow any password..?
>
> We had the following bit in our config, but I removed it now:
>
> > #passdb {
> > # driver = static
> > # args = nopassword=y allow_nets=127.0.0.1/32
> > #}
>
> Could anyone expain the "Allowing any password"?
>
This is what 'nopassword=y' does. I'm guessing this is an attempt to allow logging in from localhost without password, but I'd use master password (for applications or webmails), or
doveadm exec imap -u victim
for admin use.
Aki
2007 Sep 22
0
How to explain the meaning of mu in the variance function of GLMs?
Dear R friends,
When fitting GLMs in R, we may need to specify the variance function to do
our analysis. I had thought it's the mean value, but it seems not. Could
anybody expain the correct meaning of *mu* in the variance function of
GLMs? The following content is from the R-hlep.
variance for all families other than quasi, the variance function is
determined by the family. The quasi family will accept the literal character
string (or unquoted as a name/expression) spe...
2007 Sep 28
3
orientlib
Hi All user,
I have been using R-2.5.1. dose orientlib support this version? I would like to try. it.
I have been wondering how to install the library.
With regards,
abu
_________________________________________________________________
Celeb spotting ? Play CelebMashup and win cool prizes
2002 Sep 16
0
[LLVMdev] another question
Also sprach xli3 at uiuc.edu:
} In the section expaining "dyn_cast"
} There are following lines of code:
} if (AllocationInst *AI = dyn_cast<AllocationInst>(Val)) {
} ...
} }
} I cannot understand how you take a operand, a value, and cast
} it into a Instruction. Can you explain it for me?
}
} Another common exa...
2013 Nov 06
0
2.2.6 auth process crash using LMTP and LDAP on director.
...ng
like folow will be better for this problem?
protocol lmtp {
passdb {
args = proxy=y nopassword=y
driver = static
}
}
Please note that my configuration is actually listening on inet fot LMTP
but that the goal is to configure postfix on the same server and switch
to socket, this expain the configuration of the service auth to provide
a socket to postfix.
Here is my director config:
% doveconf -n
# 2.2.6: /usr/local/etc/dovecot/dovecot.conf
# OS: FreeBSD 8.4-RELEASE-p4 amd64
auth_cache_negative_ttl = 0
auth_cache_size = 16 M
auth_mechanisms = plain login
auth_verbose = yes
auth_...
2018 Oct 17
2
dovecot passdb driver=checkpassword as external script for block ip
Refer to
https://dovecot.org/pipermail/dovecot/2015-March/099971.html
https://wiki.dovecot.org/PasswordDatabase
I tried to repeat the same thing.
Set these passdb:
passdb {
args = /myscript.sh ip=%r
driver = checkpassword
result_failure = return-fail
result_success = continue
}
passdb {
args = /etc/dovecot/dovecot-sql.conf.ext ( my working auth method )
driver = sql
}
Created
2012 Sep 11
0
Question about logistic regression with ordered factor variable using the rms package (prev.Design)
...1
2 0,998559 0,998388 0,999999 1 1
#####
It is clear to me that I am missing something essential about this lrm
function.
Question: Are the model parameters for ordered factors converted in some
way by from the lrm and Glm function?
„» Which could expain why I get a different result for the Predict
function, then when I calculate it manually.
Question: Is it correct that the first level of the ordered factor is used
as reference category by the standard glm function? It there a way of
giving them a different name, as it does automatically for t...
2023 Oct 16
0
Stale file content
...ocking: off
> features.cache-invalidation-timeout: 600
> features.cache-invalidation: on
> diagnostics.count-fop-hits: on
> diagnostics.latency-measurement: on
> storage.fips-mode-rchecksum: on
> transport.address-family: inet
>
> and sometimes I get stale file content like expained above. The file that I discovered having the problem is a small file of 32 bytes. The change to that file is a version number increased, so I could testify the data is changed at the right position and also could see that it has old content on one of the machines. I made the above settings to the...
2013 Mar 03
17
[Bug 61731] New: Nouveau not working on second monitor
https://bugs.freedesktop.org/show_bug.cgi?id=61731
Priority: medium
Bug ID: 61731
Assignee: nouveau at lists.freedesktop.org
Summary: Nouveau not working on second monitor
QA Contact: xorg-team at lists.x.org
Severity: normal
Classification: Unclassified
OS: Linux (All)
Reporter: rvhbox-freedesktop at
2005 Sep 16
8
Who is going to AstriCon (The Asterisk Conference)?
Hi,
I'm taking a straw-poll to see who out there is planning on going to
AstriCon. I would like to hear from both new members of the community
and gurus. What kinds of things would you like to see at an Asterisk
Conference? What topics are good BOF (Birds Of a Feather - informal
discussion group) fodder? What parts of Asterisk require the most
attention?
FYI - AstriCon is October 12 - 14
2007 May 01
4
Sftp slow on both our centos installs
The short version.
Copying over SFTP to our centos boxes maxes out at 2MB a sec.
The Question:
Is there some sort of speed limitation somewhere in the ssh/sftp daemon?
Does anyone have any idea why this could be happening?
The long version
We have centos 4.6 installed on 2 different machines, different
hardware, different nics. Even on 2 different subnets.
I've tried different switches,
2006 Feb 23
4
HTB: far unequal behaivor at a slight conf rate change
Hi all!
I''m working in a " _really_ end user simple", yet powerfull, flexible,
scalable, GPL htb/htb-init front end, but now, in the "test fase" im facing
an utlimate problem...
Absoult minimalistic scenario: #Use a FIXEDFONT to read this
#inet-ethx-|FIREWALL|-lan-ethx <-> |client_host_1|
#
#FIREWALL class(rate,ceil) at lan-ethx
2004 Aug 27
4
Can't login from Windows PC to Samba using ADS?
I hope this is the right place to post this.
I am running SuSe 8.2 Linux on an IBM 1 gig processor at work. I
installed samba 3.0.5 on it and followed the instructions in the online
book "Samba-3 by Example" for chapter 9 "Active Directory Domain with
Samba Domain Member Server
<http://www.samba.org/samba/docs/man/Samba-Guide/unixclients.html#adssdm>"
to the tee (of