Re: [R] Do not want to print when using prop.test

2009-01-20 Thread Peter Dalgaard
Jose Iparraguirre D'Elia wrote: > I am using the function prop.test (base package), which returns a > list with class "htest". All I want to do is to assign one of its > values to a variable, but I do not want R to print the results and added > warning message whenever I invoke the function. > How

[R] Do not want to print when using prop.test

2009-01-20 Thread Jose Iparraguirre D'Elia
I am using the function prop.test (base package), which returns a list with class "htest". All I want to do is to assign one of its values to a variable, but I do not want R to print the results and added warning message whenever I invoke the function. How can I prevent R from printing on using