R/prob_est_species_forest.R
prob_est_species_forest.RdCreate tif files with probabilities of presences for each species on a given area. Results are save in output/theta
prob_est_species_forest(
alpha_stars,
latent_var_stars,
jSDM_binom_pro,
data_stars
)stars object. with centered values in 0.
multilayer stars object. with as layer as latent variables. Make sure each latent variable is scale.
object of class jSDM. output of "jSDM_binomial_probit" of "jSDM" library.
multilayer stars object. with same explanatories variables whom in `jSDM_binom_pro`. Make sure your explanatories variable are scale.