Displaying 2 results from an estimated 2 matches for "gonnermann".
2012 Sep 11
4
R calculates small numbers, where the result should be zero
Hi all,
my problem is that R does wrong calculations, when the result should be zero.
I have the following code:
RD_Var1 <- ((0.1*(1-0.1))/100)+((0.2*(1-0.2))/100)
RD_Var2 <- ((0.1*(1-0.1))/100)+((0.2*(1-0.2))/100)
RD_1 <- 0.1-0.2
RD_1
RD_2 <- 0.1-0.2
FEM_Eff_RD <- ((1/RD_Var1)*RD_1+(1/RD_Var2)*RD_2)/(1/RD_Var1+1/RD_Var2)
Q_RD <-
2015 Jul 30
2
POSIX-Share fails with NFS-mounts
Hi there,
I'm sure this must have been discussed before, but I can't find anything that addresses exactly my problem in the archives.
The problem I ran into is, that a samba-share relying on POSIX file-permissions stops working as soon as the shared folder is a NFS-mount itself.
In that case, it is no longer possible for any user to access files or folders.
So in my example, if