Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
tedflynn committed Apr 12, 2024
2 parents 74c1e58 + 1dcbbe0 commit d326c50
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Response,Station,Parameter,Estimate,SE,t_value,p_value
log(Zooplankton),Sacramento River,Intercept,7.364##,0.3196##,23.04##,< 0.001##
log(Zooplankton),Sacramento River,Net Discharge,-8.287e-05##,1.712e-05##,-4.841##,< 0.001##
log(Zooplankton),Sacramento River,Pesticide Application,-4.318e-02##,9.271e-03##,-4.657##,< 0.001##
sqrt(Zooplankton),Yolo Bypass,Intercept,13.76##,1.921##,7.165##,< 0.001##
sqrt(Zooplankton),Yolo Bypass,Net Discharge,2.510e-02##,5.822e-03##,4.311##,< 0.001##
sqrt(Zooplankton),Yolo Bypass,Pesticide Application,-2.126e-02##,7.423e-02##,-0.2864##,0.778##
log(Water),Sacramento River,Intercept,2.334##,0.5277##,4.423##,0.004##
log(Water),Sacramento River,Net Discharge,1.632e-04##,2.827e-05##,5.772##,0.001##
log(Water),Sacramento River,Pesticide Application,4.076e-02##,1.416e-02##,2.878##,0.028##
Water,Yolo Bypass,Intercept,613.1##,121.5##,5.048##,0.007##
Water,Yolo Bypass,Net Discharge,2.624##,0.2426##,10.82##,< 0.001##
Water,Yolo Bypass,Pesticide Application,-4.915##,6.903##,-0.7121##,0.516##
log(Water),Sacramento River,Intercept,2.334##,0.5277##,4.423##,0.004##
log(Water),Sacramento River,Net Discharge,1.632e-04##,2.827e-05##,5.772##,0.001##
log(Water),Sacramento River,Pesticide Application,4.076e-02##,1.416e-02##,2.878##,0.028##
sqrt(Zooplankton),Yolo Bypass,Intercept,13.76##,1.921##,7.165##,< 0.001##
sqrt(Zooplankton),Yolo Bypass,Net Discharge,2.510e-02##,5.822e-03##,4.311##,< 0.001##
sqrt(Zooplankton),Yolo Bypass,Pesticide Application,-2.126e-02##,7.423e-02##,-0.2864##,0.778##
log(Zooplankton),Sacramento River,Intercept,7.364##,0.3196##,23.04##,< 0.001##
log(Zooplankton),Sacramento River,Net Discharge,-8.287e-05##,1.712e-05##,-4.841##,< 0.001##
log(Zooplankton),Sacramento River,Pesticide Application,-4.318e-02##,9.271e-03##,-4.657##,< 0.001##
8 changes: 4 additions & 4 deletions manuscript_contam/src/analysis_conc_water_zoop_summer_fall.R
Original file line number Diff line number Diff line change
Expand Up @@ -197,10 +197,10 @@ fp_tables <- here("manuscript_contam/results/tables")
# Combine and export summary tables of flow-application models
df_m_q_appl_summ <-
bind_rows(
df_m_zoop_q_appl_shr,
df_m_zoop_q_appl_sttd,
df_m_water_q_appl_shr,
df_m_water_q_appl_sttd
df_m_water_q_appl_sttd,
df_m_water_q_appl_shr,
df_m_zoop_q_appl_sttd,
df_m_zoop_q_appl_shr
) %>%
transmute(
Response,
Expand Down

0 comments on commit d326c50

Please sign in to comment.