search for: miyoshi

Displaying 6 results from an estimated 6 matches for "miyoshi".

Did you mean: kiyoshi
2005 Apr 18
1
polycoric correlation
Dear R-users Could anyone tell me which library contains a function to compute polycoric correlations? I wonder the same question was asked a while ago, but I could not locate the mail in the R-help archives. Sorry for bothering you. Sincerely ------------------------ Hiroto Miyoshi ???? h_m_ at po.harenet.ne.jp
2003 Oct 05
3
stepAIC problem
....026 7.483 -249.254 <none> 7.456 -247.609 - x1 1 4.866 12.322 -199.375 - x2 1 8.182 15.639 -175.543 - x3 1 8.597 16.054 -172.922 Error in as.data.frame.default(data) : can't coerce function into a data.frame --------------------------- Hiroto Miyoshi??????? h_m_ at po.harenet.ne.jp
2004 Nov 14
1
Odd behaviour of R 2.00
...R 2.0.0 > a<-1:10 > b<-letters[1:10] > b[3]<-"" > c<-data.frame(cbind(a,b)) > c[c==""]<-NA Why is this so? And how can I assign NA to "" data.framewise in seishin data.frame? Please help. Sincerely -------------------------------- Hiroto Miyoshi h_m_ at po.harenet.ne.jp
2001 Nov 28
3
Can I see japanese in R run with Emacs(ESS) ?
...ould someone help me? I can see Japanese language in R when I use RGui. I can use Japanese language in Emacs using Mule option. Now, Can I see Japanese language in R which is run with Emacs(ESS) ? I am using windows 98 second edition. Could someone help me ? Sincerely ----------------------- Hiroto Miyoshi ???? h_m_ at po.harenet.ne.jp -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject...
2004 Feb 03
1
output from multcomp and lm
...(co)variance shows the statistical significance of a factor. However, in my analysis, overall analysis showed statistical significance of 1.4% level and mutiple comparison showed significance of 32% level Could this happen? and why? Please enlighten me. Sincerely ------------------------ Hiroto Miyoshi ???? h_m_ at po.harenet.ne.jp
2025 Apr 19
1
Is it odd or not? about I() function
...ion fail, you'd have to dig into the machinery (or, ask on the ggplot issues list -- the questions there involving "AsIs" mostly refer to a separate use case for "AsIs" ... https://github.com/tidyverse/ggplot2/issues?q=is%3Aissue%20AsIs ) On 2025-04-18 9:46 p.m., Hiroto Miyoshi wrote: > Dear R expert > > I encountered a bewildering situation, about which > I am seeking help.? I wrote a following toy script > which can recreate the situation. > > --- the script begins here --- > ?? 1?? ? library(tidyverse) > ?? 2?? ? library(rlist) > ?...