R/ggplot_globals.R

if (getRversion() >= "2.15.1") {
	utils::globalVariables(
		c(
			"acceptance",
			"actual",
			"avg",
			"core",
			"depth",
			"error",
			"index",
			"in_interval",
			"iter",
			"lower",
			"num_nodes",
			"num_trees",
			"pointwise_cutoff",
			"pointwise_selected",
			"prop",
			"residual",
			"rmse",
			"simul_marker",
			"simul_threshold",
			"sigsq",
			"theoretical",
			"tree",
			"upper",
			"value",
			"var_est",
			"variable",
			"x"
		)
	)
}

Try the bartMachine package in your browser

Any scripts or data that you put into this service are public.

bartMachine documentation built on Jan. 19, 2026, 9:06 a.m.