similar to: New package: brant

Displaying 20 results from an estimated 500 matches similar to: "New package: brant"

2016 Oct 10
0
new package glm.predict
Dear R users, I'm pleased to announce that my first package has been accepted in CRAN. https://cran.r-project.org/web/packages/glm.predict/ With glm.predict it is possible to calculate discrete changes with confidence intervals for glm(), glm_nb(), polr() and multinom() models. It is possible to calculate many discrete changes with just one line of code. The output is a
2016 Oct 10
0
new package glm.predict
Dear R users, I'm pleased to announce that my first package has been accepted in CRAN. https://cran.r-project.org/web/packages/glm.predict/ With glm.predict it is possible to calculate discrete changes with confidence intervals for glm(), glm_nb(), polr() and multinom() models. It is possible to calculate many discrete changes with just one line of code. The output is a
2004 Jul 19
0
ntlmv2 smbpasswd problem
Hi, has anyone seen this before? [schlegel@gauss schlegel]$ smbpasswd Old SMB password: New SMB password: Retype new SMB password: Server did not provide 'target information', required for NTLMv2 rpc_pipe_bind: rpc_send_auth_reply failed. machine 127.0.0.1 does not support SAMR connections, but LANMAN password changed are disabled Failed to change password for schlegel PDC ist Fedora
2011 Feb 14
1
getting winbind to work for authenticating 2 different domains - trusted
Hello guys, I got a few questions about winbind / samba and multi domain authentication. At my company we have to different domains. DOMAIN-A and DOMAIN-B My smb.conf is attached (global section only). My linux server (rhel 5.4 x64) is configured with the security mode "ads" and has been joined to the DOMAIN-A via "net ads join DOMAIN-A -U administrator" I can see the
2003 Sep 09
1
Samba3: group mapping with samba PDC, LDAP account flags
Hello again, this mainly affects documentation: a) net groupmap is a fine thing. Though: is it optional or do I have to map some groups for proper client operation ( W2k/XP pro) ? If so, which Windows groups have to be mapped? b) There are "Account flags" both visible in the LDAP directory as well as in pdbedit's output. The examples always refer to UX, while smbpasswd just sets
2003 Sep 18
1
smbpasswd -a ldapsam problem
Hello, I noticed the following issue: when I add the default configuration for ldapsearches from the Howto collection ?10.4.4.6, example 10.2 ldap filter = (&(uid=%u)(objectclass=sambaSamAccount)) to smb.conf I cannot run smbpasswd -a [username] anymore. It works fine without the ldap filter statement. I noticed that the ldap queries are different with ldap filter activated ( from the
2003 Jul 25
4
Changing IP address in LInux does not change IP address for WINS registration
Hi I have my samba server (redhat) configured to use an external wins server. Each time samba starts up, it registers its netbios name with the wins server. So far so good. Then we wanted to deploy the samba box to a new location and new IP address. We changed the ip address in Linux in /etc/hosts, /etc/sysconfig/network & /etc/sysconfig/network-scripts/ifcfg-eth0. When samba restarts
2014 Apr 02
0
Error with samba-tool rodc preload
Hi everybody, I'm making a POC with samba4 RODC I had problem with preload command. Setup was a fresh 4.1.6 ADS install and a 4.1.6 RODC. All is working fine except account preload : root at smbrodc:~# samba-tool rodc preload m.brant --server=smbdc.gnutopya.local -U administrator Password for [GNUTOPYA\administrator]: Replicating DN CN=Mike BRANT,OU=Users,OU=Rouen,DC=gnutopya,DC=local
2003 Sep 09
0
Samba3: machine account uid
Hello, Setup: Samba 3rc3 PDC, ldapsam based, Openldap 2.1, RedHat 9 Question: Is it possible to assign the same UID to all machine accounts? I am referring just to the number, of course there has to be one entry for each machine with it's own unique username. Questions Background: Personally I would prefer a "non unix account solution" for Windows machine accounts. Nevertheless
2007 Apr 05
1
Running MCMCpack
Hi there, I am running MCMCpack (MCMCirt1d model) on some files (26 items x about 800 – 1200 individuals). I have a problem. When I am working on “big” files, the R program crashes. More precisely I got the following Microsoft Warning: ******************************************* Microsoft Visual C++ Runtime Library Runtime Error! Program: C:\Program Files\R\R-2.4.1\bin\Rgui.exe
2012 Jan 11
0
Error in charToDate(x)
Dear all, I have a problem while working with hourly data of fx rates. I've read from a csv file, the following way: csv-file like: Date,Open,High,Low,Close,Volume 2011-08-11 03:00:00,1.41758,1.42205,1.41625,1.42174,8974 ... 2011-08-12 04:00:00,1.42175,1.42413,1.42067,1.42172,7229 ... 2011-12-30 05:00:00,1.42173,1.42341,1.42062,1.42171,6703 ... raw<-
2005 Oct 14
2
Invalid Headers
Hello all, I have been trying to compare Dovecot to Cyrus and in trying to to migrate some mail from Dovecot to Cyrus I am unable to do so because of an invalid header. The From header is incorrectly written as From> as opposed to the correct From: . Any idea what may be causing this and how to fix it? My setup is Fetchmail->Postfix->amavis-new->clamav->dovecot for dovecot and
2011 Mar 28
1
maximum likelihood accuracy - comparison with Stata
Hi everyone, I am looking to do some manual maximum likelihood estimation in R. I have done a lot of work in Stata and so I have been using output comparisons to get a handle on what is happening. I estimated a simple linear model in R with lm() and also my own maximum likelihood program. I then compared the output with Stata. Two things jumped out at me. Firstly, in Stata my coefficient
2008 Feb 01
3
Converting a character string into an object variable
R-helpers: Assume that I want to create a series of sequentially named R objects. For example, I might want to call these objects V1, V2, V3 ... V50. To do this, I thought of some sort of looping function like: input.value <- seq(1:50) * 3 for(i in 1:50){ paste("V", i, sep="") <- input.value[i] } Of course this loop will not work since the paste function
2007 Feb 16
1
Sampling distribution of the range statistic
R-helpers: In the construction of control charts for statistical quality control objectives, one might choose to estimate the control limits for the mean using the mean range of the samples. This requires multiplying the mean range by a correction factor, often called "d2", that is tabulated in many books. The origin of "d2" seems to be table 2 of the following paper:
2007 Apr 20
3
Opinion on R plots: connecting X and Y
Attention R users, especially those that are experienced enough to be opinionated, I need your input. Consider the following simple plot: x <- rnorm(100) y <- rnorm(100) plot(x, y, bty='n') A colleague (and dreaded SAS user) commented that she thought that my plots could be "cleaned up" by connecting the X and Y axes. I know that I can do that with bty='l' but I
2015 Jul 17
0
Bug#782383: Panic: "System without CMOS RTC must be booted from EFI" i.c.w. HP servers
Hello, HP offers BIOS firmware updates. After applying these to an affected server, Xen Hypervisor starts normally. -- Regards, Andreas Haase [zu unserer Webseite]<http://www.evolver.de/> Unsere Top-Produkte: ? evolverOAS<http://www.evolver.de/produkte/evolveroas/> ? evolverCMS<http://www.evolver.de/produkte/evolvercms/> ?
2005 Apr 15
0
how to use a samba patch
Hi! Sorry for this question, but I didn`t find the answere in the documentation or the web. I use samba 3.0.8 on a SuSE linux 8.2. Now, I have found a patch for samba <= 3.0.9 ( samba-3.0.9-CAN-2004-1154.patch on www.samba.org) I have the old source-files from my samba 3.0.8. Also I know that you need the tool "patch" to install the patch. But how? in which directory must I
2011 Jan 17
1
Replacing rows in a data frame
R-helpers, Below is a simple example of some output that I am getting while trying to work with a data frame in R 2.12.1 for Mac. ----- > testdat <- data.frame(matrix(ncol=10, nrow=10)) > colnames(testdat) <- c('a','b','c','d','e','f','g','h','i','j') > testdat[seq(1,10,3),] <-
2006 Oct 31
3
Missing data analysis in R
I am looking for a book that discusses the theory of multiple imputation (and other methods of dealing with missing data) and, just as importantly, how to implement these methods in R or S-Plus. Ideally, the book would have a structure similar to Faraway (Regression), Pinheiro&Bates (Mixed Effects) and Wood (GAMs) and would be very modern (i.e. published within the last couple of years).