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.

35 results for “from:Dong-hyun Oh”

Histogram of ones.
Dong-hyun Oh · Feb 6, 2007 · r-help

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

R package checking error.
Dong-hyun Oh · Mar 29, 2010 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20100330/8de6287f/attachment.pl>

Error in maximum likelihood estimation.
Dong-hyun Oh · Jun 16, 2008 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20080616/725baf66/attachment.pl>

Opening help file hangs in emacs
Dong-hyun Oh · Nov 17, 2005 · r-help

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

weighted mean and by() with two index
Dong-hyun Oh · Apr 13, 2009 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20090414/dd261507/attachment-0001.pl>

create new column with colnames resulting from paste()
Dong-hyun Oh · Jun 26, 2008 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20080626/b52af132/attachment.pl>

How to know created time of object in R?
Dong-hyun Oh · Nov 5, 2007 · r-help

Dear UseRs, I would like to know the created time and date of specific object. Is there any function for it? Thank you in advance. Sincerely,

Stochastic Frontier Analysis with R
Dong-hyun Oh · Aug 22, 2004 · r-help

Hi, all, Is there a way to analyze data with Stochastic Fronteir Analysis with R? I'd like to know the packages or source code of SFA developed by Jondrow et al. (1982). Cheers,

X11 problem after migration to Leopard
Dong-hyun Oh · Sep 29, 2008 · r-sig-mac

Hi, You can solve local problem by adding the following lines in ~/.Rprofile .First <- function() { cat("\n Welcome to R!\n\n") Sys.setlocale(category = "LC_ALL", locale = "en_US.UTF-8") } .Last <- function() cat("\n Goodbye!\n\n") HTH...

On creating grouped data set.
Dong-hyun Oh · Jul 21, 2008 · r-help

Dear UseRs, I would like to know the way to create grouped data set such as Oats data.frame in nlme package. Specifically, I need to create a grouped data set with PBIB data.frame in SASmixed package. Any help...

Find classes of each column of data.frame()
Dong-hyun Oh · Jul 1, 2008 · r-help

Dear UseRs, I would like to know the way to find classes of each column of data.frame(). Thank you in advance. ========================================================= Dong-hyun Oh Center of Excellence for Science and Innovation Studies Royal Institute or Technology, Sweden e-mail...

inverser terrain.colors
Dong-hyun Oh · Oct 19, 2007 · r-help

Dear UserRs, I draw filled contour plot with filled.contour function. By default, colors of filled.contour is terrain.colors which alters from green (the lowest level) to white (the highest level). I want the colors to alter from white...

help.search warning?
Dong-hyun Oh · Aug 11, 2008 · r-help

Dear useRs, When I executed help.search(), I got nothing other than the following warning message. R> help.search("print") Error in help.search("print") : (converted from warning) removing all entries with invalid multi- byte character data I am using...

Finding convex hull?
Dong-hyun Oh · Sep 6, 2007 · r-help

Dear UseRs, I would like to know which function is the most efficient in finding convex hull of points in 3(or 2)-dimensional case? Functions for finding convex hull is the following: convex.hull (tripack), chull (grDevices), in.chull...

Korean in quartz() device.
Dong-hyun Oh · Oct 29, 2009 · r-sig-mac

Dear R users, I run R-2.9.2 on the Snow Leopard 10.6.1 OS system. The default language of the OS is english. I want to plot a very simple graph with Korean letters on a quartz...

function similar to str_replace() in php.
Dong-hyun Oh · Feb 15, 2008 · r-help

Dear expeRt, I would like to know whether a function similar to str_replace() in php exists in R. Looking forward to hearing from you. Best, ========================================================= Center of Excellence for Science and Innovation Studies, Royal Institute of Technology Drottning Kristinas...

Deleting NA in list()
Dong-hyun Oh · Aug 22, 2008 · r-help

Dear useRs, I would like to know the way of deleting NA in list(). Following is a example. lt <- list(a = 1:3, b = NA, c = letters[1:3], d = NA) for(i in length(lt):1) { if(is.na...

subset data.frame with constraint of many values?
Dong-hyun Oh · Oct 24, 2007 · r-help

Dear UseRs, Let us assume that I have data.frame named as dt. dt is as follows: a b c d 1 3 4 5 2 3 3 2 1 3 4 2 3 2 4 5 4 5 3...

Find classes of each column of data.frame()
Dong-hyun Oh · Jul 1, 2008 · r-help

Many thanks. On Jul 1, 2008, at 3:57 PM, Romain Francois wrote: > sapply( iris, class ) > > Dong-hyun Oh wrote: >> Dear UseRs, >> >> I would like to know the way to find classes of each column of >> data.frame(). >> >> Thank you...

help.search and indexing
Dong-hyun Oh · Jan 7, 2008 · r-help

Dear expeRt, I occasionally use help.search() function to find appropriate functions in R. Whenever committing help.search() after rerunning R, it takes so much time to find help (around 2 minutes). Is there any way to make it faster...

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