File: segmented.R

package info (click to toggle)
r-cran-segmented 2.1-4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,484 kB
  • sloc: makefile: 2
file content (4 lines) | stat: -rw-r--r-- 157 bytes parent folder | download | duplicates (3)
1
2
3
4
`segmented` <-
function(obj, seg.Z, psi, npsi, fixed.psi=NULL, control=seg.control(), model=TRUE, ...){
            UseMethod("segmented")
            }