search for: daten1

Displaying 7 results from an estimated 7 matches for "daten1".

Did you mean: daten
2012 Jan 03
7
Low performance
...5 to 7% of one core. Memory-usage is 1703 out of 64557MB. There are no other jobs running on the two machines. The LSI controllers both say: State: Optimal machine A has a rsync-daemon with the following configuration: ---------- read only = false use chroot = false hosts allow = 10.99.11.0/24 [Daten1] path = /var/daten1 use chroot = yes read only = yes list = yes uid = root gid = root strict modes = yes ignore errors = no ignore nonreadable = yes transfer logging = no timeout = 600 refuse options = c...
2008 Oct 13
0
Re : using predict() or fitted() from a model with offset; unsolved, included reproducible code
...gt; formula, as seen below in the code. > I have also tried to use predict, with exactly the same result: the > offset is ignored. This applies to both lms and glms. > > Am I missing something here? > Thank you > Samuel Riou > > CODE > #no offset lmA<-lm(MassChange24h~DATEN1, subset(Chicks1, Year==2007? & > AGE>10), na.action=na.exclude) > summary(lmA) > > #linear offset > lmAO<-lm(MassChange24h~DATEN1+offset(-0.37356*AGE), subset(Chicks1, > Year==2007? & AGE>10), na.action=na.exclude) > summary(lmAO) > > > print(Chicks$...
2019 Nov 14
6
get_share_mode_lock: get_static_share_mode_data failed: NT_STATUS_NO_MEMORY
Upgraded to Samba 4.11.2 and I?ve now too started seeing the message: get_share_mode_lock: get_static_share_mode_data failed: NT_STATUS_NO_MEMORY A lot. I modified the source in source3/locking/share_mode_lock.c a bit in order to print out the values of the service path, smb_fname & old_write_time when it fails and it seems they are all NULL? [2019/11/14 14:24:23.358441, 0]
2010 Jul 05
1
question concerning VGAM
Hello everyone, using the VGAM package and the following code library(VGAM) bp1 <- vglm(cbind(daten$anzahl_b, daten$deckung_b) ~ ., binom2.rho, data=daten1) summary(bp1) coef(bp1, matrix=TRUE) produced this error message: error in object$coefficients : $ operator not defined for this S4 class I am bit confused because some day ago this error message did not show up and everything was fine. Thank you very much in advance for your help...
2001 Feb 28
10
Bug Report
Hello Samba Team: I don't know if this is a bug but I have compiled the source code for samba-2.2.0-alpha2 on Solaris 7 and cannot make the binaries. After the "./configure" command I try "make" and this is the result: [...cutting..] Compiling smbd/oplock_irix.c Compiling smbd/oplock_linux.c Compiling smbd/notify.c Compiling smbd/notify_hash.c Compiling
2009 Jan 02
8
samba freezes the server
...write list = @ntadmin root force group = ntadmin create mask = 0664 directory mask = 0775 [netlogon] comment = Network Logon Service path = /var/lib/samba/netlogon write list = root [projects] inherit acls = Yes path = /usr/local/pub/daten1/projects read only = No create mask = 0775 directory mask = 0775 force group = samba-users force user = root case sensitive = No guest ok = Yes [install] inherit acls = Yes path = /usr/local/pub/daten2/install/ read on...
2010 Dec 11
0
is there a packge or code to generate markov chains in R
...W A 2 0 1 M A 3 0 1 M B 4 0 1 M B 5 0 1 W A 6 0 1 M B I would like to form a subset consisting of all entries with Geschlecht=M and GG=A. Using >T1 <- subset(daten1, Geschlecht=="M", GG=="A") delievers data frame with 0 columns and 6 rows > T1 <- subset(daten1, Geschlecht=="M") delievers numacc_b coverage_b Geschlecht GG 2 0 1 M A 3 0 1 M B 4 0 1...