Displaying 3 results from an estimated 3 matches for "dgen".
Did you mean:
den
2011 Jun 21
2
interaction between categorical variables
Dear R-users,
I need some assistance.
I am running some interactive variables for categorical variables.
I have dgen(2 levels converted to dummy variables) and dtoe(4-levels also converted to dummy variables). So I have worked with them in two ways:
i created a variable X1 = dgen*dtoe and I get an error "Error in dgen * dtoe : non-conformable arrays"then i run a glm, binomial using that interaction v...
2010 Feb 18
0
2 ecdf from different set of data
...re different.
> z[1:20]
[1] 2.02347388 3.19514379 0.05188875 1.41333812 3.50249892 4.34272676 6.65639581 5.01533819 4.18207505
[10] 2.87615551 2.28202152 0.49431541 0.06570579 5.68352438 11.37222124 7.29185093 4.32209430 2.65243100
[19] 4.60515744 2.25838285
zgen dgen
[1,] 10.04 0.9627
[2,] 10.05 0.9629
[3,] 10.06 0.9631
[4,] 10.07 0.9632
[5,] 10.08 0.9634
[6,] 10.09 0.9635
[7,] 10.10 0.9637
[8,] 10.11 0.9638
[9,] 10.12 0.9640
[10,] 10.13 0.9642
[11,] 10.14 0.9643
For z data, I can simply plot(ecdf(z)). But for data gen it is a 2 coulumn data, if I u...
2009 Oct 08
1
Cant map Apache DAV network place to network drive
Hello:
I have set up a DAV file system on my apache server
using these directives in ssl.conf:
Alias /files /var/www/files
<Directory /var/www/files>
Dav On
AuthType Basic
AuthName "Filesystem access"
AuthUserFile /var/www/files.passwd
require valid-user
Options Indexes
</Directory>
On my client machine (Windows XP SP3), I am
able to add the https location