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.

7 results for “from:saikat sarkar”

How can we creat conditional data frame
saikat sarkar · Apr 4, 2008 · r-help

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

how to fit GJR-GARCH model in R
saikat sarkar · Apr 4, 2008 · r-help

If I understand correct then garch.gjr <- function(par,y,iterate=TRUE) { T<-length(y) mu0<-par[1] a0<-par[2] a1<-par[3] a2 <-par[4] b1 <- par[5] e <- s2 <- numeric(T) s2[1] <- var(y) e[1...

How can we creat conditional data frame
saikat sarkar · Apr 4, 2008 · r-help

Hi, R experts. I am a new user of R and trying to learn this program. I have a problem. Here is the code. d<-as.Date(c("2000/01/03","2000/01/05","2000/01/19","2000/01/28...

How can we creat conditional data frame
saikat sarkar · Apr 4, 2008 · r-help

Here is the solution data<-read.table("d:/ftse.txt",header=TRUE) wDay<-as.Date(data$date,"%d/%m/%Y") data<-data.frame(data[,-1]) price<-data$ftse100 data<-data.frame(price,wDay) data[1:10,] a<-as.Date("03...

Need some help in R programming code
saikat sarkar · Nov 22, 2008 · r-help

Dear R guru, I am Saikat Sarkar working as a researcher of Economics in Tampere University, Finland. I am trying to estimate some Garch related tests with Bayesian analysis by R programme. I am not good in R but trying...

how to manupute data frame with conditions fill cell with previous value if next cell is zero
saikat sarkar · Apr 6, 2008 · r-help

Dear R Experts, This is the 2nd time in the chat room. Its a great place to get help from R experts. I have a data frame problem, it contains thousands of data. part of it, I am giving for...

why this function give error message
saikat sarkar · Nov 23, 2008 · r-help

Dear R guru, I am Saikat Sarkar working as a researcher of Economics in Tampere University, Finland. I am trying to estimate some Garch related tests with Bayesian analysis by R programme. I am not good in R but trying...

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