search for: x292

Displaying 4 results from an estimated 4 matches for "x292".

Did you mean: 2292
2008 Oct 15
2
Help Help with sampling
...variable(symptom) has 14 patients. I need to use random sampling to make, 5 different samples from my data with 5 patients in each sample. i.e. using all 4 variables I need to make 5 different samples by changing patients(with 5 patients in each sample). X8 X9 X10 X102 X110 X177 X283 X284 X286 X292 X297 X306 X308 X314 s1 0 1 0 0 0 1 0 0 0 0 0 0 0 0 s2 0 0 0 0 1 0 0 0 0 0 0 0 1 0 s3 0 1 0 0 0 0 0 0 0 0 0 0 1 0 s4 1 0 0 0 1 0 0 0 0 1 0 0 0 0 I use...
2006 May 24
2
DHCP configuration for Cisco 7960?
...? What would prevent the default router and DNS server from providing an ARP reply? I should note that immediately after the phone receives its IP, one can still not ping it. Any ideas or suggestions? - Julian Julian C. Dunn, P.Eng. Systems Administrator e: julian.dunn@devlin.ca p: 416-363-6316 x292 f: 416-363-6102 w: www.devlin.ca Devlin eBusiness Architects Inc. 185 Frederick Street Toronto, ON M5A 4L4
2008 Oct 16
2
saving result of a "for" loop
Hi everyone, I have dataset which I take random samples of it 5 times. each time I get the mean for rows for each sample. at the end I need to calculate the Average of all means for each sample and each row. to clear it up I give an example: say this is my dataset. X8 X9X10X12 X13 X14 X15 X16X17X18X19 X20 X21 X22 s1 0 1 0 0 0 1 0 0 0 0 0 0 0 0 s2 0 0 0
2008 Oct 17
2
function help
Hi everyone, I have dataset which I make a sample of it couple of times and each time I get the mean and standard deviation of each row for each sample. I have a function for that, which takes the name of the file and number of times to sample and then returns the mean and standard deviation for each row in each sample. Sample=function(name, n){