Nothing
fulllikepower= function(dat,I,phi,smlgamma){
# this returns log-likelihood of data
#source('PAMAlike.R')
output=lapply(seq_len(ncol(dat)), function(i) PAMAlike(dat[,i],I,phi,smlgamma[i]))
a=unlist(output)
return(sum(a))# log likelihood
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.