Displaying 5 results from an estimated 5 matches for "huhh".
Did you mean:
huh
2018 Nov 22
2
Try to login: permission denied
Hi,
I've some arch linux systems running on two rasp pi's as server.
I've been able to loging always, since a year or so, and since a week
or two this is not the case anymore.
I've enabled public key auth explicit:
PubkeyAcceptedKeyTypes ssh-rsa
PubkeyAuthentication yes
The server is running version 7.9p1
It looks like there has been introduced:
- a new required flag which I
2017 Aug 23
3
boot.stepAIC fails with computed formula
...s(strt$call)
[1] "" "formula" "data"
> names(strt2$call)
[1] "" "formula" "data"
So the difference must lie in the formula component, right? ...
> strt$call$formula
y1 ~ 1
> strt2$call$formula
y1 ~ 1
So, thus far, huhh? But..
> class(strt2$call$formula)
[1] "formula"
> class(strt$call$formula)
[1] "call"
So I think therein lies the critical difference that is screwing things up. NOTE: If I am wrong about this someone **PLEASE** correct me.
I see no clear workaround for this other tha...
2017 Aug 22
0
boot.stepAIC fails with computed formula
...s(strt$call)
[1] "" "formula" "data"
> names(strt2$call)
[1] "" "formula" "data"
So the difference must lie in the formula component, right? ...
> strt$call$formula
y1 ~ 1
> strt2$call$formula
y1 ~ 1
So, thus far, huhh? But..
> class(strt2$call$formula)
[1] "formula"
> class(strt$call$formula)
[1] "call"
So I think therein lies the critical difference that is screwing
things up. NOTE: If I am wrong about this someone **PLEASE** correct
me.
I see no clear workaround for this other tha...
2017 Aug 23
0
boot.stepAIC fails with computed formula
...a" "data"
>> names(strt2$call)
> [1] "" "formula" "data"
>
> So the difference must lie in the formula component, right? ...
>
>> strt$call$formula
> y1 ~ 1
>> strt2$call$formula
> y1 ~ 1
>
> So, thus far, huhh? But..
>
>> class(strt2$call$formula)
> [1] "formula"
>
>> class(strt$call$formula)
> [1] "call"
>
> So I think therein lies the critical difference that is screwing things up. NOTE: If I am wrong about this someone **PLEASE** correct me.
>
>...
2017 Aug 22
4
boot.stepAIC fails with computed formula
I'm trying to use boot.stepAIC for feature selection; I need to be able to specify the name of the dependent variable programmatically, but this appear to fail:
In R-Studio with MS R Open 3.4:
library(bootStepAIC)
#Fake data
n<-200
x1 <- runif(n, -3, 3)
x2 <- runif(n, -3, 3)
x3 <- runif(n, -3, 3)
x4 <- runif(n, -3, 3)
x5 <- runif(n, -3, 3)
x6 <- runif(n, -3, 3)
x7