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.

18 results for “from:YIHSU CHEN”

ca.jo
YIHSU CHEN · Jul 8, 2007 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available Url: https://stat.ethz.ch/pipermail/r-help/attachments/20070708/552763db/attachment.pl

calculation fraction/ratio
YIHSU CHEN · Feb 1, 2008 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available Url: https://stat.ethz.ch/pipermail/r-help/attachments/20080201/2b8fd43f/attachment.pl

editor under MAC system
YIHSU CHEN · Dec 9, 2007 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available Url: https://stat.ethz.ch/pipermail/r-help/attachments/20071209/bcb7dc96/attachment.ksh

How to use MLE-class?
YIHSU CHEN · Mar 9, 2004 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available Url: https://stat.ethz.ch/pipermail/r-help/attachments/20040309/dbef6760/attachment.pl

create a vector
YIHSU CHEN · May 17, 2006 · r-help

Dear R users: I have an elementary question: how to creat a vector of [A1, A2, A3...... A300]? I know c(1:300) would give 1, 2, 3, ...., 300 but not sure how to attch a A to each element...

how to plot implicit functions
YIHSU CHEN · Dec 11, 2008 · r-help

Dear R users -- I think this question was asked before but there was no reply to it. I would appreciate any suggestion any of you might have. I am interested in plotting several "implicit functions" (F(x,y,z)=0...

read.table with data in specific formats
YIHSU CHEN · May 18, 2006 · r-help

Dear R Users Does anyone know how to read a text with a specific format? I know that has to do with two functions: read.table and sprintf but not sure how to put them together. Say that I have...

plot multivariate function with known coefficient.
YIHSU CHEN · Dec 9, 2008 · r-help

Dear R users -- I have a simple question that I cannot find the answers in the archive email: how to plot a multivariate function if I know the coefficients already? For instance, if I like to plot a 3D fig...

add text to the first line of an output file
YIHSU CHEN · Oct 21, 2014 · r-help

Hi guys; I want to write some text at the first line of an output file. The output file will be used for other software. In particular, the following text "ampl.tab 2 1" needs to be added to the...

write fixed format
YIHSU CHEN · Feb 21, 2007 · r-help

Dear R users; Is there a function in R that I can put "text" with proper alignments in a fixed format. For instance, if I have three fields: A, B and C, where both A and C are text with...

problem of fixed-formated output using sprintf
YIHSU CHEN · Jul 11, 2006 · r-help

Dear R users: I'm trying to generate a output file with fixed format using function "sprintf" in R. However, the execution time in R is very long even the toy data (smaller size df) seems to work fine. The...

function in boot
YIHSU CHEN · Jun 29, 2006 · r-help

Dear R users: I'm trying to use "boot" function under the package boot to run some bootstrapping. Basically, I have a df as follows. (The data is simplified for illustrative purpose.) V1 V2 V3 1 2 3 4 5...

How to write output in a specific formate with irregular space
YIHSU CHEN · May 18, 2006 · r-help

Dear R users: My question is how to write output in a specific formate with irregular spacing? Say that I have the following DF with three columns (A-C): A B C a10 100.0 212 The objective is to...

combined multiple observations
YIHSU CHEN · May 4, 2006 · r-help

Dear R users: I have a data frame as follows, where e1-e3 are indicator variables with value equal 0 or 1. St County e1 e2 e3 1 2 1 0 0 1 2 0 1 0 2 1 0...

add city and point in the map
YIHSU CHEN · Apr 27, 2006 · r-help

Dear Helpers: I'm trying to use packages "maps" and "mapdata" (see blow) to display the research resutls on map (Mid-Atlantic region). In particular, I need to mark a number of points in the map by giving their latitude...

split the data.frame
YIHSU CHEN · May 15, 2006 · r-help

Dear R folks: I wonder anyone has a elegent way of doing what I need to do. I have a data frame called with four columns: V1, V2, A1 and A2: V1 V2 A1 A2 A B 1.2 2...

Writing to a file with fixed precision
YIHSU CHEN · May 18, 2006 · r-help

Dear R users; A follow-up question regarding writing to a file with fixed precision: Assuming for each column of x, I would like to have a different format, then I modify the code as: x.fmt <- apply(x, 1...

solution of split data.frame
YIHSU CHEN · May 16, 2006 · r-help

Dear Folks: My recent question concerning split data.frame has been solved using both following approaches. (Question is listed at the end.) solution 1: Try melt from the reshape package (by Gabor) library(reshape) melt(DF, 1:2) You may...

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