Displaying 20 results from an estimated 6000 matches similar to: "WG: R-Problem"
2004 Jun 05
1
coef and vcoc for polr inconsistent??
Is the following an inconsistency, programming glitch or a feature? 
One would expect that vcov(obj) was the variance-covariance of
coef(obj), 
but apparently this is not the case for polr objects:
> x <- rnorm( 100 )
> y <- rnorm( 100 )
> ff <- factor( sample( 1:4, 100, replace=T ) )
> pm <- polr( ff ~ x + y )
> coef( pm )
         x          y 
0.21219010 0.03558506 
2017 Jun 10
2
errror al determinar puntos óptimos de corte (librería: OptimalCutpoints)
Hola a todos,
Al ejecutar el código que veis más abajo:
 library(OptimalCutpoints)prediccion<-c(0.49165923,0.52759793,0.30213400,0.33468349,0.14979703,0.47401846,0.52216404,0.42018794,0.92168073,0.76893929,0.83362668,0.38251162,0.70803701,0.49165923,0.94462558)
real<-c(0,1,0,0,0,0,1,1,1,1,1,0,1,0,1)datos_OPTIMO<-cbind(prediccion,real)
cutpoint1 <- optimal.cutpoints(X =
2025 Apr 30
1
Estimating regression with constraints in model coefficients
Hi Gregg,
Below I try to address
1) The sum constraint would apply for each set ?? and ?? i.e. sum(??)
= sum(??)   = 1.60
2) Just like 1) the lower and upper bounds will be applied for
individual set i.e. individual elements of ?? are subject to lower =
c(1, -1, 0) and upper = c(2, 1, 1) and  individual elements of ?? are
subject to lower = c(1, -1, 0) and upper = c(2, 1, 1)
I hope that I am
2002 Feb 01
4
ROC curves using R
I did some serach around. It seems that ROC curve computation is not
supported on R. Anyone has some leads? Thanks.
Jason 
=====
Jason G. Liao, Ph.D.
Division of Biometrics
UMDNJ School of Public Health
335 George Street, Suite 2200
New Brunswick, NJ 08903-2688
phone (732) 235-9748, fax (732) 235-9777
http://www.geocities.com/jg_liao
__________________________________________________
Great
2006 Feb 07
0
WG: AW: WG: proxyarp <--> OpenSwan VPN/Internet
I´ve figured out the following. 
I am able to sftp from shorewall 2.4.2 left vpn gateway x.x.x.14 (DMZ) to
shorewall 2.4.1 fw x.x.x.11 with /etc/shorewall/proxyarp
x.x.x.14   eth2            eth0            No
very well. That´s not through a tunnel (of course a ssh tunnel, but no vpn)
but with public ip x.x.x.14 to x.x.x.11
If I try to sftp through the fw to the public internet I have the same
2005 Jul 15
3
Dividing a vector into ntiles
R 2.1.1
Win 2k
 
Would someone suggest a method (or methods) that can be used to
determine ntile cutpoints of a vector, i.e. to determine values that can
be used to divide a vector into thirds such as 0-33 centile, 34-66
centile, 67-100 centile. If for example I had a vector:
1,2,3,4,5,6,7,8,9
and wanted to divide the vector into thirds
I would have cut-points of 3, and 6.
Thanks,
John
 
John
2010 Jul 26
0
WG: WG: samba4 phyton-dns error
For all running in the same error:
This solved my problem. In smb.conf --> interfaces = eth0
And all is up and running perfect!!
Daniel 
-----------------------------------------------
EDV Daniel M?ller
Leitung EDV
Tropenklinik Paul-Lechler-Krankenhaus
Paul-Lechler-Str. 24
72076 T?bingen
Tel.: 07071/206-463, Fax: 07071/206-499
eMail: mueller at tropenklinik.de
Internet: www.tropenklinik.de
2011 Jan 21
3
Function comparable to cutpt.coxph from "Survival Analysis using S"
Dear Mrs Rachel Pearce,
I am looking for a function "cutpt-coxph" in R - like you did some years ago.
How have you solved the problem? Have you found it or a similar function?
thank you, Sincerely, Friederike
"The title says it all really; I am looking for a function along the lines of
cutpt.coxph as described in "Survival Analysis Using S" (Tableman and
Kim), Chapter
2008 Sep 18
4
WG: WG: Strange!!! Clients only log on to samba bdc
When I stop the BDC all clients log on to the PDC. And to my confusion
when I restarted the BDC today and made a testparm on both PDC and BDC
both showd role domain pdc --> Server role: ROLE_DOMAIN_PDC
Here my smb.confs:
PDC:
 [global]
	   security=user
        smb ports = 139
        logon script = logon.bat
        logon path = \\%L\%U\profile\%U
        logon drive = S:
        domain
2020 Jul 13
2
Loop Opt WG Meeting Agenda for July 15, 2020
Agenda for the meeting of July 15 @ 11:00 am (EST):
- Loop-Hierachical IR Representation Design (Michael Kruse)
- Status Updates
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200713/44b826a0/attachment.html>
2003 Sep 17
0
AW: WG: smbadduser problem
Thanks fort he advice John, i read that on the link that nome sent. I filled
it out in the smb.conf, and edited the usermap file, then restarted the smb
server, and it didn't work *shrugs* it works fine with ftp, so that'll do
for now.
Thanks anyway.
Cheers,
-brian
-----Urspr?ngliche Nachricht-----
Von: John H Terpstra [mailto:jht@samba.org] 
Gesendet: 17 September 2003 15:04
An: Brian
2007 Feb 28
1
WG: groups with foreign users don't list members
I have a Server, that joined an ADS. But we use multiple domains. My
Server S is Member of the domain A. Now a wbinfo -u gives me all users
in all domains, and wbinfo -g gives me all groups in all domains, as
expected.
Now I have an ADS-group G that has members of domain A.
> getent group G
gives me the correct listing with the members. However, when I add a
Member of another Domain A'
2015 Apr 16
0
WG: Samba 4.1.7 /Centos 6 with bind-dlz ERROR: fialed to find dnsRecord for DC
Im asuming this server is running for a while.. 
( and upgrading samba to latest 4.1 would be nice also ) 
maybe a bad record entered the dns.
you can try the following.. 
on the server with error.. 
dig @127.0.0.1 .loc axfr > /tmp/check-zone.db
named-checkzone -d loc. /tmp/check-zone.db
and whats the result of that? 
Louis
>-----Oorspronkelijk bericht-----
>Van: mueller at
2016 Sep 07
1
WG: Winbind / Samba auth problem after username change
On Wed, 7 Sep 2016 13:20:32 +0000
Julian Zielke via samba <samba at lists.samba.org> wrote:
> I just did a cp -p *.ldb to a backup directory and restarted the
> services. Of course I didn't delete it since I don't know whether
> this action would be fatal.
> 
> 
There is a tool for doing this, 'tdbbackup', and deleting sam.ldb etc
would be fatal.
Rowland
2011 Jul 01
1
highlighting clusters in a heatmap
I would like to draw horizontal or vertical lines on a heatmap to
highlight the clusters at some specified cut depth of the dendrogram.
As a hacked example, the following code would work if I could set the
coordinates of the top and bottom of the false color image correctly
(ymin and ymax), but the correct values seem to depend on the output
device and its size.  I realize that heatmaps use a 2x2
2008 Sep 25
1
WG: vista cannot connect to samba
What is Your samba version?
If above 3.02
In Your smb.conf global section:
#vista compatibility
	client lanman auth=no
	client ntlmv2 auth=yes
Next on your vista business or higher
Go to your networkcenter an put recognize network(netzwerkerkennung) to
on.
-----Urspr?ngliche Nachricht-----
Von: samba-bounces+mueller=tropenklinik.de@lists.samba.org
2012 Dec 12
0
[LLVMdev] [llvm-lab-wg] FNT testers reporting success even though they failed
On 11/12/12 23:16, Galina Kistanova wrote:
> The problem remains after the buildmaster restart.
The FNT builders are now all failing again, and the "report" is no longer
empty.  Does anyone know what fixed them?
Ciao, Duncan.
>
> Thanks
>
> Galina
>
>
>
> -----Original Message-----
> From: David Blaikie [mailto:dblaikie at gmail.com]
> Sent: Tuesday,
2010 Aug 23
0
WG: Status of samba4 Alpha12 ctdb
Hello to all,
does anybody know about the status of clustering samba4 with ctdb?
Daniel
EDV Daniel M?ller
Leitung EDV
Tropenklinik Paul-Lechler-Krankenhaus
Paul-Lechler-Str. 24
72076 T?bingen 
Tel.: 07071/206-463, Fax: 07071/206-499
eMail: mueller at tropenklinik.de
Internet: www.tropenklinik.de
2005 Sep 05
0
WG: Timeout when Dialing - HELP
_____  
Von: Pascal Speck [mailto:p.speck@ewersbach.net] 
Gesendet: Montag, 5. September 2005 10:37
An: 'asterisk-users@lists.digium.org'
Betreff: Timeout when Dialing - HELP
 
When i try to do a call I get this message after a few seconds:
 
I IND :TIMEOUT  pid:1   mode:NT addr:51400102   port:2
 --> l3id:10040 cause:16 dad:800759 oad:20 channel:1 port:2
 --> lib: prim 34582
2010 Feb 03
0
WG: file copy from share A to share B
[This email is either empty or too large to be displayed at this time]