Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • s2dv s2dv
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 17
    • Issues 17
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Terraform modules
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Earth SciencesEarth Sciences
  • s2dvs2dv
  • Issues
  • #1
Closed
Open
Issue created Mar 11, 2020 by Nuria Pérez-Zanón@nperezMaintainer

p-values in Trend function

Discussing with @vtorralba, we ending talking about p-values on the Trend() function.

Some time ago, she did a version of the function for computing the p-values using the anova() function:

if (conf) {
    enltrend[c(1, 3), j2, j3, j4, j5, j6, j7, j8, j9, j10] <- confint(lm.out, level = siglev)[2, 1:2]
    enltrend[5, j2, j3, j4, j5, j6, j7, j8, j9, j10] <- anova(lm.out)$'Pr(>F)'[1]
           }

https://earth.bsc.es/gitlab/es/ESS/-/blob/fd6da8ea323a2c44352b510b0282dfc1684f5a2d/trends/Trend_pval.R

It would be good to consider this enhancement, so, the users don't need to look for other tools to compute the pvalues of the Trend.

Núria

Assignee
Assign to
Time tracking