search for: tobs

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

Did you mean: tabs
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 BER...
2004 Jul 20
1
Samba as a portable userland FS basis?
Recently, I looked at some options implementing unusual file systems in userland. On Linux, there is LUFS and similar stuff which frees one from touching any kernel code. The design is always similar: a generic kernel module forwards calls to a user level daemon and forwards returned results back. The user level daemon implements or serves as a basis for unusual user land filesystem
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
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
The latest Fedora 9 RPM install of Wine (0.9.58-1) will give the following complaint without freetype installed: Code: Wine cannot find the FreeType font library. To enable Wine to use TrueType fonts please install a version 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
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/Deali...
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.
Hi I need to a function that automatically fits a regression to data, using the stepAIC. I've ran the code manually and it works fine. However, when I run the function on the same data, the following error occurs: Problem in regimp(fullsim = simt, fullsim1 = simt1,..: Length of (weights) (variable 4) is 4271 != length of others (4278) I got the function to output the length of the dataset
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
Just to add. root at samba03:~# samba-tool drs replicate samba02 samba03 CN=Configuration,DC=local,DC=laurenz,DC=ws Replicate from samba03 to samba02 was successful. root at samba03:~# samba-tool drs replicate samba03 samba02 CN=Configuration,DC=local,DC=laurenz,DC=ws ERROR(<class 'samba.drs_utils.drsException'>): DsReplicaSync failed - drsException: DsReplicaSync failed
2010 May 03
0
Labels in GLMNET
In the ESL(2) (by F-H-T), they have labels on their Lasso graphs (specifically for the South African Heart Disease data). So my question is, how do I label each variable in a similar way on my graph. The following code should produce 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)
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 Win98t...
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-mas...
2013 Oct 01
0
[linux-3.4 test] 19896: regressions - FAIL
flight 19896 linux-3.4 real [real] http://www.chiark.greenend.org.uk/~xensrcts/logs/19896/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: build-i386 4 xen-build fail REGR. vs. 19840 build-amd64 4 xen-build fail REGR. vs. 19840 Tests which did not succeed, but are not
2014 Sep 05
0
Wine release 1.7.26
The Wine development release 1.7.26 is now available. What's new in this release (see below for details): - Still more DirectWrite functions. - Improvements to the common File Dialog. - A number of C runtime improvements. - Various bug fixes. The source is available from the following locations: http://prdownloads.sourceforge.net/wine/wine-1.7.26.tar.bz2
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)
Open Analytics is an international company providing data analysis services and products across geographies and industrial sectors. We are currently 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
2010 Jul 20
0
job openings
L.S. OpenAnalytics is an international company providing data analysis services and products across geographies and industrial sectors. We are currently looking to extend our team with the following two profiles * Data analyst: MSc / PhD in computational biology or molecular biology with a keen interest in data analysis * Statistician: MSc / PhD in statistics, biostatistics or applied
2011 Jun 27
1
job opening
L.S. OpenAnalytics is an international company providing data analysis services and products across geographies and industrial sectors. We are currently looking 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
2013 Jan 15
0
Job Opening: Bioinformatician at OpenAnalytics (Belgium)
L.S. OpenAnalytics is an international company providing data analysis services and products across geographies and industrial sectors. We are currently looking to expand our bioinformatics team with a candidate who fits the following profile: Bioinformatician: MSc / PhD in Computational Biology, Computer Science or Bioinformatics A detailed description can be found at