as the title says I have a problem with this undefined 'lgamma'. I'm trying to run an ANCOVA using the function aoctool() but it stops and throws me that error. Below I post the entire message: ThemeCopy Undefined function or variable 'lgamma'.Error in betapdf (line 60) + lgamma (...
/tmp/ccOeSaBK.o: In function `main': c.c:(.text+0x24): undefined reference to `pow' c.c:(.text+0x52): undefined reference to `asin' collect2: ld returned 1 exit status Normally if you want to call a standard math library function, you need to have #include <math.h> at the...