开发者

How to use the function "rank" in the function "lapply" in R?

开发者 https://www.devze.com 2023-02-25 00:32 出处:网络
R Version 2.11.1 32-bit on Windows 7 Now I get the code: lapply(x, rank) b开发者_JS百科ut I want the \"rank\" to be: ties.method=\"first\"As part of the optional argument ...: lapply(x, rank, ties.m

R Version 2.11.1 32-bit on Windows 7

Now I get the code: lapply(x, rank)

b开发者_JS百科ut I want the "rank" to be: ties.method="first"


As part of the optional argument ...: lapply(x, rank, ties.method = "first").

See ?lapply for details.

0

精彩评论

暂无评论...
验证码 换一张
取 消