Displaying 5 results from an estimated 5 matches similar to: "lme confusion"
2011 Sep 08
2
Zanzarah game
I've decided to try Zanzarah in both wine 1.2.2 and in latest release 1.3.27
None works... :(
Here is the terminal output in 1.3.27:
...
DFMT_R8G8_SNORM_L8X8_UNORM to floating point.
err:d3d_surface:surface_convert_color_to_float Unhandled conversion from WINED3DFMT_R8G8_SNORM_L8X8_UNORM to floating point.
err:d3d_surface:surface_convert_color_to_float Unhandled conversion from
2003 Aug 05
2
Error on mclust
Hi All,
I am trying to cluster a one-dimensional data (see the file attached) using
Mclust() but got an error message like:
>Mclust(x)
Error in rep(1, n) : Object "n" not found
When I do a simulation sometimes it works sometimes doesn't.
>Mclust(c(rnorm(50),rnorm(56,-0.5)))
Error in rep(1, n) : Object "n" not found
>Mclust(c(rnorm(56),rnorm(56,-0.5)))
best
2011 Sep 07
2
Problems with this Harry Potter PC game in wine 1.2.2
Hi guys.
I am using Lubuntu 11.04 and so far I've been able to run via wine a few games, among which: Star Wars KOTOR1, TOCA race driver 3, Neverwinter Nights 1...
Now I tried installing and running Harry Poter 1 (Sorcerer Stone). Installs ok, but game crashes when starting with a critical error "General Protection Fault".
Here is what the terminal shows:
...
emy at
2000 Nov 02
2
RSPerl...
Duncan -
(but sent to R-devel, for any other thoughts?)
How do you envision RSPerl being used? Without having seen the
details, I can think of playing with strings; is there a preferred
incantation for stringification of R objects (serialization)?
(actually, the main problem I'm having is that I know how I want to code
something like:
Robject <-
2025 May 15
1
Different output type with as.Date
Hello,
I'm encountering what seems to me to be an anomaly with the as.Date() function. If I fill in an origin or not, the function will not return the same type of object (integer or double).
Here's a small example:
``` r
as.Date(0L) |> typeof()
#> [1] "integer"
as.Date(0L, origin = "1970-01-01") |> typeof()
#> [1] "double"
```
Is it a bug or