In a Python script I call a function from rpy2, but I get this error:
rpy2
#using an R module res = DirichletReg.ddirichlet(np.asarray(my_values),al
It's python source parser failure on sum.up=False named argument as sum.up is not valid argument name (you can't use dots -- only alphanumerics and underscores in argument names).
sum.up=False