Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

How to create madata?

write.madata(madata, datafile="madata.txt", designfile="design.txt") 

I have the following links

But do not understand how to create them for the dataset I have created.

For example: How to convert a data set like this to madata:

ID        Name      Age

1         ABC       15

2         PQR       80

3         XZY       15
share|improve this question
You are likely to have better response to this question on the Bioconductor mailing list ... – Ben Bolker Sep 12 '11 at 15:35

migrated from stats.stackexchange.com Sep 12 '11 at 15:32

1 Answer

From the help page that you linked ?read.madata, all you have to do is call read.madata with a matrix or tab delimited file as the first argument.

share|improve this answer
Thanks for your quick reply. What I meant is that suppose I have data set like (ID Name Age) (1 ABC 15) (2 PQR 80) (3 XZY 15) How do I convert this to madata? – user904522 Sep 12 '11 at 16:13

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.