search for: nsignif

Displaying 1 result from an estimated 1 matches for "nsignif".

Did you mean: signif
2005 Apr 21
1
printCoefmat(signif.legend =FALSE) (PR#7802)
...Estimate Std.Err Z value Pr(>z) #[1,] 10.3567 3.3680 3.0750 0.002105 #[2,] 9.1652 4.3609 2.1017 0.035581 #[3,] 10.4420 3.6527 2.8587 0.004253 I think the problem can be easily solved by changing the code lines (3. and 4. from the bottom) if (signif.stars) cat("---\nSignif. codes: ", attr(Signif, "legend"), "\n") to if (signif.legend) cat("---\nSignif. codes: ", attr(Signif, "legend"), "\n") At least it works for the more sensibel case, that no legend should be produced. Regards Wolfgang --please...