Displaying 2 results from an estimated 2 matches for "theseare".
Did you mean:
thereare
2009 Mar 03
1
sm.density.compare
...WEB or the R documentation.
I have tried the sample program in the R doc:y <- rnorm(100)
g <- rep(1:2, rep(50,2))
sm.density.compare(y, g, model="equal")
and it works fine. The only difference with my data is that I have some missing values that show as NA. I have checked that theseare numbered values by using the is.nan function. Any ideas? Thank You Jim L.
[[alternative HTML version deleted]]
2009 Feb 04
12
Detecting a programm runs using Wine
Is there absolutelu no (unofficial) way to detect whether a programm is running using Wine?
In this way a programm could decide to use other routines for those features that do not work fine using Wine.