Displaying 8 results from an estimated 8 matches for "somewhatc".
Did you mean:
somewhat
2024 Aug 02
2
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" "communist"??? "minority"???? "religious"
> colnames(mydata)
?[1] "depress...
2024 Aug 02
1
grep
...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" "communist"??? "minority"???? "religious"
> > colnames(mydata)
>...
2024 Jul 12
2
grep
...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.
>
> Sounds like homework?
>
> which(grep("very|somewhat"...
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 t p g sig x.1.age 0.0341 0.0138 2.4766 0.0133 -3.8835e-04 **
x.1.sleep -0.1108 0.005...
2024 Jul 12
1
grep
...t; 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.
Sounds like homework?
which(grep("very|somewhat", x))
Best,
Uwe Ligges...
2024 Jul 12
1
grep
...ssion 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.
>>
>> Sounds like homework?
>>
>&g...
2024 Jul 12
0
grep
...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.
>>>>
>>>&g...
2024 Jul 14
0
grep
...;>>>>> 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.
>>>>>...