Create 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
)

Arguments

alpha_stars

stars object. with centered values in 0.

latent_var_stars

multilayer stars object. with as layer as latent variables. Make sure each latent variable is scale.

jSDM_binom_pro

object of class jSDM. output of "jSDM_binomial_probit" of "jSDM" library.

data_stars

multilayer stars object. with same explanatories variables whom in `jSDM_binom_pro`. Make sure your explanatories variable are scale.