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.

22 results for “from:Jan Sabee”

Need help write a function
Jan Sabee · Oct 11, 2005 · r-help

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

How to generate for one vector matrix
Jan Sabee · Oct 13, 2005 · r-help

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

How to generate for one vector matrix
Jan Sabee · Oct 13, 2005 · r-help

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

Take each one cell
Jan Sabee · May 2, 2005 · r-help

Are there any way to take > x <- c("0", "large", "medium", "small") > x [1] "0" "large" "medium" "small" > like x="0" x="large" x="medium" x="small" Best regards Jan Sabee

How to handle data continuous to discretized
Jan Sabee · May 10, 2005 · r-help

Dear R-helpers, Could someone point me to explanation/documentation, is there any packages to handle datasets which variables contains continuous to discretized. I would be very happy if anyone could help me. Thank you very much in advance. Kindly...

Change density and angle in barplot
Jan Sabee · Apr 4, 2005 · r-help

Dear R user, I want to change each density and angle with symbol "+","-","o","#" and "*". How can I do that? library(gplots) barplot2(VADeaths, density=c(5,7,11,15,17), angle=c(65,-45,45,-45,90), col = "black...

Count all dataset
Jan Sabee · Mar 18, 2005 · r-help

Dear all R member, I have a dataset which looks like: x1 x2 . . . x250 A A C A C C A A A A A <NA> B B B <NA> C B ... more 2000 rows. I need count all dataset...

Split dataset as factor and numeric
Jan Sabee · Apr 27, 2005 · r-help

Dear all, If I have dataset like, A1 25 B 2 AA 0 C 0 A1 1 B 3 A1 0 C 3 B 0 A1 45 A1 7 C 0 B 0 A1 0 B 6 B 3 Is...

How to read a row dataset one by one
Jan Sabee · Jun 10, 2005 · r-help

Dear all, How to read a row dataset one by one and then print it. x1 x2 x3 x4 x5 y a b a c c M1 c b b c c M4 c c a c c M2 c...

Count missing variables in dataset
Jan Sabee · Mar 21, 2005 · r-help

I have a problem about how to count missing variables in dataset. I have a question for my customer. They are must choice one of answer for example: A, B, C, D and E. Now, I have dataset which is...

Put one random row dataset to first cell variable
Jan Sabee · Apr 20, 2005 · r-help

Many thanks Jim. This is the others kind of a random row which I can use. Best wishes, Jan Sabee > Assumptions: > 1) the object is a data frame. > 2) all variables are factors (although I have CMA). > 3) you want...

How to make combination data
Jan Sabee · Apr 19, 2005 · r-help

Thanks you very much. Yes, this is exactly what I want. Best wishes, Jan Sabee On 4/19/05, Liaw, Andy <andy_liaw at merck.com> wrote: > Is something like this what you're looking for? > > fixSome <- function(..., fixed) { > fList...

How to make combination data
Jan Sabee · Apr 19, 2005 · r-help

Dear R-user, I have a data like this below, age <- c("young","mid","old") married <- c("no","yes") income <- c("low","high","medium") gender <- c("female","male") I want to make some of combination data like these, age.income...

more classes to one class in one dataset
Jan Sabee · Mar 23, 2005 · r-help

I have a big database which more classes in class variable. I want to make each class to one dataset, for example: x1 x2 x3 x4 class a b a c c M1 c b b c c M4 c...

Put one random row dataset to first cell variable
Jan Sabee · Apr 20, 2005 · r-help

Dear useR help, This is below my toy dataset, age married income gender young no low female old yes low female mid no high female young yes high female mid yes high female mid no medium female old no medium...

Mosaicplot with different colors
Jan Sabee · Mar 29, 2005 · r-help

This dataset below is one sample answer the questioner from our customer. > testbank <- read.table("testbank.txt", header=T) > testbank age married income gender ownhouse class 1 20-30 no high female yes 1st 2 30-40 no high female...

predict with logistic regression
Jan Sabee · Sep 15, 2006 · r-help

I am learning about using logistic regression with glm. Suppose I have dataset: duration <- c(45,15,40,83,90,25,35,65,95,35,75,45,50,75,30,25,20,60,70,30,60,61,65,15,20...

Put one random row dataset to first cell variable
Jan Sabee · Apr 20, 2005 · r-help

Yes, this is exactly what I want. Many thanks and best regards, Jan Sabee On 4/20/05, Dimitris Rizopoulos <dimitris.rizopoulos at med.kuleuven.ac.be> wrote: > maybe something like this could be helpful > > f <- function(..., ref){ > lis <- list...

make three plot to one plot
Jan Sabee · Oct 21, 2005 · r-help

Dear all, I want to make three plot below to only one plot together with legend, how can I do that? I have tried with matplot function but I did not succeed. Thanks for your help. Sincerelly, Jan Sabee test...

more classes to one class in one dataset
Jan Sabee · Mar 23, 2005 · r-help

Thanks. It's work. Jan Sabee On Wed, 23 Mar 2005 11:30:22 +0100, Dimitris Rizopoulos <dimitris.rizopoulos at med.kuleuven.ac.be> wrote: > try this: > > split(dat, dat$class) > > where 'dat' is your data.frame > > I hope it...

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