search for: somewhath

Displaying 8 results from an estimated 8 matches for "somewhath".

Did you mean: somewhat
2024 Aug 02
2
grep
...hich I read long time ago which Ive found useful. Are there more or these options, other than ? grep? Thanks. dstat is just my own descriptive routine. > x ?[1] "age"????????? "sleep"??????? "primary"????? "middle" ?[5] "high"???????? "somewhath"??? "veryh"??????? "somewhatm" ?[9] "verym"??????? "somewhatc"??? "veryc"??????? "somewhatl" [13] "veryl"??????? "village"????? "married"????? "social" [17] "agricultural" "commu...
2024 Aug 02
1
grep
...d useful. > > Are there more or these options, other than ? grep? Thanks. > > dstat is just my own descriptive routine. > > > x > ?[1] "age"????????? "sleep"??????? "primary"????? "middle" > ?[5] "high"???????? "somewhath"??? "veryh"??????? "somewhatm" > ?[9] "verym"??????? "somewhatc"??? "veryc"??????? "somewhatl" > [13] "veryl"??????? "village"????? "married"????? "social" > [17] "agricultural&qu...
2024 Jul 12
2
grep
...M, Uwe Ligges wrote: > > > On 12.07.2024 10:54, Steven Yen wrote: >> Below is part a regression printout. How can I use "grep" to identify >> rows headed by variables (first column) with a certain label. In this >> case, I like to find variables containing "somewhath", >> "veryh",?"somewhatm", "verym", "somewhatc", "veryc","somewhatl", >> "veryl". The result should be an index 6:13 or 6,7,8,9,10,11,12,13. Note >> that they all contain "somewhat" and "very...
2024 Jul 12
1
grep
Below is part a regression printout. How can I use "grep" to identify rows headed by variables (first column) with a certain label. In this case, I like to find variables containing "somewhath", "veryh",?"somewhatm", "verym", "somewhatc", "veryc","somewhatl", "veryl". The result should be an index 6:13 or 6,7,8,9,10,11,12,13. Note that they all contain "somewhat" and "very". Thanks. est se...
2024 Jul 12
1
grep
On 12.07.2024 10:54, Steven Yen wrote: > Below is part a regression printout. How can I use "grep" to identify > rows headed by variables (first column) with a certain label. In this > case, I like to find variables containing "somewhath", > "veryh",?"somewhatm", "verym", "somewhatc", "veryc","somewhatl", > "veryl". The result should be an index 6:13 or 6,7,8,9,10,11,12,13. Note > that they all contain "somewhat" and "very". Than...
2024 Jul 12
1
grep
...;> >> >> On 12.07.2024 10:54, Steven Yen wrote: >>> Below is part a regression printout. How can I use "grep" to identify >>> rows headed by variables (first column) with a certain label. In this >>> case, I like to find variables containing "somewhath", >>> "veryh",?"somewhatm", "verym", "somewhatc", "veryc","somewhatl", >>> "veryl". The result should be an index 6:13 or 6,7,8,9,10,11,12,13. >>> Note >>> that they all contain "som...
2024 Jul 12
0
grep
...-18.6277 0.0000 -4.4572e-04 *** x.1.primary -0.0694 0.0289 -2.4002 0.0164 -9.9638e-06 ** x.1.middle -0.2909 0.0356 -8.1657 0.0000 -1.4913e-05 *** ... > rownames(v) [1] "x.1.age" "x.1.sleep" "x.1.primary" "x.1.middle" [5] "x.1.high" "x.1.somewhath" "x.1.veryh" "x.1.somewhatm" ...Treating it as the first column does not work, because the first column contains the numbers. > v[,1] [1] 0.0341 -0.1108 -0.0694 -0.2909 -0.4267 -0.6188 -0.7580 -0.3413 -0.3813 [10] -0.3101 -0.2977 -0.6310 -0.9132 0.1885 -0.0887 -0.085...
2024 Jul 14
0
grep
...Below is part a regression printout. How can I use "grep" to >>>>>> identify >>>>>> rows headed by variables (first column) with a certain label. In >>>>>> this >>>>>> case, I like to find variables containing "somewhath", >>>>>> "veryh",?"somewhatm", "verym", "somewhatc", "veryc","somewhatl", >>>>>> "veryl". The result should be an index 6:13 or >>>>>> 6,7,8,9,10,11,12,13. Note >>...