Skip to content

Commit

Permalink
fuction's individual documentations are updated
Browse files Browse the repository at this point in the history
  • Loading branch information
aminuldu07 committed Jan 2, 2025
1 parent 1b8068f commit 6b11cde
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
11 changes: 8 additions & 3 deletions docs/articles/get_bw_score.html

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

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ articles:
LB_score_calculation_documentation: LB_score_calculation_documentation.html
MI_score_calculation_documentation: MI_score_calculation_documentation.html
vignettes: vignettes.html
last_built: 2025-01-02T01:47Z
last_built: 2025-01-02T02:57Z
urls:
reference: https://aminuldu07.github.io/SENDQSAR/reference
article: https://aminuldu07.github.io/SENDQSAR/articles
2 changes: 1 addition & 1 deletion docs/search.json

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion vignettes/get_bw_score.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -96,13 +96,15 @@ The adjusted weights are further normalized using the Z-score equation described
### Dependencies

The function requires the following R packages:

- `RSQLite`: To connect to the SQLite database.
- `haven` : To read `.xpt` file, if `use_xpt_file = TRUE`.

---

***
This implementation ensures flexibility in handling different input types and configurations while maintaining a consistent structure for the output.

***
## Example Usage

```r
Expand Down

0 comments on commit 6b11cde

Please sign in to comment.