Displaying 2 results from an estimated 2 matches for "parameters1".
Did you mean:
parameters
2013 Mar 13
1
Failed to locate 'weave' output file / vignette product does not have a known filename extension
...wing files exists in
directory ?.?: ?data-C0.est?, ?data-C1.est?, ?data-c0b0.prob?,
?data-c0b0.rpkm?, ?data-c0b0.sam?, ?data-c0b0.thetaMeans?,
?data-c0b1.rpkm?, ?data-c1b0.rpkm?, ?data-c1b1.rpkm?, ?data.estVar?,
?data.means?, ?data.par?, ?data.pplr?, ?data.tr?, ?ensSelect1.fasta?,
?ensSelect1.tr?, ?parameters1.txt?
Execution halted
My guess is it's looking for BitSeq.tex, but it's not clear where it's
looking; the package is pretty straightforward, inst/doc contains
BitSeq.Rnw and nothing else (no Makefile).
Next, the package ppiData whose source is here:
https://hedgehog.fhcrc.org/bioc-dat...
2013 Jun 07
0
[Rcpp-devel] Setting the R random seed from Rcpp
...t; Dear Rcpp experts,
> >
> > I would like to be able to store the R random seed from a Rcpp
> > function and then reset it. In other words I would like to replicate
> > the following code in Rcpp:
> >
> > savedSeed <- .Random.seed
> > x <- Rfunction(parameters1);
> >
> > .Random.seed <- savedSeed
> > x1 <- Rfunction(parameters2);
> >
> > where Rfunction simulates some random numbers and uses them
> > but with different parameter values.
> > Is it possible to do something similar in Rcpp?
> > Probably u...