similar to: Recursive partitioning with multicollinear variables

Displaying 20 results from an estimated 600 matches similar to: "Recursive partitioning with multicollinear variables"

2004 Mar 02
2
Import range of cells from Excel
Dear all, I would like to import a range of cells (e.g. F10:K234) from an Excel worksheet to R. I have looked for documentation on RODBC and RDCOMClient but I was not able to find enough information to solve my problem and all the examples I have seen were dealing with an entire worksheet, not a range of cells. Thanks, Jean-Noel Jean-Noel Candau INRA - Unit? de Recherches Foresti?res
2009 Aug 16
1
How to deal with multicollinearity in mixed models (with lmer)?
Dear R users, I have a problem with multicollinearity in mixed models and I am using lmer in package lme4. From previous mailing list, I learn of a reply "http://www.mail-archive.com/r-help at stat.math.ethz.ch/msg38537.html" which states that if not for interpretation but just for prediction, multicollinearity does not matter much. However, I am using mixed model to interpret something,
2009 Mar 31
1
Multicollinearity with brglm?
I''m running brglm with binomial loguistic regression. The perhaps multicollinearity-related feature(s) are: (1) the k IVs are all binary categorical, coded as 0 or 1; (2) each row of the IVs contains exactly C (< k) 1''s; (3) k IVs, there are n * k unique rows; (4) when brglm is run, at least 1 IV is reported as involving a singularity. I''ve tried recoding the n
2012 Jul 11
1
Help needed to tackle multicollinearity problem in count data with the help of R
Dear everyone, I'm student of Masters in Statistics (Actuarial) from Central University of Rajasthan, India. I am doing a major project work as a part of the degree. My major project deals with fitting a glm model for the data of car insurance. I'm facing the problem of multicollinearity for this data which is visible by the plotting of data. But I'm not able to test it. In the case
2010 Jun 09
1
minor tick marks
Hi ! I need a plot for data extending over several orders of magnitude on the y axis. The following command generates a nice looking semi-log plot for my data: plot(x,y,log="y",type="l",lty=3, ylim=c(0.01,2),yaxp=c(0.01,1,1),las=1) I would appreciate having also minor tick marks in-between the 3 major ticks obtained with the above command. The "minor.tick" function
2012 May 22
2
Samba4 - create a new auxiliary classe in AD
Hello I've migrated from Samba3 to Samba4 using this howto : http://wiki.samba.org/index.php/Samba4/samba3upgrade/HOWTO : ok ! great ! Now I want to create a new auxiliary classe in AD by using mmc -> Sch?ma Active Directory. I've generated the object OID using the script : http://www.microsoft.com/technet/scriptcenter/scripts/ad/domains/addmvb03.mspx?mfr=true I've added to
2015 Mar 18
5
Can add with net rpc command but NOT with dsa.msc
Hello I've a little problem : I can add samba4 user with net rpc command but with dsa.msc I've the error : "An error occured. Contact your administrator" ... However, I can add group by dsa.msc and modify an existing user ... I'm on jessie with Samba 4.1.17-Debian (Linux vspdc 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt7-1 (2015-03-01) x86_64 GNU/Linux) An idea ? Regard
2013 Feb 20
1
getent group return only local users
Hello I use S4 file server with nsswitch.conf (ad server is another Linux with S4) : passwd: compat winbind group: compat winbind I wonder how it can be possible that : * getent passwd is ok * but getent group returns only local users (wbinfo -g is ok and gives domain user) Any idea ? Regards -- Herv? H?noch Responsable informatique Institut Sainte
2016 Apr 15
1
Multicollinearity & Endogeniety : PLSPM
Hi I need a bit of guidance on tests and methods to look for multicollinearity and Endogeniety while using plspm Pl help ------------------ T&R ... Deva [[alternative HTML version deleted]]
2015 Feb 25
2
getent passwd not return the same number of records from a call to another call
really, this getent with grep should not return anyting. because : 700001 is not 70001 ;-) >getent group | grep 700001 gives : >domain users:x:70001: >info:x:70001:toto,titi,tutu exist both groups only in the AD DC directory, or are ther also linux groups here. are both assigned a GID how? Greetz, Louis >-----Oorspronkelijk bericht----- >Van: h.henoch at isc84.org
2018 May 29
3
Can't connect anymore a share in domain A from domain B since
Hi, In the past (2 months ago) : I have two AD Domain under Samba 4.1 : A and B. I war able to  connect a share in A from B. Now (after upgrade) : I have a W2016 domain (B) and a Samba 4.6 domain (A) but I can't connect a share in A from B. The user from B which try to connect the share in A has the same login in the two domains. So since the upgrade I don't have the same behavior
2015 Mar 18
2
Can add with net rpc command but NOT with dsa.msc
I say that I'm logged on a Windows 2012R2 server with domain administrator account (the server is naturally in the domain). When I add a user i've the message : an error has occurend contact your system adminsitrator. # Global parameters [global] workgroup = <domain> realm = <domain>.local netbios name = <PDC NAME> server role =
2019 Aug 06
3
Netbios node type value WITHOUT wins server only WITH DNS server
ok and how to turn it off ? Is there a how-to ? If i enable this parameters what about clients already connected ? Le 06/08/2019 ? 10:28, Rowland penny via samba a ?crit?: > On 06/08/2019 09:26, H?noch Herv? wrote: >> >> This parameters works with W10 and W7 without changing anything on >> client side ? >> > If your windows clients have SMBv1 turned off, then yes,
2019 Aug 06
1
Netbios node type value WITHOUT wins server only WITH DNS server
Getting rid of netbios does not mean you should not configure it. You "should" configure it. And even if you disable WINS, LLMNR is still running, so you gained.. .. Nothing with disabling WINS. Just in this case make sure your NETBIOS names obey the DNS rules and https://support.microsoft.com/nl-nl/help/909264/naming-conventions-in-active-directory-for-computers-domains-sites-and
2015 Feb 25
2
getent passwd not return the same number of records from a call to another call
I know that ID. I had this 70001 too sometime. It was a cache problem. Try "net cache flush" and after this getent once more. This should work. Regards Tim Am 25. Februar 2015 09:45:40 MEZ, schrieb "Herv? H?noch" <h.henoch at isc84.org>: >Both groups are Samba groups > >wbinfo --group-info gives for each group : >GID of domain users is 513 >GID of info is
2007 Jul 18
0
multicollinearity in nlme models
I am working on a nlme model that has multiple fixed effects (linear and nonlinear) with a nonlinear (asymptotic) random effect. asymporig<-function(x,th1,th2)th1*(1-exp(-exp(th2)*x)) asymporigb<-function(x,th1b,th2b)th1b*(1-exp(-exp(th2b)*x)) mod.vol.nlme<-nlme(fa20~(ah*habdiv+ads*ds+ads2*ds2+at*trout)+asymporig(da.p,th1,th2)+ asymporigb(vol,th1b,th2b),
2012 Jun 29
1
Error with samba-tool when upgrading from 3 to 4 / NT_STATUS_IO_TIMEOUT
Hello, I'm upgrading samba3 to samba4 and i've the following error : > /usr/local/samba/bin/samba-tool domain samba3upgrade --dbdir=/root/samba4/samba/ --realm=sc.isc84.org /root/samba4/samba/smb.conf no talloc stackframe around, leaking memory Reading smb.conf Provisioning Exporting account policy Exporting groups *Severe DB error, sambaSamAccount can't miss the samba
2013 Feb 11
2
S3 as domain member with S4
Hello How to set a S3 file server as a domain member with a S4 PDC server ? Regards -- Herv? H?noch Responsable informatique Institut Sainte Catherine 250 chemin de Baigne-Pieds CS 80005 ? 84918 AVIGNON cedex 9 T?l?phone : 04.90.27.57.44
2018 May 29
2
Conditionnal redirector samba4
Hi, I've the following error when I want to create a conditionnal redirector in samba 4 : " server complex operation 'IpValidate' not implemented  " Version : Version 4.6.7-Ubuntu Not using bind9 but Samba 4 DNS internal Must I user bind 9 ? My goal is to create un approbation between AD2016 et samba 4. Regard -- *Hervé* *HÉNOCH* *Responsable informatique* Tél. :
2019 Aug 06
2
Netbios node type value WITHOUT wins server only WITH DNS server
This parameters works with W10 and W7 without changing anything on client side ? Le 06/08/2019 ? 10:22, Rowland penny via samba a ?crit?: > On 06/08/2019 08:47, H?noch Herv? wrote: >> >> Precisely I no longer want to use netbios only the dns and my >> question is about how to configure in this case the mentioned parameters >> > In that case, don't configure any