这些都没有显示pnorm功能的源代码,
stats:::pnorm
getAnywhere(pnorm)
Run Code Online (Sandbox Code Playgroud)
我怎么能看到源代码pnorm?
sum
(..., na.rm = FALSE) .Primitive("sum")
.Primitive("sum")
function (..., na.rm = FALSE) .Primitive("sum")
methods(sum)
no methods were found
Run Code Online (Sandbox Code Playgroud)
而且,我怎样才能看到该sum函数的源代码?
r ×1