search for: bhattacharya

Displaying 20 results from an estimated 24 matches for "bhattacharya".

Did you mean: bhattacharyya
2010 Feb 19
3
dot-dot-dot as an actual argument
...ttice) f.barchart <- function(...) { ? ? barchart(...) } x <- data.frame(a = c(1,1,2,2), b = c(1,2,3,4), d = c(1,2,2,1)) print(f.barchart(a ~ b, data = x, groups = d)) This gives the error: Error in eval(expr, envir, enclos) : ..3 used in an incorrect context, no ... to look in Jyotirmoy Bhattacharya
2005 Jun 07
3
Icecast RTP support
...support for streaming OGG/Vorbis and OGG/theora media files? If so, then please give me some pointers on how to configure my Icecast server to listen to RTP requests. If it's not available, then is the inclusion of this feature, in plans for future release of the product? Thanks -- Subhabrata Bhattacharya
2006 Aug 24
1
Need help with difficulty loading page www.bioconductor.org
...moon, do I get through. In fact, thus far, I have not been able to install bioconductor, since the first source(...) command from the R command window -- following instruction on www.bioconductor.org page, that I did manage to reach, one time -- has failed, every time. Please help. Debashis Bhattacharya.
2010 Feb 14
1
unexpected results with higher-order functions and lapply
...) {k}} > l2 <- lapply(1:2,genr2) > l2[[1]]() [1] 1 This gives the answer I expected. Now I am confused. The function returned by genr2 is exactly the same function that was being returned by genr1. Why should evaluating k make a difference? I am using R 2.9.2 on Ubuntu Linux. Jyotirmoy Bhattacharya [[alternative HTML version deleted]]
2012 Mar 23
2
R Error : DATA to MATRIX
...................................................................................... for(i in 1:choose(n-1,m-1)){ R=B[i,] } *************************************************************************** Can you please help me how to get rid of these errors. Thanking you in advance. Regards Ritwik Bhattacharya Senior Research Fellow SQC & OR UNIT, KOLKATA INDIAN STATISTICAL INSTITUTE Voice : +91 9051253944 This mail is scanned by Ironport
2005 Jun 16
2
Icecast and ezstream
Hi, What is the actual functionality of ezstream when I use it with Icecast?What does it exactly do? Why isn't Icecast written to read a file directly and stream it? -- ~$ubh
2012 Jun 01
1
R Error : Error in vector("list", gamma(n + 1)) : vector size specified is too large
...byrow=TRUE )) } ########################################################### when I put m=1 error shows : Error in vector("list", gamma(n + 1)) : vector size specified is too large . But it works fine with other values of m (< n). Any suggestion will be highly accepted. Ritwik Bhattacharya SRF, Indian Statistical Institute Kolkata This mail is scanned by Ironport
2005 Jun 07
0
Icecast RTP support
On 6/7/05, Subhabrata Bhattacharya <subh.arya@gmail.com> wrote: > Hi, > > Does Icecast has RTP support for streaming OGG/Vorbis and OGG/theora > media files? Not in the current version. It may be added in the relatively distant future, but there's nobody workingon it at the moment. Mike
2016 Nov 16
0
Announcing new package horseshoe
...contains examples for each function: https://cran.r-project.org/web/packages/horseshoe/horseshoe.pdf <https://cran.r-project.org/web/packages/horseshoe/horseshoe.pdf> Comments and suggestions are very welcome. Best wishes, St?phanie van der Pas, James Scott, Antik Chakraborty and Anirban Bhattacharya [[alternative HTML version deleted]]
2016 Nov 16
0
Announcing new package horseshoe
...contains examples for each function: https://cran.r-project.org/web/packages/horseshoe/horseshoe.pdf <https://cran.r-project.org/web/packages/horseshoe/horseshoe.pdf> Comments and suggestions are very welcome. Best wishes, St?phanie van der Pas, James Scott, Antik Chakraborty and Anirban Bhattacharya [[alternative HTML version deleted]]
2005 Jun 27
0
Xen installation from source
...el rebooted without showing any error. This is what my entries in GRUB are : title Xen 2.0 root (hd0,1) kernel /xen-2.0.6.gz ro root=LABEL=/ console=tty0 module /vmlinuz-2.6.11.10-xen0 What should be the mandatory kernel configuration parameters for Xen to work? Please suggest. -- Subhabrata Bhattacharya _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2006 Mar 01
1
Scheduler Parameters
Hi, I have a naive question with the xen BVT scheduler. Supposing I have only one guest domain runnning on domain 0 and with the xm bvt command I have allocated cpu units in the ratio 9:1 to domain 0 and domain 1(say) respectively. Now I create another guest domain. How much CPU share it (or subsequent domains created after it) will get? ~$ubh _______________________________________________
2008 Feb 07
0
Help w/ density() usage
Dear All, (this msg is a statistics/computing question to the list) I'm trying to implement a modern-version of a (classic) "several-step protocol" in Fishery Biology (due to Bhattacharya, 1967): analysis of length-frequency distribution of fish larvae to id cohorts and later estimate growh rates! I've trouble with the 1st step: using kernel density estimation (KDE) function to examine size-freq distributions (variable sl): > density(sl[dofyr==139],bw="nrd0") (do...
2011 Oct 24
0
Problem with calling an user defined R function from Java
...intln(rn); double[] rnd = rn.asDoubleArray(); for(int i=0; i<rnd.length; i++){ System.out.print(rnd[i] + " "); } This gves an NullPointerException and on printing the variable rn, we get null as the output. Please do suggest a way out. Thanks in advance. Surajit Bhattacharya -- View this message in context: http://r.789695.n4.nabble.com/Problem-with-calling-an-user-defined-R-function-from-Java-tp3932071p3932071.html Sent from the R help mailing list archive at Nabble.com.
2011 Oct 20
1
R code Error : Hybrid Censored Weibull Distribution
...tions of single variable "t" ,desired results come but in case of two variables the problem arises. Here "t" is Real Number and "r" is Integer. I'm suffering this problem since last three months. Please anyone help me out. Thanking you in advance. Regards Ritwik Bhattacharya Senior Research Fellow SQC & OR UNIT, KOLKATA INDIAN STATISTICAL INSTITUTE Voice : +91 9051253944 This mail is scanned by Ironport
2010 Mar 10
1
Trouble with plm in Ubuntu 9
Hello, Apologies in advance if this is a stupid question. I am running R on Ubuntu 9. R version 2.9.2 (2009-08-24) I am trying to work with plm. I think the library is installed, as I can do > library(plm) Loading required package: kinship Loading required package: survival Loading required package: splines Loading required package: nlme Loading required package: lattice [1] "kinship
2006 Oct 31
0
6253934 passwd and pwconv are crashing with wrong entry in /etc/shadow
Author: basabi Repository: /hg/zfs-crypto/gate Revision: a7008170624f2dc6e0cfef8b2e6f356bf5d3b141 Log message: 6253934 passwd and pwconv are crashing with wrong entry in /etc/shadow Files: update: usr/src/lib/libc/port/gen/getspent_r.c
2005 Mar 07
0
Questions about "Complexity"
Hi all! Speex can encode voice in eight different bit-rates that can be invoked by setting the "Quality" parameter. Another parameter that is of importance to what I am trying to achieve is "Complexity". My questions deal with "Complexity". I know that the CPU requirements for complexity 10 is about 5 times higher than for complexity 1. I have verified it while
2006 Oct 31
0
6408445 logadm rotates regardless with -s 2g
Author: basabi Repository: /hg/zfs-crypto/gate Revision: 4bb3638905e4a1eb6ee0228d46cc603b32dfef22 Log message: 6408445 logadm rotates regardless with -s 2g Files: update: usr/src/cmd/logadm/fn.c update: usr/src/cmd/logadm/fn.h update: usr/src/cmd/logadm/main.c update: usr/src/cmd/logadm/opts.c update: usr/src/cmd/logadm/opts.h
2005 Mar 15
0
need help with plot.rpart and text.rpart
Hi, I am new to R and need help with rpart. I am trying to create a classification tree using rpart. In order to plot the reults I use the plot function and the text function to label the plot of the tree dendrogram with text. The documentation of text.rpart says : "For the "class" method, label="yval" results in the factor levels being used, "yprob" results