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

Add parameter for extra standard deviation #6

Open
kellijohnson-NOAA opened this issue Dec 31, 2021 · 0 comments
Open

Add parameter for extra standard deviation #6

kellijohnson-NOAA opened this issue Dec 31, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@kellijohnson-NOAA
Copy link
Collaborator

Include a parameter for the estimated extra standard deviation on the new survey as the default or HARD-CODED behavior. Code should be inserted here

ss3roms/R/add_fleet.R

Lines 170 to 178 in 47bad77

ctllist[["Nfleets"]] <- datlist[["Nfleets"]]
ctllist[["fleetnames"]] <- datlist[["fleetnames"]]
ctllist[["Q_options"]][datlist[["Nsurveys"]], ] <-
ctllist[["Q_options"]][datlist[["Nsurveys"]] - 1, ]
ctllist[["Q_options"]][datlist[["Nsurveys"]], "fleet"] <- datlist[["Nfleets"]]
row.names(ctllist[["Q_options"]]) <-
datlist[["fleetnames"]][ctllist[["Q_options"]][["fleet"]]]
ctllist[["Q_parms"]][(datlist[["Nsurveys"]] * 2) - 1:0, ] <-
ctllist[["Q_parms"]][NROW(ctllist[["Q_parms"]]) - 1:0, ]

@kellijohnson-NOAA kellijohnson-NOAA added the enhancement New feature or request label Dec 31, 2021
@kellijohnson-NOAA kellijohnson-NOAA self-assigned this Dec 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant