On 08/18/2010 06:20 PM, Joshua Wiley wrote:
> matrix(1:4, nrow = 4, ncol = 1, dimnames = list(NULL, "true value"))
> 

or even

cbind("true value"=1:4)


-- 
Peter Dalgaard
Center for Statistics, Copenhagen Business School
Phone: (+45)38153501
Email: pd....@cbs.dk  Priv: pda...@gmail.com

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to