Hello, I used the function Fstats (in the package strucchange) and would like to transform the F probability given by Fstats in P value. This transformation can be made while making a plot, but I need to have the numerical P value which are ploted... and I can't find out how to do.
Here a is an exemple, to plot the P value. let's take data as a array fs <-fstats(data ~ 1, from = 4, to = length(data)-4) plot(fs,pval=TRUE) Thank you for your help, Seb -- View this message in context: http://n4.nabble.com/Function-Fstats-and-p-value-tp1478478p1478478.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ 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.