search for: uhbs

Displaying 20 results from an estimated 23 matches for "uhbs".

Did you mean: hubs
2011 Jan 05
2
samba and the Internet discussion
Is it meanwhile save to use samba over the Internet without using VPN ? Mit freundlichen Gr??en Michael M?ssler _________________________ Beratung uhb consulting AG Chiemseering 1 84427 St. Wolfgang __________________________ Tel.: 08085/939 131 Fax: 08085/939 - 2131 WEB: www.uhb-consulting.de <http://www.uhb-consulting.de/> Sitz der AG
2008 Jan 10
1
Problems with samba and VISTA SP1 and samba Version 3.0.23d
Yesterday i installed then new SP1 RC for Microsoft Vista Enterprise, Since then I cant connect to our samba server any more. Samba is configured as ad member, with winbind and idmap backend = rid. Has anyone the same Problem ? Mit freundlichen Gr??en Michael M?ssler uhb consulting AG Chiemseering 1 84427 St. Wolfgang Tel.: 08085/939-131 Fax.: 08085/939-222 Web:
2009 Jun 25
1
Windows 7 RC1 Build 7100 Cannot Connect to Samba Shares w/Winbind
I'm doing some testing with Win7 RC1 and I'm having an identical problem with two CentOS servers (5.2 and 5.3) both running Samba 3.0.33 where I cannot authenticate. Both servers are authenticating with Winbind to an AD DC. I have a third CentOS 5.2 server with Samba 3.0.33 shares that does not use Winbind which has no problems. This pops up in smbd.log: (.200 is wireless and .184 is my
2016 Apr 26
0
Penalised spline regression
Good Afternoon Everyone, I am looking for advice fitting a linear mixed model where the random components do not seem to fit within the model formulae for lmer. The columns of Z are not stratified and have the notional random formula (z1 | 1) + ... + (zk | 1). Context I am fitting a penalised thin plate spline with knots k1 to kn. The basis functions Zk are |x-ki|^3 and the penalty matrix has
2010 Apr 12
1
Local R Training
...and. Does some one on this list knows of any trainers or schools in the region in question or where to look next? Regards, Dominik Riva Universitätsspital Basel Med. Querschnittsfunktionen Pathologie Schoenbeinstrasse 40 CH-4031 Basel Telefon 061 556 53 67 Cordless 65367 E-Mail rivad@uhbs.ch [[alternative HTML version deleted]]
2011 Apr 05
1
Antw: Re: Confidence interval for the difference between proportions - method used in prop.test()
Dear Josh, Thanks for your help! Does your answer mean, that you agree the two methods should do the same, and what I was guessing, despite the small differences? What I prefer about ci.pd is, that the help clearly says which method is implemented, which is not the case for prop.test. But I do not know who has programmed the function. Best wishes Steffi Stefanie von Felten, PhD Statistician
2006 Jan 04
7
Replacing backslashes with slashes
Hello, I've seen this question asked in the archives but no clear reply or solution provided. So, just to be sure it is not possible in R: Can I replace backslashes with slashes in a string ? I am writing a GUI for R with the Rpad library. I have a "browse" button for data loading and Windows return a path string with backslashes. I need to convert them into slashes to use the
2011 Sep 26
2
Changing colour in barchart
Hello. I've been trying to change the colour of the bars in the auto.key to blue and red. I have tried: barchart(Rate~Digit,Ben,groups=Cat, horizontal=FALSE,ylab="Rate (%)",auto.key=list(points=FALSE,rectangles=TRUE,space="right"),col = c("blue", "red"),main="Benford's rate vs combined \n sample rate Lab X") with various combinations of
2011 Jul 07
2
Obscure japanese game crash (mariari)
With `obscure' I mean there is no appdb entry for it. The game (~?UhB?Y - Marisa to Alice -MariAri-) is a technically simple puzzle game, but it crashes during certain animations. `Worlds' (set of levels) show the animation only the first time you try so it is just annoyance, but boss levels always show that animation so you cannot play them. I am using wine 1.3.23; with a clean prefix
2011 Apr 05
1
Confidence interval for the difference between proportions - method used in prop.test()
Hello, Does anyone know which method from Newcombe (1998)* is implemented in prop.test for comparing two proportions? I would guess it is the method based on the Wilson score (for single proportion), with and without continuity correction for prop.test(..., correct=FALSE) and prop.test(..., correct=TRUE). These methods would correspond to no. 10 and 11 tested in Newcombe, respectively. Can
2003 Jan 20
1
R and gdb
Hi, I have some problem with setting breakpoints with gdb in order to debug some shared library for R. Classical use of gdb work well gcc -g -o footest.o footest.c gdb footest.o b 2 run ... but as i tried to use it with R : $ R -d gdb GNU gdb 5.2.1 Copyright 2002 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it
2009 Oct 29
2
The 'subset matching' challenge
Dear all, The following problem just has been submitted to me by an accountant. In his new job, he has to close some old accounts. He has yearly amounts, and a list of products that have been bought over the years, at certain prices for which he has an exhaustive record. The problem is: He does not know what product was bought this or that year (don't ask). He does not want to find back
2008 Aug 31
2
LVM and hotswap (USB/iSCSI) devices?
Hi list, I'm having one of those 'I'm stupid' -problems with LVM on CentOS 5.2. I've been working with traditional partitions until now, but I've finally been sold on the theoretical benefits of using LVM, but for now I only have a huge pile of broken filesystems to show for my efforts. My scenario; I attach a disk, either over USB or iSCSI. I create a PV on this
2005 Nov 30
8
Solving Systems of Non-linear equations
I am trying to write a function that will solve a simple system of nonlinear equations for the parameters that describe the beta distribution (a,b) given the mean and variance. mean = a/(a+b) variance = (a*b)/(((a+b)^2) * (a+b+1)) Any help as to where to start would be welcome. -- Scott Story Graduate Student MSU Ecology Department 319 Lewis Hall Bozeman, Mt 59717 406.994.2670 sstory at
2010 Apr 09
6
How to run Shapiro-Wilk test for each grouped variable?
I want to run Shapiro-Wilk test for each variable in my dataset, each grouped by variable groupFactor. I have these working commands: > data.n<-names(data) # put names into a vector called data.n > by(eval(parse(text=(paste("data",data.n[3],sep="$")))), data$factor, shapiro.test) #run shapiro.test but I must to change the variable number manualy. How to automate
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
Signed-off-by: Scott Seago <sseago at redhat.com> --- AUTHORS | 17 ++++++ README | 10 +++ conf/ovirt-agent | 12 ++++ conf/ovirt-db-omatic | 12 ++++ conf/ovirt-host-browser | 12 ++++
2007 Mar 11
1
Sys.setlocale("LC_CTYPE","fr_FR.UTF-8")
Dear R users, I'm trying to have a gWiddgetsRGtk2 script run under R-2.4.1. The script run OK under Linux but all accentuated characters appear as "?" when the script is run under Windows. As Gtk+ requires UTF-8, I thought it was the source of the problem and tried to change the default encoding (1252) in the following way:
2011 Oct 11
0
New package announcement: R2STATS, a GUI for fitting GLM and GLMM
Dear R-users, I wanted to inform you that a new package called R2STATS is available, as a graphical front-end for the glm() and glmer() functions. The GUI is based on the RGTk2 and gWidgets packages by Michael Lawrence and John Verzani, and so requires that the GTK+ library be installed first on your system. This is done "automagically" when installing the RGtk2 package (or the
2012 Feb 20
0
GTK
> I am struggling to install GTK+ for Windows 7. RGtk2 needs this > package to load. Does anybody know of a installation file that works? > > GTK+ is automatically installed when you install the RGtk2 package (you'll be asked about it during installation). As of R-2.14.1, it is installed under the R tree, so if you had write access when installing R itself, you should have no
2013 Jun 22
1
Superpose two QQ-plots (gamma distribution) with, lattice function qqmath()
David, Duncan, > Hi > > Following on David's rate argument > > try (with modifications of pch and grid) > > rate <- 1/4 > shape = 8 > rate = c(rep(1/4,100),rep(1/3,100)) I don't think the problem is related to the rate argument, which can well be vectorized, as is the case for a number of arguments in distrib functions in R (note that you are redefining it