Displaying 2 results from an estimated 2 matches for "stepmented".
Did you mean:
segmented
2024 May 16
0
segmented 2.1-0 is released
dear R users,
I am pleased to announce that segmented 2.1-0 is now available on CRAN.
segmented focuses on estimation of breakpoints/changepoints of
segmented, i.e. piecewise linear, relationships in (generalized) linear
models. Starting with version 2.0-0, it is also possible to model
stepmented, i.e. piecewise constant, effects.
In the last release both models may be fitted via a formula interface,
such as
segreg(y ~ seg(x1, npsi=2) + seg(x2) + z)
stepreg(y ~ seg(x1, npsi=2) + seg(x2) +seg(x3, npsi=3) + z, family=poisson)
There is virtually no limit in the number of covariates and
c...
2024 May 16
0
segmented 2.1-0 is released
dear R users,
I am pleased to announce that segmented 2.1-0 is now available on CRAN.
segmented focuses on estimation of breakpoints/changepoints of
segmented, i.e. piecewise linear, relationships in (generalized) linear
models. Starting with version 2.0-0, it is also possible to model
stepmented, i.e. piecewise constant, effects.
In the last release both models may be fitted via a formula interface,
such as
segreg(y ~ seg(x1, npsi=2) + seg(x2) + z)
stepreg(y ~ seg(x1, npsi=2) + seg(x2) +seg(x3, npsi=3) + z, family=poisson)
There is virtually no limit in the number of covariates and
c...