Displaying 3 results from an estimated 3 matches for "r_mat".
2005 Jun 09
1
color on barplot
Hello,
On my barplot, I have on the axis y, the names of the rows of my matrix r_mat!
is it possible to change the color of these names on my barplot?
barplot2(t(r_mat),beside=TRUE,horiz=TRUE,plot.grid=TRUE,xlab="R",font.lab=4,las=2,xlim=c(0,1))
thanks,
Sabine
---------------------------------
[[alternative HTML version deleted]]
2010 Feb 18
3
R CMD check: OK in LINUX. Crashes in Windows!
Hi,
I have followed the recommended steps for creating a package (rctest). As of
now, my goal is simply to understand how various pieces fit together. The
package includes:
(1) C code with source in sub-directories, compiled to create a static
library.
(a) There is a single C-struct (dns) a simple 'matrix': {int m; int n;
double *d;}
(b) C code to create random matrix of a certain size.
2009 Mar 24
0
repolr output
...ZED LINEAR MODELS FOR DEPENDENT DATA
gee S-function, version 4.13 modified 98/01/27 (1998)
Model:
Link: Logit
Variance to Mean Relation: Binomial
Correlation Structure: Fixed
Call:
ogee(formula = formula, id = exdata$exdata$subjects, data =
exdata$exdata,
R = R_mat, b = as.numeric(coeffs), maxiter = 10, family =
"binomial",
corstr = "fixed", silent = TRUE, scale.fix = TRUE, scale.value =
scalevalue)
Summary of Residuals:
Min 1Q Median 3Q Max
-0.32791175 -0.13163165 -0.05841431 -0.02337869 0.97...