Skip to content

Releases: yukai-yang/PSTR

Orange Panel

27 Oct 20:58
1170a6d
Compare
Choose a tag to compare
  • improve the plotting function “plot_transition” and “plot_response”.
  • add new plotting function “plot_coefficients”.
  • change documentation.

Orange Panel

17 Nov 00:29
0edafd6
Compare
Choose a tag to compare
  • fix some bugs found in the previous version.

Orange Panel

13 Nov 14:10
7b9b2bd
Compare
Choose a tag to compare
  • fix some bugs found in the previous version.

Orange Panel

25 Oct 20:30
Compare
Choose a tag to compare
  • Link to the working paper.

Orange Panel

03 Oct 20:34
Compare
Choose a tag to compare
  • New function "plot_response" which use the ggplot2 and plotly packages to plot the curve or surface of the expected response (contribution) against some variable and the transition variable.
  • The estimation function "EstPSTR" will return the estimated time-invariante individule effects.
  • The width of the separating lines in printing the results can adjust itself automatically to fit the width of the console.
  • Rewrite the "version" function.

Red Panel

25 Sep 13:30
Compare
Choose a tag to compare
  • Better documentation.
  • In the function "EstPSTR", now the initial value for "gamma" is allowed. The user can freely choose either "gamma" or "delta" to input for the estimation.
  • Estimation of a linear panel regression model with fixed effects.
  • The initial values can now be chosen automatically and will be returned after estimation.
  • New function "plot_transition" which use the ggplot2 package to plot the estimated transition function.
  • The package ggplot2 imported.
  • A new data set "sunspot" included.
  • Some bugs fixed.