Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

3 results for “from:li1127217ye”

read.table
li1127217ye · Nov 18, 2012 · r-help

> read.table("data.txt",header=TRUE, colClasses=c("character","character","numeric","character", "numeric","numeric")) a b c d e f 1 SPX LSZ 100 C 0 34.40 2 SPX LSZ 100 P 0 1.30 3 SPX LSZ 105...

I don't know the difference between rank and order
li1127217ye · Nov 20, 2012 · r-help

I don't know the difference between rank and order.For example: > x=c(10,30,30,20,10,20) > x[rank(x,ties.method="first")] [1] 10 10 20 30 30 20 > x[order(x)] [1] 10 10 20...

Failed to install RMySQL,help!
li1127217ye · Nov 23, 2012 · r-help

I had installed R and MySQL ,then I input : > install.packages('RMySQL',type='source') show the message below, Why? Why shows "ERROR: configuration failed for package 'RMySQL'"? ??URL?http://mirrors.xmu.edu.cn/CRAN/src/contrib/RMySQL_0.9-3...

Can't find what you're looking for? Try searching with Google .