1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89
|
citHeader("To cite segmented in publications use one or more of the following papers:")
bibentry(bibtype="Article",
title = "A heuristic, iterative algorithm for change-point detection in abrupt change models",
author = c(as.person("Salvatore Fasola"), as.person("Vito M.R. Muggeo"), as.person("Helmut Kuchenhoff")),
journal = "Computational Statistics",
year = "2018",
volume = "33",
number = "2",
pages = "997-1015",
textVersion =
paste("Fasola S, Muggeo VMR, Kuchenhoff K. (2018).",
"A heuristic, iterative algorithm for change-point detection in abrupt change models.",
"Computational Statistics, 33, 997-1015.")
)
bibentry(bibtype="Article",
title = "Estimating regression models with unknown break-points.",
author = "Vito M.R. Muggeo",
journal = "Statistics in Medicine",
year = "2003",
volume = "22",
pages = "3055--3071",
textVersion =
paste("Muggeo VMR (2003).",
"Estimating regression models with unknown break-points.",
"Statistics in Medicine, 22, 3055-3071.")
)
bibentry(bibtype="Article",
title = "segmented: an R Package to Fit Regression Models with Broken-Line Relationships.",
author = "Vito M.R. Muggeo",
journal = "R News",
year = "2008",
volume = "8",
number = "1",
pages = "20--25",
url = "https://cran.r-project.org/doc/Rnews/",
textVersion =
paste("Muggeo VMR (2008).",
"segmented: an R Package to Fit Regression Models with Broken-Line Relationships.",
"R News, 8/1, 20-25.",
"URL https://cran.r-project.org/doc/Rnews/.")
)
bibentry(bibtype="Article",
title = "Testing with a nuisance parameter present only under the alternative:
a score-based approach with application to segmented modelling.",
author = "Vito M.R. Muggeo",
journal = "J of Statistical Computation and Simulation",
year = "2016",
volume = "86",
pages = "3059-3067",
textVersion =
paste("Muggeo VMR (2016).",
"Testing with a nuisance parameter present only under the alternative:
a score-based approach with application to segmented modelling.",
"J of Statistical Computation and Simulation, 86, 3059-3067.")
)
bibentry(bibtype="Article",
title = "Interval estimation for the breakpoint in segmented regression: a smoothed score-based approach.",
author = "Vito M.R. Muggeo",
journal = "Australian & New Zealand Journal of Statistics",
year = "2017",
volume = "59",
pages = "311-322",
textVersion =
paste("Muggeo VMR (2017).",
"Interval estimation for the breakpoint in segmented regression: a smoothed score-based approach.",
"Australian \\& New Zealand Journal of Statistics, 59, 311-322.")
)
bibentry(bibtype="Article",
title = "Segmented mixed models with random changepoints: a maximum likelihood approach with application to treatment for depression study",
author = c(as.person("Vito M.R. Muggeo"), as.person("David C. Atkins"),
as.person("Robert J Gallop"), as.person("Sona Dimidjian")),
journal = "Statistical Modelling",
year = "2014",
volume = "14",
pages = "293-313",
textVersion =
paste("Muggeo VMR, Atkinhs DC, Gallopp RJ, Dimidjian S (2014).",
"Segmented mixed models with random changepoints: a maximum likelihood approach with application to treatment for depression study", "Statistical Modelling, 14, 293-313.")
)
|