Displaying 3 results from an estimated 3 matches for "r73903".
Did you mean:
373903
2017 Dec 14
1
change in behavior of c.trellis
...x86_64-w64-mingw32
arch x86_64
os mingw32
system x86_64, mingw32
status Patched
major 3
minor 4.3
year 2017
month 12
day 12
svn rev 73903
language R
version.string R version 3.4.3 Patched (2017-12-12 r73903)
nickname Kite-Eating Tree
>
the c.trellis seems to work correctly except for the new warning.
There was no warning in 3.3.3.
I first noticed it in 3.4.1
the c.trellis function itself is not changed between 3.3.3 and 3.4.3 Patched.
2017 Dec 16
0
t.trellis doesn't invert
...x86_64-w64-mingw32
arch x86_64
os mingw32
system x86_64, mingw32
status Patched
major 3
minor 4.3
year 2017
month 12
day 12
svn rev 73903
language R
version.string R version 3.4.3 Patched (2017-12-12 r73903)
nickname Kite-Eating Tree
> tt <- xyplot(y ~ x | a*b, data=data.frame(x=1:6, y=7:12, a=c(1:3,1:3), b=c(1,1,1,2,2,2)))
> tt
> t(tt)
> t(t(tt))
Error in update.trellis(x, perm.cond = rev(x$perm.cond)) :
Invalid value of 'perm.cond'
>
compare to numeric matrix
>...
2018 Feb 14
0
Unexpected behaviour in rms::lrtest
...sure + age + sex * rcs(cholesterol, 4)
L.R. Chisq d.f. P
2.043630e+01 2.000000e+00 3.650168e-05
For reference, here is my sessionInfo() although my TA got the same
results and I do not know what his sessionInfo() was.
> sessionInfo()
R version 3.4.3 Patched (2017-12-12 r73903)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Slackware 14.2
Matrix products: default
BLAS: /usr/local/lib64/R/lib/libRblas.so
LAPACK: /usr/local/lib64/R/lib/libRlapack.so
locale:
[1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C
[3] LC_TIME=en_US.UTF-8 LC_COLLATE=C
[5] LC_MONETAR...