search for: tob

Displaying 20 results from an estimated 21 matches for "tob".

Did you mean: to
2012 Nov 05
1
Potencia de la prueba T
...atos normales. Mx=170 M0=168 alpha=0.05 sigma=8 T=qt((1-alpha/2),n-1) T2=qt(alpha/2,n-1) Nr=1000 Nrechazo=0 n=seq(10,900, 70) dF <- data.frame(PromX = rep(0,length(n)), VarX = rep(0,length(n))) for(i in 1:Nr){ x <- rnorm(n[i], Mx, sigma) dF$PromX[i] <- mean(x) dF$VarX[i] <- var(x) Tobs=(mean(x)-M0)/(sqrt(var(x)/n[i])) Rechazo=ifelse(Tobs>=T| Tobs<=T2 ,1,0) Nrechazo=Nrechazo+Rechazo } Nrechazo/Nr la idea es que cada que haga las nrĀ“repeticiones de la sentencia for, genere una nueva muestra normal, con el siguiente valor del vector n. muchas gracias! -- ALEXANDER BE...
2004 Jul 20
1
Samba as a portable userland FS basis?
...Cygwin)? 2. Is there a "reasonable" internal API within the Samba server which could be used to stack unusual FS stuff on top? Generally, IMHO it would be great to have an open standard C API to some portable user land daemon to implement portable user land file systems. Cheers, Tobias
2009 Jan 24
6
Baldurs Gate Throne of Bhaal won't launch
According to the AppDB it should work just fine but I'm having some problems and the search for the forums on "Baldur", "Bhaal" and "ToB" give no results. The game installed just fine. All the community mods installed fine. The game config file runs fine except for the display setting sections; after a the automated setting test I do not get the popup asking if I saw the three boxes. I've got an image of the ToB disk mo...
2004 Dec 02
3
R and Fortran in Windows
I just joined the list and appologize if this has been answered before but I am trying to interface between R and the Compaq Visual Fortran compiler version 6.6 for Windows. I found the following instructions on the web -- and an example. When I follow these directions exactly. R 2.0.0 crashes. Has anyone had any experience with this? Below are the instructions that I located: Thanks Dan
2008 May 30
3
Freetype kills Icewind Dale 2 on Fedora 9
...of FreeType greater than or equal to 2.0.5. http://www.freetype.org However Icewind Dale 2 still runs fine. But if I install freetype then it won't run at all and fails with a page fault. None of the other IE games I've tested has this problem. Baldur's Gate and Baldur's Gate 2: ToB both work with or without freetype.
2012 Feb 26
2
Dealing with NAs in C
...is mainly integers > 0, I am just setting all NAs to 0 then sending it to the C code then resetting them to NAs again after the C program is done, to be compatible with the rest of the R code. Is there a more efficient way to deal with NAs in C? I have used NAOK=true and sent them through using tobs=as.integer(tobs) for example, but when C looks at a NA it crashes. I am looking for the most efficient way to deal with NAs when they need to be sent to a C function. Any info here would be greatly appreciated! Cheers, Chris -- View this message in context: http://r.789695.n4.nabble.com/Deal...
2008 Jul 16
4
Likelihood ratio test between glm and glmer fits
Dear list, I am fitting a logistic multi-level regression model and need to test the difference between the ordinary logistic regression from a glm() fit and the mixed effects fit from glmer(), basically I want to do a likelihood ratio test between the two fits. The data are like this: My outcome is a (1,0) for health status, I have several (1,0) dummy variables RURAL, SMOKE, DRINK, EMPLOYED,
2012 Mar 03
1
Problem running stepAIC within a function.
...$emp) newfull <- rep(0,5120) #set weighting if (weight==1){w <- s1$weight/sum(s1$weight)} else {w <- rep(1/nrow(s1),nrow(s1))} #do regression if (opt==1){ fit <- lm(stepAIC(lm(new~-1+SIC,s1,weights=w),scope=list(upper=~1+SIC+turn+exturn+new+exnew+hand+excise+merch+exmerch+tob+rub+water+turn1+exturn1+new1+exnew1+hand1+excise1+ merch1+exmerch1+tob1+rub1+water1+turn2+exturn2+new2+exnew2+hand2+excise2+merch2+exmerch2+tob2+rub2+water2,lower=~-1+SIC), direction="both")) sigdata <- cbind(new=s1$new,SIC=s1$SIC,s1[,coeffs[which(summary(fit)$coeff[-c(1:128...
2019 Jan 12
3
samba.service is masked (Debian 9)
Hello, please excuse my bad english. But I am not a native speaker. I installed samba 4 (DC) like this description http://tobs.tips/_doc_/ProxMoxDoc/07samba/ on a new Debian 9 System. After * apt-get install samba * service samba stop * rm -f /etc/samba/smb.conf * samba-tool domain provision --use-rfc2307 --use-xattrs=yes --interactive with no error-massages I try to start samba 4 via "service samba start"...
2018 Apr 04
0
Problems after failed Upgrade to Samba 4.8.0 from 4.7.5
..., line 386, in run drs_utils.sendDsReplicaSync(server_bind, server_bind_handle, source_dsa_guid, NC, req_options) File "/usr/lib/python2.7/dist-packages/samba/drs_utils.py", line 85, in sendDsReplicaSync raise drsException("DsReplicaSync failed %s" % estr) seems tob e a problem with inbound replication.?! Von: Dirk Laurenz <samba at laurenz.ws> Gesendet: Mittwoch, 4. April 2018 13:54 An: 'samba at lists.samba.org' <samba at lists.samba.org> Betreff: Problems after failed Upgrade to Samba 4.8.0 from 4.7.5 Hello $List, i have a s...
2010 May 03
0
Labels in GLMNET
...ce a plot with 9 enumerated variables: library(glmnet) x=matrix(rnorm(100*9),100,9) y=rnorm(100) g2=sample(1:2,100,replace=TRUE) g4=sample(1:4,100,replace=TRUE) fit1=glmnet(x,y) predict(fit1,newx=x[1:5,],s=c(0.01,0.005)) predict(fit1,type="coef") labs=cbind("sbp","tob","ldl","adi","fam","tpa","oby","alc","age") par(mfrow=c(1,1)) plot(fit1, label=TRUE) How can I replace the numbers in the margin with labels in labs? Was this ability only available in GLMpath (no longer available/work...
2004 Apr 29
0
Pxelinux/memdisk with Universal TCP/IP Network Bootdisk floppy
Just for the record, I want to let the list know that I succeeded in booting a modified Universal TCP/IP Network Bootdisk floppy from http://members.iinet.net.au/~bdriver/bootdisk/ I started with a Win98 Bootfloppy from http://www.tobs.uku.co.uk. Then I made a disk image from this, using dd.exe from cygwin. Then I converted this disk image from 1.44MB to 2.88MB with winimage. Then I copied the files from the Universal TCP/IP Network bootdisk to the image, by mounting the file on a linux computer (mount -t vfat -o loop Win98...
2019 Jan 12
0
samba.service is masked (Debian 9)
On Sat, 12 Jan 2019 22:04:50 +0100 Anton Blau via samba <samba at lists.samba.org> wrote: > Hello, > > please excuse my bad english. But I am not a native speaker. > > I installed samba 4 (DC) like this description > http://tobs.tips/_doc_/ProxMoxDoc/07samba/ on a new Debian 9 System. > > After > > * apt-get install samba > > * service samba stop > > * rm -f /etc/samba/smb.conf > > * samba-tool domain provision --use-rfc2307 --use-xattrs=yes > --interactive > > with no error-ma...
2013 Oct 01
0
[linux-3.4 test] 19896: regressions - FAIL
...rvalho de Melo <acme@redhat.com> Ben Hutchings <bhutchings@solarflare.com> Ben Skeggs <bskeggs@redhat.com> Benjamin Tissoires <benjamin.tissoires@gmail.com> Daisuke Nishimura <nishimura@mxp.nes.nec.co.jp> Daniel Santos <daniel.santos@pobox.com> Daniel Tobias <dan.g.tob@gmail.com> Dave Airlie <airlied@redhat.com> David Miller <davem@davemloft.net> David S. Miller <davem@davemloft.net> Eric Paris <eparis@redhat.com> Fabio Porcedda <fabio.porcedda@gmail.com> Greg Kroah-Hartman <gregkh@linuxfoundation.o...
2014 Sep 05
0
Wine release 1.7.26
...18 Aeria Games 'Grand Fantasia' crashes on startup 25803 War Leaders: Clash of Nations corrupts graphics 26039 The msi package test produce many failures in the root directory 26502 Ava Trader 'FX_Client.exe' crashes on startup 26569 Baldur's Gate II: SoA v23037 and ToB v26498 crashes during character creation 28412 high processor usage of Reaper 29585 wineoss.drv audio renderer not on par with others 30041 npptools.dll is needed by multiple network authentication clients 30871 Binary Domain (FPS) fails on startup, reporting 'inputLanguage is not r...
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list. I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without modifications. How did I try it? Created a (non-root) build environment (not a mock ) Installed the kernel.scr.rpm and did a rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee prep-out.log The build failed at the end: Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL Checking
2016 Oct 18
0
Job Openings: Statisticians and Data Scientists at Open Analytics (Belgium)
...looking to expand our team with the following profiles: Statisticians: MSc / PhD in Statistics, Applied Mathematics or Computer Science Data Scientists: MSc / PhD in Computer Science, Engineering or Statistics A detailed description can be found at http://www.openanalytics.eu/jobs Kind regards, Tobias Verbeke -- Tobias Verbeke Managing Director Open Analytics NV Jupiterstraat 20 2600 Antwerp Belgium E tobias.verbeke at openanalytics.eu M +32 499 36 33 15 http://www.openanalytics.eu
2010 Jul 20
0
job openings
...data analysis * Statistician: MSc / PhD in statistics, biostatistics or applied mathematics interested to work on applied modeling problems Detailed descriptions can be found at http://www.openanalytics.eu/careers.html Strong R skills are an important asset for the positions. Kind regards, Tobias -- Tobias Verbeke Manager OpenAnalytics BVBA Kortestraat 30A 2220 Heist-op-den-Berg Belgium E tobias.verbeke at openanalytics.eu M +32 499 36 33 15 http://www.openanalytics.eu
2011 Jun 27
1
job opening
...ing to extend our team with the following profile Data analyst: MSc / PhD in molecular or computational biology having a keen interest in data analysis A detailed description can be found at http://www.openanalytics.eu/jobs Strong R skills are an important asset for the position. Kind regards, Tobias Verbeke -- Tobias Verbeke Manager OpenAnalytics BVBA Kortestraat 30A 2220 Heist-op-den-Berg Belgium E tobias.verbeke at openanalytics.eu M +32 499 36 33 15 http://www.openanalytics.eu
2013 Jan 15
0
Job Opening: Bioinformatician at OpenAnalytics (Belgium)
...a candidate who fits the following profile: Bioinformatician: MSc / PhD in Computational Biology, Computer Science or Bioinformatics A detailed description can be found at http://www.openanalytics.eu/jobs Strong R and BioConductor skills are an important asset for the position. Kind regards, Tobias Verbeke -- Tobias Verbeke Manager OpenAnalytics BVBA Jupiterstraat 20 2600 Antwerp Belgium E tobias.verbeke at openanalytics.eu M +32 499 36 33 15 http://www.openanalytics.eu