Displaying 2 results from an estimated 2 matches for "chgd".
Did you mean:
chad
2005 Jul 11
1
small first graph of par(3,2), other 5 are correct
...ed below.
When I compare the par() options set after producing each graph, all of
the parameters that change look like what I would expect:
> names(after.g1[after.g1%in%after.g2=="FALSE"])
[1] "fig" "mai" "mar" "mfg" "plt"
> what.chgd<-names(after.g1[after.g1%in%after.g2=="FALSE"])
>
> after.g1[what.chgd]
$fig
[1] 0.0000000 0.5000000 0.6666667 1.0000000
$mai
[1] 0.0309375 0.0618750 0.3093750 0.3093750
$mar
[1] 0.5 1.0 5.0 5.0
$mfg
[1] 1 1 3 2
$plt
[1] 0.02357143 0.88214285 0.01437097 0.85629032
>
>...
2009 Oct 13
4
Counting
*Hi all,
*
*Assume that I have the following data set with tow variables and I want
count the number of observation with identical values
*
**
*x1 x2*
* 1 1 *
* 1 0 *
* 0 1*
* 0 1*
* 0 0*
* 1 1*
* 0 1
*
I want the following output
**
*
*
*n1=3 # number of identical observation between x1 and x2 variables*
*n2=4 # number of different observation*
How do I do it in