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

Newitcv output #83

Merged
merged 175 commits into from
Mar 19, 2024
Merged

Newitcv output #83

merged 175 commits into from
Mar 19, 2024

Conversation

qinyun-lin
Copy link
Collaborator

No description provided.

jrosen48 and others added 30 commits August 14, 2023 12:49
The default assignment of function parameters retains the value "=", and when assigning values to the columns of the dplyr::tibble I chose to replace the assignment "=" with the value "<-", (this change can be retained or not).
The main change comes from the assignment of variables with T changed to "TRUE", not all = changed to <-, the main principle is: function parameter assignment with "=", variable assignment for "<-". "

In addition, for the definition of the matrix "byrow = TRUE" this way usually use "=", instead of the assignment symbol <-. This is a way of passing a function parameter without using the assignment "<-" symbol.
 change“ est_eff = est_eff,
  beta_threshold = beta_threshold”

to
  est_eff <- est_eff,
      beta_threshold <- beta_threshold
Maintain "=" for function parameter assignments and "<-" for variable assignments.
 Maintain "=" for function parameter assignments and "<-" for variable assignments.
T to TRUE;F to FALSE
T to TRUE; F to FALSE
fixed formatting issues with output
…elper_output_dataframe

Update helper_output_dataframe.R
…elper_plot_threshold

Update helper_plot_threshold.R
…itivity_ln.Rpatch-1

Update test_sensitivity_ln.R
…onlinear_auxiliary

Update nonlinear_auxiliary.R
Merge branch 'master' of https://github.com/konfound-project/konfound

# Conflicts:
#	DESCRIPTION
This reverts commit fc199f7, reversing
changes made to 04fbc43.
@qinyun-lin qinyun-lin changed the base branch from master to newitcv March 19, 2024 22:46
@qinyun-lin qinyun-lin marked this pull request as ready for review March 19, 2024 22:47
@qinyun-lin qinyun-lin merged commit bcc0cf2 into newitcv Mar 19, 2024
1 of 5 checks passed
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

Successfully merging this pull request may close these issues.

6 participants