Displaying 9 results from an estimated 9 matches for "jeremiejust".
Did you mean:
jeremiejuste
2017 Nov 15
3
Problems installing mice package
Hello,
I tried intalling mice package and got the following error:
* installing *source* package ?mice? ...
** package ?mice? successfully unpacked and MD5 sums checked
** libs
g++ -I/usr/local/lib/R/include -DNDEBUG -I"/home/djj/R/x86_64-pc-linux-gnu-library/3.4/Rcpp/include" -I/usr/local/include -fpic -g -O2 -c RcppExports.cpp -o RcppExports.o
g++ -I/usr/local/lib/R/include
2017 Nov 15
0
Problems installing mice package
> On Nov 15, 2017, at 1:08 AM, Jeremie Juste <jeremiejuste at gmail.com> wrote:
>
>
>
> Hello,
>
> I tried intalling mice package and got the following error:
>
> * installing *source* package ?mice? ...
> ** package ?mice? successfully unpacked and MD5 sums checked
> ** libs
> g++ -I/usr/local/lib/R/include -DNDE...
2018 Jan 10
0
R-hts
...ulated version of same, hence the reading recommendation) using dput, and someone may suggest how to transform it. In most cases a simple tabular format (data frame) is sufficient.
--
Sent from my phone. Please excuse my brevity.
On January 10, 2018 12:20:47 PM PST, "J?r?mie Juste" <jeremiejuste at gmail.com> wrote:
>Hello,
>
>It's difficult to help without a sample of the format. Can you provide
>a
>short sample like 10 lines and a few columns.?
>
>Best regards,
>Jeremie
>
>
>On Wed, Jan 10, 2018 at 6:12 PM, John Kane via R-help
><r-help at r...
2018 Jan 10
2
R-hts
Hello,
It's difficult to help without a sample of the format. Can you provide a
short sample like 10 lines and a few columns.?
Best regards,
Jeremie
On Wed, Jan 10, 2018 at 6:12 PM, John Kane via R-help <r-help at r-project.org>
wrote:
> Have a look at http://stackoverflow.com/questions/5963269/how-to-make-
> a-great-r-reproducible-example
> and
>
2017 Jul 17
1
Matrix logical operator
Hello,
I have some trouble understanding why !b &&TRUE is TRUE. Do you have an idea?
> b <- matrix(c(0,1,1,0,1,0),2)
> !b
[,1] [,2] [,3]
[1,] TRUE FALSE FALSE
[2,] FALSE TRUE TRUE
> !b &&TRUE
[1] TRUE
Best regards,
Jeremie
2018 Jan 10
0
R-hts
Hello,
Have a look at the plm package
https://cran.r-project.org/web/packages/plm/index.html
It has a convenient way to structure your data into panel according to some
id.
Best regards,
Jeremie
On Wed, Jan 10, 2018 at 5:41 PM, deva d <devazresearch at gmail.com> wrote:
> dear all,
>
> i need some help in structuring my data file for a hierarchical time series
> analysis.
2018 Jan 11
0
R-hts
...ng dput, and someone may
> >suggest how to transform it. In most cases a simple tabular format
> >(data frame) is sufficient.
> >--
> >Sent from my phone. Please excuse my brevity.
> >
> >On January 10, 2018 12:20:47 PM PST, "J?r?mie Juste"
> ><jeremiejuste at gmail.com> wrote:
> >>Hello,
> >>
> >>It's difficult to help without a sample of the format. Can you provide
> >>a
> >>short sample like 10 lines and a few columns.?
> >>
> >>Best regards,
> >>Jeremie
> >>
&...
2018 Jan 10
4
R-hts
dear all,
i need some help in structuring my data file for a hierarchical time series
analysis.
can someone help please ?
i have a 600 row database in the nature of a panel data, with 3 time series
values of interest. the data also has 4 classificatory variables comprising
a code for each entity in the panel, a value for time (year), and
classification of type of entity and a further sub-group
2017 Oct 28
0
making-a-lisp implementation of R
Hello,
I was trying to make my R implementation of making-a-lisp
https://github.com/kanaka/mal/tree/master/
And to my surprise I got stuck in the starting blocks. There is already
a mal implementation of R here
https://github.com/kanaka/mal/tree/master/r but it uses rdyncall package
which is not on CRAN anymore and I thought it would be fun to try my
skills here
The following code is