Displaying 3 results from an estimated 3 matches for "mischievous".
2007 Apr 05
1
binom.test() query
...inom(X,n,p) <= dbinom(x,n,p)" overall.
But what is the purpose of the "1e-07"? I can see that it might
cause a miscalculation if the real intention is to simply sum
the probabilties dbinom(X,n,p) which are less than or equal to
dbinom(x,n,p).
For example (and I'm being a bit mischievous here, but I'm
theoretically entitled to be):
p<-0.3527785166
n<-20
x<-(4:10)
print(cbind(x,dbinom(x,n,p)),digits=10)
x
[1,] 4 0.07114577135
[2,] 5 0.12409328342
[3,] 6 0.16909761793
[4,] 7 0.18433877225
[5,] 8 0.16327483787
[6,] 9 0.11866078116
[...
2005 Jul 08
2
missing data imputation
Dear R-help,
I am trying to impute missing data for the first time using R. The norm
package seems to work for me, but the missing values that it returns seem
odd at times -- for example it returns negative values for a variable that
should only be positive. Does this matter in data analysis, and/or is
there a way to limit the imputed values to be within the minimum and
maximum of the actual
2003 Jul 26
5
suid bit files + securing FreeBSD
Hello everybody,
I'm a newbie in this list, so I don't know if it's the appropriate place
for my question. Anyway, I'd be happy to find out the solution.
Please, has anyone simple answer for:
I'm looking for an exact list of files, which:
1. MUST have...
2. HAVE FROM BSD INSTALLATION...
3. DO NOT NEED...
4. NEVER MAY...
...the suid-bit set.
Of course, it's no problem to