search for: reskog

Displaying 11 results from an estimated 11 matches for "reskog".

2017 Jun 27
3
Windows iconv() "failure" in certain locales
...ot always succeed to translate from "UTF-8" to the "current locale", in the case mentioned there. I'm giving some easier reproducible examples: no need to install half of tidyverse just to get citation("readr") : > x <- c("Ekstr\xf8m", "J\xf6reskog", "bi\xdfchen Z\xfcrcher") > Encoding(x1) <- "latin1" > xU <- iconv(x1, "latin1", "UTF-8") > Sys.setlocale("LC_CTYPE", "Chinese") [1] "Chinese (Simplified)_People's Republic of China.936" > > iconv...
2017 Jun 28
0
Windows iconv() "failure" in certain locales
...e from "UTF-8" to the > "current locale", in the case mentioned there. > > I'm giving some easier reproducible examples: no need to install > half of tidyverse just to get citation("readr") : > >> x <- c("Ekstr\xf8m", "J\xf6reskog", "bi\xdfchen Z\xfcrcher") >> Encoding(x1) <- "latin1" >> xU <- iconv(x1, "latin1", "UTF-8") > >> Sys.setlocale("LC_CTYPE", "Chinese") > [1] "Chinese (Simplified)_People's Republic of China.936&...
2006 Jan 06
2
ouml in an .Rd
I am trying to put an ouml in an .Rd file with no success. Writing R Extensions suggests: Text which might need to be represented differently in different encodings should be marked by |\enc|, e.g. |\enc{J??reskog}{Joreskog}| where the first argument will be used where encodings are allowed and the second should be ASCII (and is used for e.g. the text conversion). (Above may get mangled by the mail.) I have tried variations \enc{J"oreskog}{Joreskog} \enc{J\"oreskog}{Joreskog} \enc{Jo\&...
2006 Jan 06
2
ouml in an .Rd
I am trying to put an ouml in an .Rd file with no success. Writing R Extensions suggests: Text which might need to be represented differently in different encodings should be marked by |\enc|, e.g. |\enc{J??reskog}{Joreskog}| where the first argument will be used where encodings are allowed and the second should be ASCII (and is used for e.g. the text conversion). (Above may get mangled by the mail.) I have tried variations \enc{J"oreskog}{Joreskog} \enc{J\"oreskog}{Joreskog} \enc{Jo\&...
2017 Jun 26
3
suggestion to fix packageDescription() for Windows users
I'd be curious to know what others think of Rich's patch. If it is acceptable, I can spend time that I was going to look at it this week on another bug. -----Original Message----- From: Rich Calaway Sent: Friday, June 23, 2017 6:34 PM To: Nathan Sosnovske <nsosnov at microsoft.com>; Duncan Murdoch <murdoch.duncan at gmail.com>; Andrie de Vries <apdevries at gmail.com>
2005 Jun 15
1
umlauts in Rd files
...ne of my packages, there is a function called mobius(). I want to refer to it in the Rd file as the M??bius function, and to illustrate the M??bius inversion formula (just to be explicit: this is "Mobius" but with two dots over the second letter). R-exts section 2.7 gives \enc{J??reskog}{Joreskog} as an example, but when I cut-and-paste this, the dvi file (as produced by R CMD Rd2dvi) shows the umlauted "o" as A and Z with some diacritical marks, not the desired o with two dots on. Using \"{o} is fine for the dvi output but not the ascii output. How do I put an...
2014 Dec 15
1
Making iconv portable?
...quot;ASCII//TRANSLIT") >> [1] ?Ra'ul" > > > Thanks for the replies. I should have checked my examples more carefully. Consider the following example and a slight modification from help(?iconv?): > > > > x <- c("Ekstr\xf8m", "J\xf6reskog", "bi\xdfchen Z\xfcrcher") > > Encoding(x) <- "latin1" > > x > [1] "Ekstr?m" "J?reskog" "bi?chen Z?rcher" > > iconv(x, "latin1", "ASCII//TRANSLIT") # platform-depende...
2017 Jun 29
1
Windows iconv() "failure" in certain locales
...ot;current locale", in the case mentioned there. >> >> I'm giving some easier reproducible examples: no need to install >> half of tidyverse just to get citation("readr") : >> >>> x <- c("Ekstr\xf8m", "J\xf6reskog", "bi\xdfchen Z\xfcrcher") >>> Encoding(x1) <- "latin1" >>> xU <- iconv(x1, "latin1", "UTF-8") >> >>> Sys.setlocale("LC_CTYPE", "Chinese") >> [1] "Chinese (Simplif...
2014 Dec 15
2
Making iconv portable?
> On Dec 15, 2014, at 12:21 PM, Kurt Hornik <Kurt.Hornik at wu.ac.at> wrote: > >>>>>> Spencer Graves writes: > >> Hello, All: >> What would it take to make ?iconv? portable? > > >> I ask, because I want to convert accented characters to >> vanilla ASCII, thereby converting, e.g., ?Ra?l? to ?Raul?, and >> Milan
2014 Dec 15
0
Making iconv portable?
...("Ra?l", "", "ASCII//TRANSLIT") > [1] ?Ra'ul" Thanks for the replies. I should have checked my examples more carefully. Consider the following example and a slight modification from help(?iconv?): > x <- c("Ekstr\xf8m", "J\xf6reskog", "bi\xdfchen Z\xfcrcher") > Encoding(x) <- "latin1" > x [1] "Ekstr?m" "J?reskog" "bi?chen Z?rcher" > iconv(x, "latin1", "ASCII//TRANSLIT") # platform-dependent [1] "Ekstrom...
2008 Sep 09
1
Addendum to wishlist bug report #10931 (factanal) (PR#12754)
...ing loadings for given uniquenesses can be found analytically: Lawley & Maxwell (1971, p. 27).) All the starting values supplied in \code{start} are tried in turn and the best fit obtained is used. If \code{start = NULL} then the first fit is started at the value suggested by \enc{J?reskog}{Joreskog} (1963) and given by Lawley & Maxwell (1971, p. 31), and then \code{control$nstart - 1} other values are tried, randomly selected as equal values of the uniquenesses. The uniquenesses are technically constrained to lie in \eqn{[0, 1]}, but near-zero values are problematical,...