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.

14 results for “from:Saket Joshi”

R v/s S-plus
Saket Joshi · Oct 25, 2002 · r-help

Hi all, I have Splus and R both on my unix machine. I intend to keep only one of them. R looks to be a better choice. But I want to confirm. Is there any function or group of functions...

Reading from files
Saket Joshi · May 1, 2002 · r-help

Hi, I am a novice to R and have a question here. Is it possible to read a single line from a file into a vector or list etc? If so, is it possible to read comma separated values? Eg...

question about scan()
Saket Joshi · May 14, 2002 · r-help

Hi, I am using the scan function to read from a file. In general the syntax I am using is as follows: scan("myfile", list(a = "", b="", c="", d=""), sep=",") The file I am trying to read contains a #< in...

question
Saket Joshi · Aug 2, 2002 · r-help

Hi all, I am running R1.5.0 on Unix. I fitted a tree model my.tree on some data my.data and the tree has only 2 leaves. Now I have some test data new.data When I run...

why delete.response?
Saket Joshi · Aug 23, 2002 · r-help

Hi all, I am running R1.5.0 under unix. I recently used the function 'predict.tree' to make predictions with a tree object and a dataframe of numeric items. The predict.tree internally, calls a function 'delete.response'. When...

bug in garbage collector function gc() documentation (PR#1970)
Saket Joshi · Aug 31, 2002 · r-devel

Full_Name: Saket Joshi Version: 1.5.0 OS: Solaris 5.8 Submission from: (NULL) (128.193.38.91) According to the documentation obtained by entering: help.search("gc"), the command gc() forces garbage collection and gives the memory usage...

prediction of non-numeric values
Saket Joshi · May 29, 2002 · r-help

Hi, I used the lm() function to fit a linear model to a set of items that I got from a file using the read.table() function. The response variable in this case is non-numeric. When I used some...

timing predict.tree()
Saket Joshi · Aug 5, 2002 · r-help

Hi all, I am running R1.5.0 under Unix. I am repeating my earlier question with a few details added. I have the following tree fitted as the tree object 'my.tree': node), split, n, deviance, yval * denotes terminal...

fitting a model for enumerated datatypes
Saket Joshi · May 27, 2002 · r-help

Hi, I have used the scan() function to read data from a file as follows: x <- scan("myfile", as.list(c(rep("", times = 9), class="", rep("", times = 3))), comment.char="") This reads in all the 13 fields. These 13 fields...

predicting non-numeric values
Saket Joshi · Jun 1, 2002 · r-help

Hi all, I had asked a question a few days ago on this list. I did not receive an answer. Since it was important to me, I looked for the answer in some references but as I am not really...

2 questions
Saket Joshi · Aug 29, 2002 · r-help

Hi all, I am using R1.5.0 under Unix, I have a couple of questions here. 1. My program is running out of memory. I am writing a program to grow a list of trees using rpart() on a...

memory storage explosion
Saket Joshi · Sep 1, 2002 · r-help

Hi all, I am using R1.5.0 under unix. I have 2 data.frames x and yx. both have the same number of rows. I wrote a function abc to do the following: abc <- function(x, zyx) { x[1...

tree growing with rpart
Saket Joshi · Aug 30, 2002 · r-help

Hi all, My sincere apologies to all those who could not understand my previous question and so could not answer it. I am not a statistitian and neither have I worked on R for long. So please excuse my naive...

memory storage explosion
Saket Joshi · Sep 2, 2002 · r-help

Hi, I tried using 'for' loops and also tried explicit calls to gc() (infact that is how I found out when and how much memory is being allocated and that it is not getting freed). Could this be a bug...

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