Displaying 10 results from an estimated 10 matches for "bstat".
Did you mean:
stat
2016 Apr 04
0
Test for Homoscedesticity in R Without BP Test
...e white test.
The white test is based on the comparison of the estimated variances of residuals when the model is estimated by OLS under the assumption of homoscedasticity and when the model is estimated by OLS under the assumption of heteroscedastic.
The White test with R
install.packages("bstats")
library(bstats)
white.test(LinearModel)
Hope this helps.
Sacha
________________________________
De : Deepak Singh <sdeepakrhelp at gmail.com>
? : r-help at r-project.org
Envoy? le : Lundi 4 avril 2016 10h40
Objet : [R] Test for Homoscedesticity in R Without BP Test
Respect...
2016 Apr 04
1
Test for Homoscedesticity in R Without BP Test
...ferent specification by default. However, you can utilize the
function to carry out the White test as illustrated in:
example("CigarettesB", package = "AER")
(Of course, the AER package needs to be installed first.)
> The White test with R
>
> install.packages("bstats")
> library(bstats)
> white.test(LinearModel)
That package is no longer on CRAN as it took the code from bptest()
without crediting its original authors and released it in a package that
conflicted with the original license. Also, the implementation did not
check for potential probl...
2016 Apr 04
4
Test for Homoscedesticity in R Without BP Test
Respected Sir,
I am doing a project on multiple linear model fitting and in that project I
have to test Homoscedesticity of errors I have google for the same and
found bptest for the same but in R version 3.2.4 bp test is not available.
So please suggest me a test on homoscedesticity ASAP as we have to submit
our report on 7-04-2016.
P.S. : I have plotted residuals against fitted values and it is
2010 Oct 20
0
bootstrapping nonlinear mixed effects models
In order to bootstrap nonlinear regression, the following code works.
library(nlme)
data(Soybean)
fm1.nls <- nls(weight ~ SSlogis(Time, a, b, c), data=Soybean)
summary(fm1.nls)
bstat <- function(A, indices) {
mboot <- nls(weight ~ SSlogis(Time, a, b, c), data=Soybean[indices, ])
return(coef(mboot))
}
require(boot)
boot1 <- boot(Soybean, bstat, 2000)
boot1
For nonlinear mixed effects models it doesn't work.
> stat.nlme <- function(A, indices) {
+ boot.n...
2005 Mar 30
5
netem with prio hangs on duplicate
hi
i tried the example given on the examples page to
duplicate selected traffic like
tc qdisc add dev eth0 root handle 1: prio
tc qdisc add dev eth0 parent 1:3 handle 3: netem
duplicate 40%
tc filter add dev eth0 protocol ip parent 1:0 prio 3
u32 match ip dst 11.0.2.2 flowid 1:3
when i ping from 11.0.2.2 to this interface my machine
hangs. the same thing works for drop or delay.
i would
2006 Aug 02
10
[PATCH 0/6] htb: cleanup
The HTB scheduler code is a mess, this patch set does some basic
house cleaning. The first four should cause no code change, but the
last two need more testing.
--
Stephen Hemminger <shemminger@osdl.org>
"And in the Packet there writ down that doome"
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to
2024 Feb 07
2
Difficult debug
...wed me to find a few other (mostly dumb)
> errors that led
> to an out of bounds access, e.g., the wrong endpoint variable in a for( )
> loop. What
> would others advise as a next step?
>
> Here is the last part of the screen
> > fit2 <- coxph(list(Surv(tstart, tstop, bstat) ~ 1,
> + c(1:4):5 ~ age / common + shared), id= id,
> istate=bili4,
> + data=pbc2, ties='breslow', x=TRUE)
> > surv2 <- survfit(fit2, newdata=list(age=50), p0=c(.4, .3, .2, .1, 0))
> > test2 <- mysurv(fit2, pbc2$bili4, p0= 4:0/1...
2024 Feb 07
2
Difficult debug
...lgrind approach had already allowed me to find a few other (mostly dumb) errors that led
to an out of bounds access, e.g., the wrong endpoint variable in a for( ) loop.??? What
would others advise as a next step?
Here is the last part of the screen
> fit2 <- coxph(list(Surv(tstart, tstop, bstat) ~ 1,
+??????????????????? c(1:4):5 ~ age / common + shared), id= id, istate=bili4,
+?????????????? data=pbc2, ties='breslow', x=TRUE)
> surv2 <- survfit(fit2, newdata=list(age=50), p0=c(.4, .3, .2, .1, 0))
> test2 <- mysurv(fit2, pbc2$bili4, p0= 4:0/10, fit2, x0 =50)
==31730=...
2013 May 20
1
[PATCH] xfstests: btrfs 308: regression test for btrfs send
...d, 107 insertions(+), 1 deletions(-)
create mode 100644 src/hold-open.c
create mode 100644 tests/btrfs/308
create mode 100644 tests/btrfs/308.out
diff --git a/src/Makefile b/src/Makefile
index c18ffc9..3ab9a21 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -18,7 +18,7 @@ LINUX_TARGETS = xfsctl bstat t_mtab getdevicesize preallo_rw_pattern_reader \
locktest unwritten_mmap bulkstat_unlink_test t_stripealign \
bulkstat_unlink_test_modified t_dir_offset t_futimens t_immutable \
stale_handle pwrite_mmap_blocked t_dir_offset2 seek_sanity_test \
- seek_copy_test t_readdir_1 t_readdir_2 fsync-te...
2005 Jan 04
11
ESFQ?
Hi again,
I was just looking around for ESFQ sources, and I see that the main site
is down, and only has kernel 2.6.4 patches.
Is ESFQ maintained? If so, where can I find patches for 2.6.10?
Thanks,
-justin
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/