Sorry - I have solved my problem already - please don't post the request
for advice on how to generate a matrix with zeros in alternate rows &
alternate elements in the supra-diagonal
Cheers
Michelle
__
R-help@r-project.org mailing list -- To UNSUBSC
Hi - I'm trying to generate the (toy) matrix below in R. I get the error
message shown below (and no matrix!) and I'm unclear as to why - if
someone could advise as to why, that would be ace. Thank you! Michelle
0.7 0 0.1 0 0.1 0 0 0 0 0
0
Hi -
I would like the plot ordered by intercept.
Ordering is doable if the intervals function is substituted with the
confint function and order=1 included. Is ordering doable with intervals
function, please?
Thanks!
M
results<-lmList(x~slope|id,data)
plot(intervals(results))
[[al
Hi -
My sample size is about 190, consequently the plot output (below) is
quite squashed up and the id numbers down the L axis overlay each other
and are not legible
plot(confint(lmList(x ~ slope | id, data), pooled = TRUE), order = 1)
Is it possible to either reduce the size of the id numbers
4 matches
Mail list logo