Displaying 4 results from an estimated 4 matches for "fhtab".
Did you mean:
htab
2005 Apr 15
2
abbreviate or wrap dimname labels
...to fit approximately
the maxlength and maxlines constraints, using the split
argument to specify allowable characters to wrap to multiple
lines.
For example, this two-way table has dimnames too long to
be displayed nicely in a mosaicplot:
> library(catspec)
> library(vcd)
>
> data(FHtab)
> FHtab<-as.data.frame(FHtab)
>
> xtable <- xtabs(Freq ~ .,FHtab)
> lab <- dimnames(xtable)
> lab
$OccFather
[1] "Upper nonmanual" "Lower nonmanual" "Upper manual" "Lower manual"
[5] "Farm"
$OccSon
[1] "Upper n...
2006 Oct 31
0
6344186 NFSv3 needs to support .zfs (like NFSv4 already does)
...rlow
Repository: /hg/zfs-crypto/gate
Revision: 1713bd2d1b7b2466298721235c1f98e4e01b0be8
Log message:
6344186 NFSv3 needs to support .zfs (like NFSv4 already does)
Files:
update: usr/src/cmd/fs.d/nfs/mountd/mountd.c
update: usr/src/cmd/fs.d/nfs/mountd/mountd.h
update: usr/src/cmd/fs.d/nfs/nfslog/fhtab.h
update: usr/src/cmd/fs.d/nfs/nfslog/nfslog_elf.c
update: usr/src/lib/libc/port/sys/nfssys.c
update: usr/src/uts/common/fs/nfs/nfs3_srv.c
update: usr/src/uts/common/fs/nfs/nfs3_xdr.c
update: usr/src/uts/common/fs/nfs/nfs4_srv_ns.c
update: usr/src/uts/common/fs/nfs/nfs4_xdr.c
update: usr/src...
2009 Jun 04
0
loglilelihood
Hi,
I tried fitting
loglinear model using the glm(catspec). The data used is FHtab. . An
independence model was fitted. Here summary() and fitmacro( ) give different
values for AIC.
I understand that fitmacro( ) takes the likelilhood ratio L2(deviance)
to calculate AIC and uses the formula AIC= L2-
d.f(deviance)*2 and this AIC is used in nested models. (Am I right?)
The...
2009 Jun 06
0
loglikelihood and AIC
Hi,
I tried fitting loglinear model using the glm(catspec). The data used is FHtab. . An independence model was fitted. Here summary() and fitmacro( ) give different values for AIC.
I understand that fitmacro( ) takes the likelilhood ratio L2(deviance) to calculate AIC and uses the formula AIC= L2- d.f(deviance)*2 and this AIC is used for comparison of nested models. (Am I rig...