Skip to content

Releases: PhDMeiwp/basicTrendline

basicTrendline_2.0.5

24 Nov 00:21
Compare
Choose a tag to compare
  • draw ggplot2-like trendline using the code like '[case 0]' in 'Example'.
  • devide 'show.Rpvalue' into two parts: paramaters 'show.Rsquare' and 'show.pvalue'.

basicTrendline_2.0.3

04 Aug 04:02
Compare
Choose a tag to compare

basicTrendline_version_2.0.3

You could also find more Windows binaries, and OS X binaries from official CRAN.

Changes in version 2.0.3

  • add several arguments to trendline() function, including show.equation, show.Rpvalue, Rname, Pname, xname, yname, yhat, CI.fill, CI.level, CI.alpha, CI.color, CI.lty, CI.lwd, ePos.x, ePos.y, las.
  • enable to draw confidence interval for regression models (arguments CI.fill, CI.level, etc.)
  • add 'show.equation' and show.Rpvale' arguments to enable to choose which parameter to show
  • add 'Rname' and 'Pname' arguments to specify the character of R-square and P-vlaue (i.e. R^2 or r^2; P or p)
  • add 'xname' and 'ynameto' arguments to specify the character of 'x' and 'y' in the equation
  • add 'yhat' argument to enable to add a hat symbol on the top of 'y' in the equation
  • add 'ePos.x' and 'ePos.y' arguments to specify the x and y co-ordinates of equation's position
  • deleted the 'ePos' argument
  • add "Residual Sum of Squares" to the output of 'trendline_summary()' function

basicTrendline_1.0.1

19 Apr 09:24
Compare
Choose a tag to compare