search for: bigler

Displaying 20 results from an estimated 22 matches for "bigler".

Did you mean: bigger
1999 Jul 15
1
hosts allow/deny not working correctly
When the world was young, "M. Tyson Bigler" <bigler@shellus.com> carved some runes like this: > I am having difficult getting the hosts allow/deny to work with IP ranges > or netmasks. Ideally I would prefer to use the IP/Netmask method, e.g. > 111.22.33.0/255.255.255.0, because we have a flat ATM network with >...
2007 Aug 30
2
Assigning line colors in xyplot
Hi, I have a dataframe containing data from individuals 1, ..., 12 (grouping variable "g" in the data frame below), which belong either to "A" or "B" (grouping variable "f"): set.seed(1) tmp <- data.frame(
2004 Mar 22
2
Handling of NAs in functions lrm and robcov
Hi R-helpers I have a dataframe DF (lets say with the variables, y, x1, x2, x3, ..., clust) containing relatively many NAs. When I fit an ordinal regression model with the function lrm from the Design library: model.lrm <- lrm(y ~ x1 + x2, data=DF, x=TRUE, y=TRUE) it will by default delete missing values in the variables y, x1, x2. Based on model.lrm, I want to apply the robust covariance
2007 Feb 27
6
How to enable swat on SuSE10.2 x86_64?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, As a result of not being able to control the shares, (invisible network), i wanted to enable swat, but the files are not were they supposed to be.... Can anyone help me? - -- Have a nice day, M9. Now, is the only time that exists. OS: Linux 2.6.18.2-34-default x86_64 Huidige gebruiker: monkey9@tribal-sfn2 Systeem:
2001 Aug 02
1
sample()
...rows instead of column vectors using the function sample()? I have already tried to transpose and back-transpose my dataframe, but I couldn't manage to get rid off the levels in the resulting dataframe. Macintosh G4 (Mac OS9.1), R Version 1.3.0 Any help is welcome! Christof -- Christof Bigler Mountain Forest Ecology ETH-Zentrum HG G21.4 CH-8092 Zurich, Switzerland -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe"...
2004 Mar 04
1
Ordinal logistic regression using spatial data
I have a spatial data set with ordinal response variable containing four levels. I would like to know if and how spatial autocorrelation can be taken into account when ordinal logistic regression is used (e.g. the function lrm from the Design package). Thanks for your help! Christof
1999 Jul 14
0
hosts allow/deny not working correctly in 2.0.3 or 2.0.4b
...ecurity (Samba joined the domain, but I have to HUP the nmbd process to keep the entry alive in WINS -- what's up with that??!!) testparm shows everything's okay until I add IP/netmask entries and then it's _always_ denied!! Please help!! Thanks, Tyson -- M. Tyson Bigler SEPTCo Computing Solutions Group Infrastructure Support Bellaire Technology Center bigler@shellus.com 3737 Bellaire Blvd., Room 1007B 713-245-7476 Houston, TX 77025
1999 Dec 15
0
Interface binding ignores my settings in 2.0.6
...ee that Samba "adds" the interface for the NT VLAN in log.smb. However, snoop tells me it's not using it. [1999/12/15 08:56:42, 2] lib/interface.c:add_interface(83) added interface ip=132.54.35.181 bcast=132.54.35.255 nmask=255.255.252.0 Any thoughts?? Thanks!! Tyson --- Tyson Bigler Shell Technology Exploration & Production Co. Infrastructure Support Bellaire Technology Center bigler@shellus.com 3737 Bellaire Blvd., Room 1051B 713-245-7476 Houston, TX 77025
1999 Jul 16
9
SWAT issue
I have had a RH5.2 server running Samba up for a long time. I upgraded to Mandrake 6.0. It broke Samba, so I reinstalled using the RPM on the CD. Samba works just fine, but SWAT will not! If I try to start it manually (/usr/sbin/swat) it just hangs. In /etc/services I have a line like this: swat 901/tcp In /etc/inetd.conf I have: swat stream tcp nowait.400 root
2002 Oct 15
2
glm and Newey-West estimator
Dear R-users, has anybody combined the glm function with the Newey-West estimator of variance, similar as in Stata 7.0? I'd like to estimate corrected standard errors within a logistic regression model, taking into account the auto-correlated binary observations within individuals. I use R1.5.1 on Mac OS X (10.2). Thanks, Christof
2004 Feb 25
2
circular filter
I try to find a circular filter that I can export to be used in a spatial software. Assuming, we have a matrix, representing 9x9 regularly spaced points with the center point 'filter[5, 5]'. In this example, I want to find a function that weighs all neighbor points within a distance of d=4 units with 1: > filter <- matrix(0, 9, 9) > filter <- function() ... > filter
2002 Mar 21
4
OpenSSH 3.1p1 on Linux Slackware 8 with KERBEROS v5 support
Hello, I have a little question and this regarding the compilation of the latest release of OpenSSH on a Linux Slackware version 8 box. We are currently using Kerberos 5 for user authentification and I saw that in SSH there is only an option to configure called: --with-kerberos4, so my question is: what do I need to do to get Kerberos 5 support into OpenSSH ? I am using the MIT kerberos version
1999 Aug 31
0
SAMBA digest 2218
...jgl.reno.nv.us> > 5) > by root@oglvee.oglevee.com (Superuser) > 6) Samba installation > by Lab Blaise <Blaise.Lab@cpln.ch> > 7) DOS Attrib mapping > by Jens Kuehnel <king@babylon.de> > 8) Re: Solaris 7 and Samba startup > by "M. Tyson Bigler" <bigler@shellus.com> > 9) Samba and Windows 98 > by Werner Kilb <kilb@rz.uni-duesseldorf.de> > 10) RE: DOS Attrib mapping > by Franck Buland <franck.buland@hyperoffice.fr> > 11) Multiple TCP/IP printers and smb > by David Sonenberg <dave@web...
2003 Feb 25
1
plotting question: filling area between two lines
Is there any way to fill the area within a plotted line and a horizontal line, e.g. in the following example: x <- rnorm(100) plot(x,type="l") abline(h=0) Thanks for any help. Christof
2005 Jul 04
1
Colors in mtext
I want to assign different colors to different strings using mtext(...). However, when I use something like mtext(text=c("string1","string2","string3"), col=c("black","blue","red"), side=3, line=0) string2 and string3 are printed over string1. When I use paste("string1","string2","string3"), the series
2006 Jan 19
1
Re: ADS/Kerberos/LDAP/Win2K
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 jason bigler wrote: > with the winbind NSS support = sfu does this use the > UID and GID within ADS for Samba authentication or > does it remap the UID and GID locally? 'idmap backend = ad' uses the uid and gid information from active directory. The 'winbind nss support' uses the home...
2006 Jan 23
0
Re: ADS/Kerberos/LDAP/Win2K
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 jason bigler wrote: > So what is the difference between idmap backend = AD > vs. LDAP? The LDAP backend allows winbindd to allocate Unix ids. The AD backend simply reads information from AD (i.e. you already have tyo have the uid attribute for the user in AD). Isn't this covered in the docs? c...
2002 Jul 01
1
glmmPQL
Dear R users, can anybody explain me why the function glmmPQL(.) behaves in different ways, depending on the number of measurements/individuals you use? To show you this, I generated two examples. The first one includes 20 indivduals with each 100 repeated measurements (binary response), the second one includes 40 individuals. The 'individuals' differ only in different x values. I
2007 Feb 27
2
Kerberos works, but "net ads join" fails
Hi List, this is gonna be a really funky/interesting/uncommon error you're going to deal with (if you do). Developer(s): I'd be really happy if you can point me at the right source files or describe at which stage of the "discussion" between my servers fail. This might be of some use.. But let's get to the facts: SYMPTOMS -------- 1) Invoked "kinit", no
2007 Mar 05
1
Trouble adding samba server to a domain
I'm trying to add a samba server to our company network. ?The samba version is 3.0.10 running on Fedora Core 1. The problem I'm having is the Windows PCs (XP and 2000) that are trying to connect to the server won't recognize the hostname of the server - only the IP address. ?For example, putting in \\192.zzz.yyy.xxx will display the shares just fine, but putting in the hostname