> For me better all the x variables (collectively), to have m% missing
values.
I checked the mgcv documentation.
Observations with (any) missing values are ignored.
(i.e. The entire row, from your input data).
"If there are missing values in the reponse or covariates of a GAM then the
default is
Thank you Jeff! That was so easy command.
On Thu, Aug 8, 2019 at 11:06 PM Bert Gunter wrote:
>
> I stand corrected!
>
> Bert Gunter
>
> "The trouble with having an open mind is that people keep coming along and
> sticking things into it."
> -- Opus (aka Berkeley Breathed in his "Bloom County" co
On Fri, 9 Aug 2019, jim holtman wrote:
The first parameter needs to be a character vector:
install.packages(c("Blossom","INLA","RTisean","RcppProgress","STRbook",
"askpass","classInt","ellipsis","generics","lpSolve","
odesolve","ranger","sf",
"sys","units") )
Jim,
Of course! I'm so used to i
The first parameter needs to be a character vector:
install.packages(c("Blossom","INLA","RTisean","RcppProgress","STRbook",
"askpass","classInt","ellipsis","generics","lpSolve","
odesolve","ranger","sf",
"sys","units") )
Jim Holtman
*Data Munger Guru*
*What is the problem that you are trying t
Running 3.6.1 here and migrating from my old 32-bit server/workstation to a
new 64-bit server/workstation (both running fully patched Slackware-14.2).
On the old host .libPaths() returns "/usr/lib/R/library"; on the new host it
returned nothing so I ran .libPaths("/usr/lib64/R/library") to create
Hi, I ran from terminal:
```
$ Rscript try.R
[1] "library feather loaded"
[1] "open file"
*** caught segfault ***
address (nil), cause 'memory not mapped'
Traceback:
1: .Call(`_feather_openFeather`, path)
2: openFeather(path)
3: feather(path)
4: read_feather("Hits_dedupl.feather")
An irrecov
Let try this minimal Rmarkdown file
---
title: "cex in Rmarkdown"
output: word_document
---
```{r}
knitr::opts_chunk$set(dev='pdf')
```
```{r}
plot((0:160)/4, 0:160, type="n")
text(x=20, y=70, labels =expression(alpha), cex=1e-7)
```
When knitr-red from Rstudio (with r 3.6.1 on MacosX with kn
7 matches
Mail list logo