Take a look on symnum function:

symnum(runif(30), cutpoints = c(0, 0.01, 0.05, 0.1, 1), symbols = c("***",
"**", "*", ""))


On Wed, Feb 2, 2011 at 11:25 AM, Striessnig, Erich <
erich.striess...@wu.ac.at> wrote:

> Hi all,
>
> Does anyone know a way to change the significant stars in mtable (package
> memisc)? The default is
> Signif. codes:  0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1,
>
> however I need it to be
>
> Signif. codes:  0 '***' 0.01 '**' 0.05 '*' 0.1 ' ' 1
>
> Kind regards,
> Erich
>
>        [[alternative HTML version deleted]]
>
> ______________________________________________
> 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.
>



-- 
Henrique Dallazuanna
Curitiba-Paraná-Brasil
25° 25' 40" S 49° 16' 22" O

        [[alternative HTML version deleted]]

______________________________________________
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