Displaying 3 results from an estimated 3 matches for "ahay".
Did you mean:
away
2010 Oct 12
1
Bootstrapping Krippendorff's alpha coefficient
Hi,
I don't know how to sample such data, it can't be done by row sampling
as default method on matrix in boot.
Function takes matrix and returns single coefficient.
#There is a macro but I want use R :)
http://www.comm.ohio-state.edu/ahayes/SPSS%20programs/kalphav2_1.SPS
library(concord)
library(boot)
# The data are rates among observers with NA's
nmm<-matrix(c(1,1,NA,1,2,2,3,2,3,3,3,3,3,3,3,3,2,2,2,2,1,2,3,4,4,4,4,4,
+ 1,1,2,1,2,2,2,2,NA,5,5,5,NA,NA,1,1,NA,NA,3,NA),nrow=4)
sample.rates<-function(matrix.data,i){
#mixed.r...
2003 Feb 24
3
SAMBA PDC User Permissions, Admin Settings, and Logon?
...main\profiles\%U
logon drive = Z:
logon home = \\main\%U\.profile
domain logons = Yes
os level = 99
domain master = Yes
dns proxy = No
wins support = Yes
winbind uid = 10000-20000
winbind gid = 10000-20000
; valid users = ahayes root danielleg chrisg rickg nolan
admin users = root nolan chrisg rickg danielleg alyssag
printer admin = nolan root
hosts allow = 192.168.0. 127.
; profile acls = Yes
printing = cups
[homes]
comment = Home Directory for %u
read only = No...
2010 Oct 15
0
nomianl response model
...?awowicz wrote:
> Hi,
>
> I don't know how to sample such data, it can't be done by row sampling
> as default method on matrix in boot.
> Function takes matrix and returns single coefficient.
>
> #There is a macro but I want use R :)
> http://www.comm.ohio-state.edu/ahayes/SPSS%20programs/kalphav2_1.SPS
> library(concord)
> library(boot)
> # The data are rates among observers with NA's
> nmm<-matrix(c(1,1,NA,1,2,2,3,2,3,3,3,3,3,3,3,3,2,2,2,2,1,2,3,4,4,4,4,4,
> + 1,1,2,1,2,2,2,2,NA,5,5,5,NA,NA,1,1,NA,NA,3,NA),nrow=4)
>
> sample.rates<...