Displaying 10 results from an estimated 10 matches similar to: "influence measures for multivariate linear models"
2010 Aug 10
1
influence measures for multivariate linear models
Barrett & Ling, JASA, 1992, v.87(417), pp184-191 define general classes
of influence measures for multivariate
regression models, including analogs of Cook's D, Andrews & Pregibon
COVRATIO, etc. As in univariate
response models, these are based on leverage and residuals based on
omitting one (or more) observations at
a time and refitting, although, in the univariate case, the
2013 Jan 29
3
how to suppress the intercept in an lm()-like formula method?
I'm trying to write a formula method for canonical correlation analysis,
that could be called similarly to lm() for
a multivariate response:
cancor(cbind(y1,y2,y3) ~ x1+x2+x3+x4, data=, ...)
or perhaps more naturally,
cancor(cbind(y1,y2,y3) ~ cbind(x1,x2,x3,x4), data=, ...)
I've adapted the code from lm() to my case, but in this situation, it
doesn't make sense to
include an
2012 Feb 09
1
passing an extra argument to an S3 generic
I'm trying to write some functions extending influence measures to
multivariate linear models and also
allow subsets of size m>=1 to be considered for deletion diagnostics.
I'd like these to work roughly parallel
to those functions for the univariate lm where only single case deletion
(m=1) diagnostics are considered.
Corresponding to stats::hatvalues.lm, the S3 method for class
2010 Apr 21
3
Help with NFSV4 server
Hi Everyone,
I have been trying to setup an NFS v4 File Server but have come across
an odd issue. Mounting the /nfs4exports/share appears to be successful
and the information displayed about partition size and free space seem
correct but if I try to do anything inside the mounted directory the
client will just hang. Does anyone have any idea what I am missing?? I
have try disabling all
2017 Apr 12
0
Joining Samba4 to existing AD
Oh, also, I was asking about the smb.conf because googling I saw some
smb.conf with some entries for Kerberos which supposely fixed/helped other
people.
Currently my /etc/samba/ is empty, so I think it is normal from a Samba
built from source.
On 12 April 2017 at 10:17, Erick Ocrospoma <zipper1790 at gmail.com> wrote:
> Hi Rowland, thanks for your reply.
>
> I tried the command
2017 Apr 12
0
Joining Samba4 to existing AD
Correct you need a smb.conf.
https://wiki.samba.org/index.php/User_Documentation
And please do correct your hosts file before you join.
>> 127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4 dc-02.example.com dc-02 << NOT GOOD
::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
10.3.251.19
2017 Apr 12
5
Joining Samba4 to existing AD
Hi Rowland, thanks for your reply.
I tried the command as suggested, and this is what I get:
[root at dc-02 ~]# samba-tool domain join EXAMPLE.COM DC -UAdministrator
--realm=EXAMPLE.COM --dns-backend=SAMBA_INTERNAL
Finding a writeable DC for domain 'EXAMPLE.COM'
Found DC dc-01.example.com
Password for [WORKGROUP\Administrator]:
workgroup is EXAMPLE
realm is example.com
Adding
2017 Apr 12
0
Joining Samba4 to existing AD
Hi guys,
I changed my /etc/hosts and looks like this:
[root at lim-inf1-dns-02 ~]# cat /etc/hosts
127.0.0.1 localhost localhost.localdomain localhost4
localhost4.localdomain4
::1 localhost localhost.localdomain localhost6
localhost6.localdomain6
10.3.251.19 dc-01.example.com dc-01
172.28.240.252 dc-02.example.com dc-02
So, to be clear, dc-01.example.com is the Windows AD
2017 Apr 11
2
Joining Samba4 to existing AD
Hi,
I tried with the latest stable 4.5.x, but with no success.
Do you think you could share your smb.conf ? and also how you built from
source?
I suspect there's something missing in the KRB5 for Samba (due to KDC error
messages).
Thanks in advance!
On 7 April 2017 at 02:26, mj via samba <samba at lists.samba.org> wrote:
> Hi Erick,
>
> We were unable recently to join a
2017 Apr 12
2
Joining Samba4 to existing AD
On Wed, 12 Apr 2017 17:28:39 +0200
"L.P.H. van Belle via samba" <samba at lists.samba.org> wrote:
> Correct you need a smb.conf.
No he doesn't, he is trying to join another DC.
> And please do correct your hosts file before you join.
>
>
>
> >> 127.0.0.1 localhost localhost.localdomain localhost4
> >>localhost4.localdomain4