Hi All
Could you please guide how we can edit the .Rd files generated by roxygen2
for better formatting? I get the function and its input arguments into
multiple lines in the PDF file. Also, I do not get \usage{} line in .Rd
file for an Rcpp functions.
An example of an .Rd file and its correspond
Any suggestion plz. What could be missing that I donot get function root to
be zero at some points?
On Tue, 24 Dec 2019, 1:45 PM Shaami, wrote:
> Dear Friends
>
> Could you please help with the following example? I do not get function
> value at zero using uniroot() in R. Could
Dear Friends
Could you please help with the following example? I do not get function
value at zero using uniroot() in R. Could you suggest something? I want
function value zero at any point like 2.4, 2.5, 2.6, 4.5, 5.9 etc.
Thank You
x = c(-100, -20, 100, 230, 500, 920, 1000)
a = c(1000, 12, 300
mean, sigma, give_log));
}
return f;
}
Thank you
On Fri, Dec 20, 2019 at 12:19 AM Ralf Stubner
wrote:
>
>
> On Thu, Dec 19, 2019 at 8:01 AM Shaami wrote:
>
>> Environment pkg = Environment::namespace_env("mvtnorm");
>> Function dmvnorm = pkg[
ve_log));
}
return f;
}
Thank You
On Thu, Dec 19, 2019 at 7:57 PM Shaami wrote:
> Dear Sir
>
> It compiles successfully. But when I use it I get an error message.
>
>
>
> On Thu, Dec 19, 2019 at 7:41 PM Shaami wrote:
>
>> Great. It worked.
>>
Dear Sir
It compiles successfully. But when I use it I get an error message.
On Thu, Dec 19, 2019 at 7:41 PM Shaami wrote:
> Great. It worked.
>
> Thank you very much
>
> On Thu, 19 Dec 2019, 6:01 PM Qiang Kou, wrote:
>
>> Please try the line below:
>>
>&g
Hi Dear
I want to use dmvnorm() function into an cpp function using RcppArmadillo I
am trying to execute the following function. It gives me error
cannot convert 'SEXP' to 'double' in assignment
Could you please guide where I am wrong?
#include
using namespace Rcpp;
using namespace RcppArmadil
Hi
I want to use qqPlot() with 95 % and 99% confidence bands together in one
single plot. Could you please guide me how to do that? By default, we can
plot only one confidence band.
I already acknowledge your help.
Thank You
Shaami
___
Rcpp-devel
Dear Prof.
I am not finding how to introduce a 4-dimensional array using
RcppArmadillo. Could you please provide a simple example of introducing a
4-dimensional array and how to store the values in it? For example, exactly
the same as I did for the cube as follows
arma::cube X(N, M, Q, fill::ze
operand %.
#include
using namespace Rcpp;
using namespace RcppArmadillo;
using namespace arma;
//[[Rcpp::depends(RcppArmadillo)]]
//[[Rcpp::export]]
arma::rowvec sub(arma::cube a, arma::mat b)
{
rowvec x = a.subcube(0, 0, 0, 0, 2, 0)% b.row(0);
return x;
}
Thank You
Shaami
ut to produce a
speedy code.
Shaami
On Fri, Jan 6, 2017 at 5:03 AM, Martyn Plummer wrote:
> On Thu, 2017-01-05 at 05:39 -0700, Christian Gunning wrote:
> > >
> > > I am new to Rcpp. I have converted my R program into an Rcpp program.
> > > I want to ask a gener
or technical
hint for this type of problem.
Thank to all
Shaami
___
Rcpp-devel mailing list
Rcpp-devel@lists.r-forge.r-project.org
https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel
12 matches
Mail list logo