Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Index units changed #366

Open
EllenY opened this issue Feb 23, 2023 · 2 comments
Open

Index units changed #366

EllenY opened this issue Feb 23, 2023 · 2 comments

Comments

@EllenY
Copy link

EllenY commented Feb 23, 2023

Downloaded the latest version of VAST and the plots for Index changed to kg*km2/km2 and seemingly massive SEs.
I'm doing something wrong but not sure what. Any suggestions are much appreciated!
fit = fit_model( "settings"=settings,
"Lat_i"=temp[,'Lat'],
"Lon_i"=temp[,'Lon'],
"observations_LL" = temp[,c('Lat','Lon')],
"t_i"=temp[,'Year'],
"b_i"=as_units(temp[,'pink_juv_kg'], "kg"),
"a_i"=as_units(temp[,'area_swept_km2'],"km^2"),
"getsd"=TRUE,
"test_fit"=TRUE,
"build_model" = TRUE,
input_grid=user_region,
getReportCovariance=TRUE
)

Index

@James-Thorson
Copy link
Collaborator

James-Thorson commented Feb 23, 2023 via email

@EllenY
Copy link
Author

EllenY commented Feb 23, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants