-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
Package: arfit | ||
Title: Fits full AR1 model | ||
Title: Fits linear model in preesence of AR1 errors | ||
Version: 0.0.0.9000 | ||
Authors@R: | ||
person("Andy", "Beet", , "[email protected]", role = c("aut", "cre"), | ||
comment = c(ORCID = "0000-0001-8270-7090")) | ||
Description: Allows fitting of Autoregressive model of order 1 | ||
Description: Allows fitting of a linear model under the assumption of autoregressive order 1 errors. Significance is tested using a parametric bootstrap. | ||
License: file LICENSE | ||
url: https://github.com/andybeet/arfit | ||
BugReports: https://github.com/andybeet/arfit/issues | ||
|