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.

10 results for “from:Michael S”

approximate function and find local peaks (Maxima or Minima)
Michael S. · May 25, 2011 · r-help

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

about get stdout from other program
Michael S · Mar 31, 2005 · r-help

Dear all R-helper, if I want to use stdout from other language as my R program input ,which is the best way for design the API,using Pipe function or produce a temporary file,using scan function to read...

How to get object value in R Active memory
Michael S · Mar 12, 2005 · r-help

Dear all R-helpers, I understand all the actions of operation in R objects stored in the active memory of the computer.Could I do some opreation in active memory,what does the structure of active memory looks like? for...

How to get object value in R Active memory
Michael S · Mar 12, 2005 · r-help

Dear all R-helpers, I understand all the actions of operation in R objects stored in the active memory of the computer.Could I do some opreation in active memory,what does the structure of active memory looks like? for...

how to use sink.number()
Michael S · Apr 18, 2005 · r-help

Dear All R-helper, my question is how to use sink.number. if I want to label the output was sinked by sink function how should I do ? example: zz <- file("c:\\sinktest1.txt",open="wt") sink(zz) g<- 1...

problem in textConnection function
Michael S · Mar 21, 2005 · r-help

Dear all-helpers: I create one package ,code like this: "output" <- function(x,y) { zz <-textConnection("foo","w") sink(zz) a <-5 b <-6 z <-a*b z e <-"spss" h <-c(1,2,3) ls() r<-c("s","p...

question about "R get vector from C"
Michael S · Apr 13, 2005 · r-help

Dear ALL-R helpers, I want to let R get vector from c ,for example :numeric array ,vector .I saw some exmple like this : /* useCall3.c */ /* Getting an integer vector from C using .Call */ #include <R.h> #include <Rdefines.h...

I modify my question in "textconnection output"
Michael S · Mar 21, 2005 · r-help

dear ALL-R-helper: I modify my question in "textconnection output": I wrote one function in Rgui: output <- function(y){ x <- textConnection("foo","w") sink(x) a <-5 b <-6 z <-a*b z e <-"spss" h <-c(1,2...

about sink and scan
Michael S · May 10, 2005 · r-help

Hi All r-helper, my question like this: I use "sink" function to get output into one file,during the sink process , output keep writing into this file,I want to check is there any new output write into this...

Optimize parameters of ODE Problem which is solved numeric
Michael S. · Oct 23, 2010 · r-help

Hi, I have a data-matrix: > PID sato hrs fim health 214 3 4.376430 6.582958 5 193 6 4.361825 3.138525 6 8441 6 4.205771 3.835886 7 7525 6 4.284489 3.245139 6 6806...

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