Skip to content

Commit 2337034

Browse files
committed
Updated docs and package details
1 parent 5fbad91 commit 2337034

File tree

6 files changed

+13
-9
lines changed

6 files changed

+13
-9
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: stochtree
2-
Title: Stochastic tree ensembles (XBART and BART) for supervised learning and causal inference
2+
Title: Stochastic tree Ensembles (XBART and BART) for Supervised Learning and Causal Inference
33
Version: 0.1.0
44
Authors@R:
55
c(

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
YEAR: 2024
2-
COPYRIGHT HOLDER: stochtree authors
1+
YEAR: 2025
2+
COPYRIGHT HOLDER: stochtree contributors

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MIT License
22

3-
Copyright (c) 2024 stochtree authors
3+
Copyright (c) 2023-2025 stochtree authors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

R/bcf.R

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1932,9 +1932,11 @@ saveBCFModelToJsonFile <- function(object, filename){
19321932
#' mu_params <- list(sample_sigma_leaf = TRUE)
19331933
#' tau_params <- list(sample_sigma_leaf = FALSE)
19341934
#' bcf_model <- bcf(X_train = X_train, Z_train = Z_train, y_train = y_train,
1935-
#' propensity_train = pi_train, rfx_group_ids_train = rfx_group_ids_train,
1935+
#' propensity_train = pi_train,
1936+
#' rfx_group_ids_train = rfx_group_ids_train,
19361937
#' rfx_basis_train = rfx_basis_train, X_test = X_test,
1937-
#' Z_test = Z_test, propensity_test = pi_test, rfx_group_ids_test = rfx_group_ids_test,
1938+
#' Z_test = Z_test, propensity_test = pi_test,
1939+
#' rfx_group_ids_test = rfx_group_ids_test,
19381940
#' rfx_basis_test = rfx_basis_test,
19391941
#' num_gfr = 100, num_burnin = 0, num_mcmc = 100,
19401942
#' mu_forest_params = mu_params,

man/saveBCFModelToJsonString.Rd

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/stochtree-package.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)