Displaying 3 results from an estimated 3 matches for "cbsd".
Did you mean:
bsd
2009 Nov 05
1
stepAIC(coxph) forward selection
Dear R-Help,
I am trying to perform forward selection on the following coxph model:
>my.bpfs <- Surv(bcox$pfsdays, bcox$pfscensor)
> b.cox <- coxph(my.bpfs ~ Cbase + Abase + Cbave + CbSD + KPS + gender +
as.factor(eor) + Age)>stepAIC(b.cox, scope=list(upper =~ Cbase + Abase +
Cbave + CbSD + KPS + gender + as.factor(eor) + Age, lower=~1), direction=
c("forward"))
However the following code returns the full model. How do I write the code
so that forward selection is per...
2016 Nov 14
0
FreeBSD Quarterly Status Report - Third Quarter 2016
...he
virtualization area, and ClonOS is one of the attempts to change that.
ClonOS is a new free open-source FreeBSD-based platform for virtual
environment creation and management. In the core platform are:
* FreeBSD as the host OS
* bhyve
* xen
* vale
* jail
* CBSD (as a management tool)
* puppet (for configuration management)
* additional features such as go-micro services (obtaining VMs,
resizing disks, and so on)
Open tasks:
1. We would like to see ClonOS in real-world use. In this regard we
are interested in finding more peop...
2016 Nov 14
0
FreeBSD Quarterly Status Report - Third Quarter 2016
...he
virtualization area, and ClonOS is one of the attempts to change that.
ClonOS is a new free open-source FreeBSD-based platform for virtual
environment creation and management. In the core platform are:
* FreeBSD as the host OS
* bhyve
* xen
* vale
* jail
* CBSD (as a management tool)
* puppet (for configuration management)
* additional features such as go-micro services (obtaining VMs,
resizing disks, and so on)
Open tasks:
1. We would like to see ClonOS in real-world use. In this regard we
are interested in finding more peop...