Re: [R] cspade {arulesSequences} error

2019-05-27 Thread Abby Spurdle
> s1 <- cspade(trans_matrix, parameter = list(support = 0.3), control = > list(verbose = TRUE)) > error in file (con, "r"): cannot open the connection. cannot open file > 'D:\Temp\cspade13403a927eaa.out': no such file or directory Note that you haven't provided a fully reproducible example. (As I

Re: [R] Increasing number of observations worsen the regression model

2019-05-27 Thread Raffa
I have solved the problem. It was caused by Intel MKL. Uninstalling Intel MKL and using OpenBLAS instead fixed the problem completely. Notice that, using Intel MKL, I was able to reproduce the problem by computing the regression coefficients directly from the usual formula, which were returned

Re: [R] kableExtra: How to change kable font family

2019-05-27 Thread Paul Smith
Yes, Jeff, that works! Thanks! However, if I wanted to change the font family to a family different of typewriter, I guess it would be impossible. Paul On Mon, May 27, 2019 at 2:17 PM Jeff Newmiller wrote: > > What about the "monospace" setting? > > On May 27, 2019 1:08:32 AM PDT, Paul Smith w

Re: [R] kableExtra: How to change kable font family

2019-05-27 Thread Jeff Newmiller
What about the "monospace" setting? On May 27, 2019 1:08:32 AM PDT, Paul Smith wrote: >Thanks, Jeff, but apparently there is no option to change font family >through cell_spec. > >Paul > > >On Mon, May 27, 2019 at 2:22 AM Jeff Newmiller > wrote: >> >> Perhaps... ?cell_spec >> >> On May 26, 2019 1

Re: [R] Increasing number of observations worsen the regression model

2019-05-27 Thread Ivan Krylov
On Sat, 25 May 2019 14:38:07 +0200 Raffa wrote: > I have tried to ask for example in CrossValidated > > > but the code works for them. Any help? In the comments you note that the p

Re: [R] kableExtra: How to change kable font family

2019-05-27 Thread Paul Smith
Thanks, Jeff, but apparently there is no option to change font family through cell_spec. Paul On Mon, May 27, 2019 at 2:22 AM Jeff Newmiller wrote: > > Perhaps... ?cell_spec > > On May 26, 2019 11:13:04 AM PDT, Paul Smith wrote: > >Dear All, > > > >Is it possible to change the font family to t

Re: [R] Generating nested models for order selection tests

2019-05-27 Thread Ready Learner
Dear Bert, Thank you for your response. I apologize for getting back to you a little late. I do not think that my question is statistical. As a matter of fact, I do know what I want to do in terms of statistics. The problem is that I do not know how I can do it via R. To be more precise my questio