search for: ssgroup

Displaying 2 results from an estimated 2 matches for "ssgroup".

Did you mean: s3group
2011 Feb 21
0
r-square for cluster
...to calculate R2 for 1 cluster solution: SSTot <- (nrow(grid40km.datascale)-1)*sum(apply(grid40km.datascale,2,var)) # total sum of square SStot_grid40km <- NULL for (i in 1:22) # there is 22 clusters { data_group <- subset(grid40km.data,grid40km.cluster==i, select=c(X1, X2, X3, X4, X5)) SSgroup <- (nrow(data_group-1)*sum(apply(data_group,2,var))) # SS for all variables for a given cluster SStot_grid40km=append(SStot_grid40km, SSgroup,after=length(SStot_grid40km)) } ssw_grid40km = sum(SStot_grid40km) #withinSS (??) as the sum of SS for all clusters ssbetween_grid40km = SSTot-ssw_grid40...
2007 Jul 06
0
Remote share
...sed with the force user/group option, but have only got it to open the share once, and never since. This is a pretty basic set-up and I don't really want to use user access to make it as simple as possible for the remote users. Please help Cheers Dave # Global parameters [global] workgroup = SSGROUP server string = Samba 3.0.4.0 security = USER smb passwd file = /etc/smbpasswd log file = /usr/local/samba/sambalog/log.%m os level = 0 preferred master = No local master = No domain master = No ldap ssl = no hosts allow = 10.80., 10.82., 128.1.0.0/16 mangle case = Yes [printers] comme...