Displaying 5 results from an estimated 5 matches for "198628".
Did you mean:
19.628
2017 Aug 24
3
Are r2dtable and C_r2dtable behaving correctly?
...example:
rr <- c(209410, 276167)
cc <- c(25000, 460577)
ms <- r2dtable(3, rr, cc)
I have tested this code in two machines and it always returned the same
list of length three containing the same matrix three times. The repeated
matrix is the following:
[[1]]
[,1] [,2]
[1,] 10782 198628
[2,] 14218 261949
[[2]]
[,1] [,2]
[1,] 10782 198628
[2,] 14218 261949
[[3]]
[,1] [,2]
[1,] 10782 198628
[2,] 14218 261949
I also coded a small function returning the value of the chi-squared
statistic using the previous fixed marginals and taking the value at [1, 1]
as input. Thi...
2017 Aug 25
2
Are r2dtable and C_r2dtable behaving correctly?
...0577)
> ms <- r2dtable(3, rr, cc)
> I have tested this code in two machines and it always returned the same
> list of length three containing the same matrix three times. The repeated
> matrix is the following:
> [[1]]
> [,1] [,2]
> [1,] 10782 198628
> [2,] 14218 261949
> [[2]]
> [,1] [,2]
> [1,] 10782 198628
> [2,] 14218 261949
> [[3]]
> [,1] [,2]
> [1,] 10782 198628
> [2,] 14218 261949
Yes. You can also do
unique(r2dtable(100, rr, cc))
and see that the result is const...
2017 Aug 25
0
Are r2dtable and C_r2dtable behaving correctly?
...0577)
> ms <- r2dtable(3, rr, cc)
> I have tested this code in two machines and it always returned the same
> list of length three containing the same matrix three times. The repeated
> matrix is the following:
> [[1]]
> [,1] [,2]
> [1,] 10782 198628
> [2,] 14218 261949
> [[2]]
> [,1] [,2]
> [1,] 10782 198628
> [2,] 14218 261949
> [[3]]
> [,1] [,2]
> [1,] 10782 198628
> [2,] 14218 261949
Yes. You can also do
unique(r2dtable(100, rr, cc))
and see that the result is const...
2017 Aug 25
0
Are r2dtable and C_r2dtable behaving correctly?
...> ms <- r2dtable(3, rr, cc)
>
>> I have tested this code in two machines and it always returned the same
>> list of length three containing the same matrix three times. The repeated
>> matrix is the following:
>
>> [[1]]
>> [,1] [,2]
>> [1,] 10782 198628
>> [2,] 14218 261949
>
>> [[2]]
>> [,1] [,2]
>> [1,] 10782 198628
>> [2,] 14218 261949
>
>> [[3]]
>> [,1] [,2]
>> [1,] 10782 198628
>> [2,] 14218 261949
>
> Yes. You can also do
>
> unique(r2dtable(100, rr, cc))
>...
2017 May 17
2
Upgraded > Samba no longer listening on 192.168.0.x
that init script is ok.
Try adding the following in your smb.conf
Add :
interfaces = 192.168.249.230 127.0.0.1
Or interfaces = eth0 lo
( change eth0 to your interface name)
Check:
systemctl status samba
systemctl status samba-ad-dc
If samba-ad-dc is enable, disable that one, and enable samba.
systemctl disable samba-ad-dc
systemctl enable samba
Greetz,
Louis
>