similar to: weights in glmrob

Displaying 20 results from an estimated 1100 matches similar to: "weights in glmrob"

2006 Oct 06
1
Goodness of fit with robust regression
Dear list members, I have been doing robust regressions in R, using the MASS package for rlm and robustbase for logistic regressions. I must be doing something wrong, because my output does not include r-squares (or adjusted r-squares), or, in the case of glmrob, -2log likelihoods. Does anyone know how to get an output that includes these? Thanks so much for the help
2006 Jul 05
2
p-values
Dear All, When I run rlm to obtain robust standard errors, my output does not include p-values. Is there any reason p-values should not be used in this case? Is there an argument I could use in rlm so that the output does include p-values? Thanks in advance, Celso [[alternative HTML version deleted]]
2003 Nov 29
1
problems with xlab
Dear R-list members, I'm using the 'effects' package to plot a graph with fixed values. For some reason, I cannot change the label for the 'x' axis using 'xlab=""'. The usual commands work for the y axis and for the main title. My last attempt used the following syntax: model.effects<-(all.effects(model.1)) plot (model.effects, main="Figure
2006 Jul 04
2
Robust standard errors in logistic regression
I am trying to get robust standard errors in a logistic regression. Is there any way to do it, either in car or in MASS? Thanks for the help, Celso [[alternative HTML version deleted]]
2013 Mar 09
2
SaMBa 4 - authenticate ftp server
Hello guys, Does anyone know if it is possible to authenticate an ftp server (proftpd or vsftpd) based LDAP Samba 4? Thanks -- Celso Vianna BSD User: 51318 http://www.bsdcounter.org Palmas/TO
2006 Jul 07
2
Diverging results with SPSS
Dear List, I apologize in advance if this is silly. I tried to replicate an analysis I did previously in SPSS using R, and was surprised to find different results. So my question is: shouldn't the following SPSS syntax REGRESSION DEPENDENT INC89 /METHOD=ENTER hiedyrs experien SE93rec. Yeld the same results of the following R command modelB<-lm(INC89~HIEDYRS+EXPERIEN+SE93REC) I
2013 Feb 23
1
SaMBa 4.0.x homedir mapping - is possible without user account in system?
Hi all, I'm testing the Samba4 and can only map the users home if I create the account in the system and samba. Does anyone know if you can do this only with the account in samba? Thanks! -- Celso Vianna BSD User: 51318 http://www.bsdcounter.org Palmas/TO
2013 Jan 06
1
SaMBa 4.0 - homedir mapping
Hi all, In Samba 4.0 is possible to map the user's home directory automatically without user intervention? Thanks -- Celso Vianna BSD User: 51318 http://www.bsdcounter.org Palmas/TO
2013 Feb 03
1
SaMBa 4 - homedir mapping
Hi guys, I'm testing the SaMBa 4 with FreeBSD 9.1 and am having difficulty. I did so: mkdir test cd test wget http://ftp.samba.org/pub/samba/stable/samba-4.0.2.tar.gz tar zxvf samba-4.0.2.tar.gz cd samba-4.0.2 ./configure && make && make install cd /usr/local/samba bin/samba-tool domain provision --realm=box.blurr --domain=BOX --server-role=dc --adminpass='@Tullip500'
2013 Mar 02
1
SaMBa 4.0.3 - permissions in mapping
Hello guys, I'm testing samba 4 (4.0.3) with FreeBSD 9.1 amd64. After done "domain provision" [1] with the tool "samba-tool", was generated the "smb.conf" [2]: The manual "smb.conf", reports that the default value of the options "create mask" and "directory mask" are respectively "0744" and "0755." The command
2015 Sep 10
2
Doubt on usage of rsync for chown of existing folders
Hi Kevin, Thank you very much. I changed my user in the remote machine (su). Then, by trying again with rsync but with no modification in the source folder, I see that file ownership continues the same. Would be possible for rsync to change the ownership in this case (I am not root) ? Thanks, Regards,CJ Em Quinta-feira, 10 de Setembro de 2015 20:01, Kevin Korb <kmk at
2015 Sep 03
1
Doubts on incremental backup and command repetition
Hi, I am trying to use rsync for incremental backup and I am facing some issues. I would like to ask your help to understand what is going on and have the proper command line. 1) my goal is I the following folders: ./dest: file3.txt ./orig: file1.txt   file10.txt  file2.txt   file20.txt And I would like to have as incremental backup ./dest: backup      file1.txt     file2.txt  file3.txt
2009 Mar 03
1
R - need more memory, or rejection sampling algorithm doesn't work?
Hi all, I am trying to run rejection sampling for the quantity z11 in the function below. Unfortunately I can't simplify the function further so that z11 only appears once. Whenever I run the algorithm, R looks as if it is running it (no error messages or anything), but then nothing happens for minutes...how long should it take to run something like this in R? I have tried in in both linux
2015 Sep 11
1
Doubt on usage of rsync for chown of existing folders
Hi I would like to have changes (chown) in the destination. However, some files did not changed size or rights. All files should have new owner. Thanks, Regards,CJ Em Quinta-feira, 10 de Setembro de 2015 20:26, Kevin Korb <kmk at sanitarium.net> escreveu: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Rsync does not change anything on the source.  Only on the target. Only
2005 Nov 09
8
Element-by-element multiplication operator?
Is there an element-by-element multiplication in R, like the .* operator in Matlab? eg: A (2x3) B (2x3) C=A.*B C (2x3) C = [[a11*b11 a12*b12 a13*b13]; [a21*b21 a22*b22 a23*b23]] I can't find one... Thanks -Mike Gates
2009 Jun 01
4
stock openjdk vs. epel
If you have the epel repo installed and enabled during a yum update, you get java-1.6.0-openjdk-1.6.0.0-1.0.b12.el5.2 instead of the stock .b09 version. Is this intentional and desirable? I thought epel generally did not replace stock components with newer versions. -- Les Mikesell lesmikesell at gmail.com
2013 Mar 29
2
SaMBa 4 - Join domain DC
I can join the samba 4 (4.0.4) in a domain with active directory windows server 2012? Thanks -- Celso Vianna BSD User: 51318 http://www.bsdcounter.org Palmas/TO
2013 Apr 03
1
SaMBa 4 - password complexity
Hi all, I have installed the Samba 4, i execute the "domain provision" command, and also have disabled the password complexity and decreases the minimum password length to 3, then I joined a Windows Server 2008 as a DC for the domain samba. After a few minutes the password complexity and minimum values are reset to default. Anyone know why? -- Celso Vianna BSD User: 51318
2011 Feb 20
2
concatenate vector after strsplit()
ls is a list of character vectors created by strsplit() I want to concatenate the 1st 4 character elements of each list item as a new vector called file. I admit to being confused about list syntax even after numerous readings. Here's what I tried: ls <- list(c("Focused", "10k", "A12", "t04.tif", "+", "µm"),
2017 Oct 31
2
Question about a bug in bugzilla
Hi, I have a CentOS 7 server which shows bug 1487266 https://bugzilla.redhat.com/show_bug.cgi?id=1487266 <https://bugzilla.redhat.com/show_bug.cgi?id=1487266> It says, it?s fixed in java-1.8.0-openjdk-1.8.0.151-3.b12.el7 I updated this package, and now it shows as java-1.8.0-openjdk-headless-1.8.0.151-1.b12.el7_4.x86_64 So, is there another update coming or are these the same