Displaying 6 results from an estimated 6 matches for "a1b3".
Did you mean:
a13
2010 Jan 03
1
Anova in 'car': "SSPE apparently deficient rank"
...I am trying to convert my own similar course to R for my students
for next fall. I have been successful at analyzing a segment of the
data as a 2-way repeated measures design.
Here is my code:
> your.data=read.table(pipe("pbpaste"),header=T)
> your.data
partic A1B1 A1B2 A1B3 A1B4 A2B1 A2B2 A2B3 A2B4 A3B1 A3B2 A3B3 A3B4
1 p1 1 1 2 3 1 2 4 7 1 3 7 10
2 p2 2 2 3 3 2 2 5 6 2 4 6 9
3 p3 1 2 2 3 2 3 2 6 1 4 7 9
4 p4 1 1 2 2 1 2 3...
2012 Mar 21
2
Type II and III sum of squares (R and SPSS)
...also the sum
of squares of the linear and quadratic contrast between the levels of
the within factor.
Below I report the list of commands used in R ("fattA" is the beteween
factor and "fB" is the within factor):
> a1b1<-c(10,9,8,7)
> a1b2<-c(7,6,4,5)
> a1b3<-c(3,2,3,4)
> a2b1<-c(9,9,8,7)
> a2b2<-c(8,7,9,7)
> a2b3<-c(7,8,8,6)
>
> M3<-matrix(0,8,4)
> M3[,1]<-cbind(a1b1,a2b1)
> M3[,2]<-cbind(a1b2,a2b2)
> M3[,3]<-cbind(a1b3,a2b3)
> M3[,4]<-rep(c(1,2),each=4)
>
> colnames(M3)<-c(&quo...
2010 Jul 02
4
Some questions about R's modelling algebra
Hi all,
In preparation for teaching a class next week, I've been reviewing R's
standard modelling algebra. I've used it for a long time and have a
pretty good intuitive feel for how it works, but would like to
understand more of the technical details. The best (online) reference
I've found so far is the section in "An Introduction to R"
2015 Mar 15
3
how to get disk snapshot size
...e: 65536
Snapshot list:
ID TAG VM SIZE DATE VM CLOCK
1 4fc42d73-8257-42bd-8807-81700fd3c689 0 2015-03-15 21:05:55
01:05:53.583
2 2fd6aeab-cb26-446d-b1c6-e8d70d33f651 0 2015-03-15 21:50:35
00:00:00.000
3 63815565-3a06-4366-a1b3-bfeb9c4a07b4 0 2015-03-15 22:22:43
00:00:00.000
VM SIZE column still show 0
Here is my environment
qemu-img version 0.12.1, Copyright (c) 2004-2008 Fabrice Bellard
libvirtd (libvirt) 0.10.2
CentOS release 6.5 (Final) 2.6.32-431.el6.x86_64
---
Thanks,
Yitao(依涛 姜)
jiangyt.github.io
2015 Mar 16
0
Re: how to get disk snapshot size
...D TAG VM SIZE DATE VM CLOCK
> 1 4fc42d73-8257-42bd-8807-81700fd3c689 0 2015-03-15 21:05:55
> 01:05:53.583
> 2 2fd6aeab-cb26-446d-b1c6-e8d70d33f651 0 2015-03-15 21:50:35
> 00:00:00.000
> 3 63815565-3a06-4366-a1b3-bfeb9c4a07b4 0 2015-03-15 22:22:43
> 00:00:00.000
>
> VM SIZE column still show 0
>
> Here is my environment
> qemu-img version 0.12.1, Copyright (c) 2004-2008 Fabrice Bellard
> libvirtd (libvirt) 0.10.2
> CentOS release 6.5 (Final) 2.6.32-431.el6.x86_64
>
2012 Nov 30
2
"layout is NULL", "Failed to get node-uuid for [...] and other errors during rebalancing in 3.3.1
...luster (Connected)
>
> Hostname: ml30
> Uuid: e56b4c57-a058-4464-a1e6-c4676ebf00cc
> State: Peer in Cluster (Connected)
>
> Hostname: ml40
> Uuid: ffcc06ae-100a-4fa2-888e-803a41ae946c
> State: Peer in Cluster (Connected)
>
> Hostname: ml55
> Uuid: 366339ed-52e5-4722-a1b3-e3bb1c49ea4f
> State: Peer in Cluster (Connected)
>
> Hostname: ml31
> Uuid: 699019f6-2f4a-45cb-bfa4-f209745f8a6d
> State: Peer in Cluster (Connected)
>
> Hostname: ml29
> Uuid: 58aa8a16-5d2b-4c06-8f06-2fd0f7fc5a37
> State: Peer in Cluster (Connected)
>
> Hostname:...