Skip to content

Commit

Permalink
Add null model to popGrowthTableJohnsonECCC
Browse files Browse the repository at this point in the history
  • Loading branch information
Hughes authored and Hughes committed Jan 9, 2025
1 parent e7270c4 commit 02e718f
Show file tree
Hide file tree
Showing 10 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -113,5 +113,5 @@ Remotes: LandSciTech/pfocal,
Additional_repositories: https://landscitech.github.io/drat
VignetteBuilder: knitr
Depends:
R (>= 2.10)
R (>= 3.5)
URL: https://landscitech.github.io/caribouMetrics, https://github.com/LandSciTech/caribouMetrics
Binary file modified R/sysdata.rda
Binary file not shown.
Binary file modified data/coefTableHR.rda
Binary file not shown.
Binary file modified data/fnlcToResType.rda
Binary file not shown.
Binary file modified data/plcToResType.rda
Binary file not shown.
Binary file modified data/popGrowthTableJohnsonECCC.rda
Binary file not shown.
Binary file modified data/resTypeCode.rda
Binary file not shown.
Binary file modified data/threshTable.rda
Binary file not shown.
5 changes: 5 additions & 0 deletions inst/extdata/populationGrowthTable.csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
modelVersion,responseVariable,ModelNumber,Type,Coefficient,Value,StdErr,lowerCI,upperCI
Johnson,recruitment,M0,National,Intercept,0,NA,NA,NA
Johnson,recruitment,M0,National,Anthro,0,NA,NA,NA
Johnson,recruitment,M0,National,fire_excl_anthro,0,NA,NA,NA
Johnson,recruitment,M1,National,Intercept,-1.193,NA,-1.283,-1.103
Johnson,recruitment,M1,National,Anthro,-0.015,NA,-0.018,-0.012
Johnson,recruitment,M2,National,Intercept,-1.473,NA,-1.608,-1.338
Expand All @@ -12,6 +15,8 @@ Johnson,recruitment,M4,National,Precision,19.86188658,2.22865544,NA,NA
Johnson,recruitment,M5,National,Intercept,-1.012,NA,-1.222,-0.011
Johnson,recruitment,M5,National,Total_dist,-0.014,NA,-0.018,-0.011
Johnson,recruitment,M5,National,fire_prop_dist,0.072,NA,-0.16,0.304
Johnson,femaleSurvival,M0,National,Intercept,0,NA,NA,NA
Johnson,femaleSurvival,M0,National,Anthro,0,NA,NA,NA
Johnson,femaleSurvival,M1,National,Intercept,-0.142,NA,-0.158,-0.127
Johnson,femaleSurvival,M1,National,Anthro,-0.0008,NA,-0.001,-0.0005
Johnson,femaleSurvival,M1,National,Precision,63.43723654,8.27273095,NA,NA
Expand Down
4 changes: 2 additions & 2 deletions man/caribouPopGrowth.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 02e718f

Please sign in to comment.