On 6/6/05, Dan Bolser <[EMAIL PROTECTED]> wrote:
> 
> Signif. codes:  0 *** 0.001 ** 0.01 * 0.05 . 0.1   1
> 
> Signif. codes:  0 <80><98>***<80><99> 0.001 <80><98>**<80><99> 0.01
> <80><98>*<80>        <99> 0.05 <80><98>.<80><99> 0.1 <80><98> <80><99> 1
> 
> Signif. codes:  0 *** 0.001 ** 0.01 * 0.05 . 0.1   1
> 
> hmm... they go away when I paste them in...

Check the character set in use.  You probably are using a UTF-8
encoding in an environment that does not support display of that
character set.

A cheap way of avoiding this particular problem is 

options(show.signif.stars = FALSE)

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to