Displaying 20 results from an estimated 24 matches for "pua".
Did you mean:
pa
2017 Nov 27
0
Scatterplot of many variables against a single variable
Hi Engin,
Sadly, your illustration was ambushed on the way to the list. Perhaps
you want something like this:
# proportion of useful answers to your request
pua<-sort(runif(20))
#legibility of your request
lor<-sort(runif(20))+runif(20,-0.5,0.5)
# is a data set provided?
dsp<-sort(runif(20))+runif(20,-0.5,0.5)
# generate a linear model for the above
pua.lm<-lm(pua~lor+dsp)
# get the coefficients
pua.lm
Call:
lm(formula = pua ~ lor + dsp)
Coef...
2017 Nov 27
3
Scatterplot of many variables against a single variable
...er of useful answers. :-))
On Mon, Nov 27, 2017 at 11:42 AM, Jim Lemon <drjimlemon at gmail.com> wrote:
> Hi Engin,
> Sadly, your illustration was ambushed on the way to the list. Perhaps
> you want something like this:
>
> # proportion of useful answers to your request
> pua<-sort(runif(20))
> #legibility of your request
> lor<-sort(runif(20))+runif(20,-0.5,0.5)
> # is a data set provided?
> dsp<-sort(runif(20))+runif(20,-0.5,0.5)
> # generate a linear model for the above
> pua.lm<-lm(pua~lor+dsp)
> # get the coefficients
> pua.lm
&g...
2017 Nov 27
0
Scatterplot of many variables against a single variable
...On Mon, Nov 27, 2017 at 11:42 AM, Jim Lemon <drjimlemon at gmail.com> wrote:
>
>> Hi Engin,
>> Sadly, your illustration was ambushed on the way to the list. Perhaps
>> you want something like this:
>>
>> # proportion of useful answers to your request
>> pua<-sort(runif(20))
>> #legibility of your request
>> lor<-sort(runif(20))+runif(20,-0.5,0.5)
>> # is a data set provided?
>> dsp<-sort(runif(20))+runif(20,-0.5,0.5)
>> # generate a linear model for the above
>> pua.lm<-lm(pua~lor+dsp)
>> # get the...
2017 Nov 27
5
Scatterplot of many variables against a single variable
Dear
I try to realize one scatter matrix which draws *one single variable to all
variables* with *regression line* . You can see my eviews version in the
annex .
How can I draw this graph with R studio?
Sincerely
Engin YILMAZ
2017 Nov 27
1
Scatterplot of many variables against a single variable
...im Lemon <drjimlemon at gmail.com>
>wrote:
>>
>>> Hi Engin,
>>> Sadly, your illustration was ambushed on the way to the list.
>Perhaps
>>> you want something like this:
>>>
>>> # proportion of useful answers to your request
>>> pua<-sort(runif(20))
>>> #legibility of your request
>>> lor<-sort(runif(20))+runif(20,-0.5,0.5)
>>> # is a data set provided?
>>> dsp<-sort(runif(20))+runif(20,-0.5,0.5)
>>> # generate a linear model for the above
>>> pua.lm<-lm(pua~lor...
2020 Apr 09
2
Plotmath on Fedora 31 broken with with pango >= 1.44 - workarounds?
...r a ?crit :
> Hi Paul,
Hi Gabriel,
Thanks a lot for the testing.
> The various font family settings seem to work too, from what I can
> tell. Both font families you suggested, however, Helvetica and Apple
> Symbols (the s is important) have significantly incomplete coverage
> with PUA on.
That is to be expected, the AMS symbol dump in PUA space was a quick
hack to make pre-unicode symbols available in an unicode world, pending
their normalisation.
That standardisation is long past (IIRC it occured by unicode 3.2
released in March 2002), so no newly created/updated font family...
2020 May 26
2
[FORGED] Re: Plotmath on Fedora 31 broken with with pango >= 1.44 - workarounds?
...Thanks a lot for the testing.
>>
>>> The various font family settings seem to work too, from what I can
>>> tell. Both font families you suggested, however, Helvetica and Apple
>>> Symbols (the s is important) have significantly incomplete coverage
>>> with PUA on.
>>
>> That is to be expected, the AMS symbol dump in PUA space was a quick
>> hack to make pre-unicode symbols available in an unicode world, pending
>> their normalisation.
>>
>> That standardisation is long past (IIRC it occured by unicode 3.2
>> rele...
2020 May 26
2
[FORGED] Re: Plotmath on Fedora 31 broken with with pango >= 1.44 - workarounds?
...t;
>> >>> The various font family settings seem to work too, from what I can
>> >>> tell. Both font families you suggested, however, Helvetica and Apple
>> >>> Symbols (the s is important) have significantly incomplete coverage
>> >>> with PUA on.
>> >>
>> >> That is to be expected, the AMS symbol dump in PUA space was a quick
>> >> hack to make pre-unicode symbols available in an unicode world, pending
>> >> their normalisation.
>> >>
>> >> That standardisation is l...
2020 May 26
0
Plotmath on Fedora 31 broken with with pango >= 1.44 - workarounds?
...riel,
>
> Thanks a lot for the testing.
>
> > The various font family settings seem to work too, from what I can
> > tell. Both font families you suggested, however, Helvetica and Apple
> > Symbols (the s is important) have significantly incomplete coverage
> > with PUA on.
>
> That is to be expected, the AMS symbol dump in PUA space was a quick
> hack to make pre-unicode symbols available in an unicode world, pending
> their normalisation.
>
> That standardisation is long past (IIRC it occured by unicode 3.2
> released in March 2002), so no n...
2020 Apr 08
4
Plotmath on Fedora 31 broken with with pango >= 1.44 - workarounds?
...wrote:
> > Hi
> >
> > The R branch ...
> >
> > https://svn.r-project.org/R/branches/R-symfam/
> >
> > ... is now set up so that it works "out of the box" on Fedora by setting
> > the default to be 'symbolfamily=cairoSymbolFont(family, usePUA=FALSE)'
> > when grSoftVersion()["pango"] is greater than "1.44".
> >
> > This means that on Fedora 31 (at least on the Docker container I am
> > testing on) "sans"->"NimubusSans" is used as the symbol font by default
> >...
2020 May 26
0
[FORGED] Re: Plotmath on Fedora 31 broken with with pango >= 1.44 - workarounds?
...ing.
> >>
> >>> The various font family settings seem to work too, from what I can
> >>> tell. Both font families you suggested, however, Helvetica and Apple
> >>> Symbols (the s is important) have significantly incomplete coverage
> >>> with PUA on.
> >>
> >> That is to be expected, the AMS symbol dump in PUA space was a quick
> >> hack to make pre-unicode symbols available in an unicode world, pending
> >> their normalisation.
> >>
> >> That standardisation is long past (IIRC it occure...
2020 May 26
0
[FORGED] Re: Plotmath on Fedora 31 broken with with pango >= 1.44 - workarounds?
...>>> The various font family settings seem to work too, from what I can
>>> >>> tell. Both font families you suggested, however, Helvetica and Apple
>>> >>> Symbols (the s is important) have significantly incomplete coverage
>>> >>> with PUA on.
>>> >>
>>> >> That is to be expected, the AMS symbol dump in PUA space was a quick
>>> >> hack to make pre-unicode symbols available in an unicode world,
>>> pending
>>> >> their normalisation.
>>> >>
>>&g...
2020 Mar 31
1
[FORGED] Re: Plotmath on Fedora 31 broken with with pango >= 1.44 - workarounds?
...ers from the same pre-unicode bias as
R). However, it is, to my knowledge, actively maintained. You can ask
its upstream (LibreOffice) for Unicode conformance fixes if you find
problems. Especially when it?s just fixing the map of an existing
glyph, that should not be hard for them to fix. Anything PUA-related
won?t interoperate well in an unicode world.
(you can ask DejaVu too, maybe a request from a project like R will
wake up its maintainers. But, that?s a long shot. DejaVu suffers from
an almost done state without enough remaining work to interest
designers).
Regards,
--
Nicolas Mailhot
2020 Apr 08
0
Plotmath on Fedora 31 broken with with pango >= 1.44 - workarounds?
...ve confirmed that it looks the same generated from 3.5.1, so
that isn't your branch).
The various font family settings seem to work too, from what I can tell.
Both font families you suggested, however, Helvetica and Apple Symbols (the
s is important) have significantly incomplete coverage with PUA on. Apple
Symbols does have nearly complete coverage (though to my eye the symbols
are all smaller...) with PUA turned off, but Helvetica remains very spotty,
with disabling PUA only modestly increasing it's coverage, and not in the
places that seem likely to matter.
I hope that helps,
~G
On...
2020 Apr 06
4
Plotmath on Fedora 31 broken with with pango >= 1.44 - workarounds?
Hi
The R branch ...
https://svn.r-project.org/R/branches/R-symfam/
... is now set up so that it works "out of the box" on Fedora by setting
the default to be 'symbolfamily=cairoSymbolFont(family, usePUA=FALSE)'
when grSoftVersion()["pango"] is greater than "1.44".
This means that on Fedora 31 (at least on the Docker container I am
testing on) "sans"->"NimubusSans" is used as the symbol font by default
and R converts Adobe Symbol Encoding code poin...
2001 Aug 22
1
open-ssh error...
hi everyone,
i do have a Redhat7.0 with
open-ssh-2.1.1p4-1.src.rpm installed together with
openssh-server-2.1.1p4 and openssh-clients in my linux
server.
i used the default configuration under
/etc/ssh/sshd_config. but when i ran ssh -v
root at x.x.x.x, it doesn't establish a connection and i
have this error: ssh_exchange_identification error
what does it mean? and can
2001 Aug 23
1
ssh_identification error
i do have a Redhat7.0 with
open-ssh-2.9 installed together with
openssh-server-2.9 and openssh-clients in my linux
server.
i used the default configuration under
/etc/ssh/sshd_config. but when i ran ssh -v
root at x.x.x.x, it doesn't establish a connection and i
have this error: ssh_exchange_identification
connection closed by remote host.
i'm using secureCRT3.3 on my
2020 Apr 08
0
Plotmath on Fedora 31 broken with with pango >= 1.44 - workarounds?
...l
On 6/04/20 2:59 pm, Paul Murrell wrote:
> Hi
>
> The R branch ...
>
> https://svn.r-project.org/R/branches/R-symfam/
>
> ... is now set up so that it works "out of the box" on Fedora by setting
> the default to be 'symbolfamily=cairoSymbolFont(family, usePUA=FALSE)'
> when grSoftVersion()["pango"] is greater than "1.44".
>
> This means that on Fedora 31 (at least on the Docker container I am
> testing on) "sans"->"NimubusSans" is used as the symbol font by default
> and R converts Adobe...
2020 Mar 30
2
Plotmath on Fedora 31 broken with with pango >= 1.44 - workarounds?
Le mardi 31 mars 2020 ? 10:14 +1300, Paul Murrell a ?crit :
> Hi
>
> On 30/03/20 11:12 pm, Nicolas Mailhot wrote:
> > Le lundi 30 mars 2020 ? 15:24 +1300, Paul Murrell a ?crit :
> > > Hi
> > >
> > > I have created an R branch that contains a potential fix ...
> > >
> > > https://svn.r-project.org/R/branches/R-symfam/
> > >
2005 Jan 23
1
Your message to seminar has been rejected
...oRAtCClrZtX0KShDSEsAVt38aH4Z4/2lEDuyfQvNAwUkN
pyD7oYyrzRGz90gCYCzpyIqMNaDAiKQvWGfjeQ24X83pRfuispcsu/J5kIIh
fBAGDco8bfHkFjq2xDSJ+QeeFWlpFVSbnSveB31Hwilh+kJQom6VGJSnCf4R
qhdDoLusZByB8QniUoTuh4gieyFCs/6XJfnduh6Z3Mgh+tYzdJCIH3X4q4fo
4fqMJConf1JDtRg8SYLI5TlyqkKPFZCh6sKSFMtIudF3GHzWUYnmWgqVCXHN
00T7PiqVoapUa7x/pYHZiigXdnMREsGJUyMpBn1n9VzYXxKlzMkNe30KXiis
16JtAcT2PE6l5g0Nan0zPxxFqU0ZUoOZakOO0qqvwBvIESsFsvb4YLVEGLKC
iK53jKCqnJi914pzMK8eQmlRGCJ3ahWmTyJcU5cc8okDpHw8Q/LrJAk0RFBn
snAdWCr4G53hFt33JKX398xlgArchONQwBVlJS+Nh75w8t1iUSUKL3X7URNr
TpWuoMt+AITl+z+KRoEMPxDeWK3h1a4uPt2z1N9TdyCczc5GWMuhjeqYFQ31
nJyM0Os2...