search for: acute

Displaying 20 results from an estimated 254 matches for "acute".

Did you mean: cute
2007 Mar 26
1
fitted probabilities in multinomial logistic regression are identical for each level
...amples I have come across and was interested to know if this is a problem or what might be the cause for this. I ran an analysis with another independent variable and obtained a similar pattern. Any assistance with this is appreciated Bob Green > predictors <- expand.grid(group=1:3, in.acute.danger = c("y","n"), violent.convictions = c("y","n")) > p.fit <- predict(mod.multacute, predictors, type='probs') > p.fit 1 2 3 1 0.4615070 0.3077061 0.2307869 2 0.4615070 0.3077061 0.2307869 3 0.4615070 0.3...
2006 Aug 15
0
BlueCloth throws exceptions! Be careful! (was: auto_link fails to handle tilda''s (~) and markdown fails to handle acute accent (`))
On 12/15/05, Sam Joseph <sam@neurogrid.com> wrote: > markdown couldn''t handle an acute accent (`) e.g. > > Hawai`i > > It seems that acute accents (or backticks) in Markdown signify code > segments, and it seems there''s an open ticket for this: > > http://www.deveiate.org/projects/BlueCloth/ticket/24 I would just like to bring this to everyone''...
2005 Dec 16
0
auto_link fails to handle tilda''s (~) and markdown fails to handle acute accent (`)
Hi There, So I was just having some trouble with auto_link and markdown. Specfically auto_link was failing to handle urls with tildas in them (~) e.g. http://www.hawaii.edu/~name/index.html and markdown couldn''t handle an acute accent (`) e.g. Hawai`i It seems that acute accents (or backticks) in Markdown signify code segments, and it seems there''s an open ticket for this: http://www.deveiate.org/projects/BlueCloth/ticket/24 However, regarding auto_link I found where I could fix this in actionpack-1.11.0\lib\...
2010 Oct 15
1
Beginner question on bar plot
I've read a number of examples on doing a multiple bar plot, but cant seem to grasp how they work or how to get my data into the proper form. I have two variable holding the same factor The variables were created using a cut command, The following simulates that A <- 1:100 B <- 1:100 A[30:60] <- 43 Acut <-
2007 Mar 25
2
resolving expand.grid & NA errors
I am hoping for some advice regarding resolving error messages I have received when trying to use the expand.grid command. library(nnet) library(MASS) library(car) mod.multacute <-multinom(kc$group ~ kc$in.acute.danger * kc$violent.convictions, na.rm=T) summary(mod.multacute, cor=F, Wald=T) Anova (mod.multacute) confint (mod.multacute) > predictors <- expand.grid(group=1:3, in.acute.danger = c("y","n"), violent.convictions = c("y"...
2007 Apr 19
2
inconsistent output using 'round'
I am hoping for some advice regarding limiting decimal points to 3. 'Round' produces the desired results except for the 97.5% confidence interval. Any advice as to how I modify the code to obtain output to 3 decimal points for all ouput is appreciated, regards Bob Green mod.multgran <-multinom(offence ~ grandiose * violent.convictions, data = kc, na.action = na.omit)
1999 Oct 20
1
File names and e-acute char
...eople/mesure_?t? ) on the IRIX. However, from the IRIX side, it's impossible toaccess to such files/directory. What's more, my ARkeia backup client stalls on such a name and fouled up my backup database... NB: Oops: for those that can't read the lines over there /usr/people/mesure<eacute>t<eacute> . French e accent aigu... I suppose WindowsX users use a symbol set different from the IRIX one. Is there a way for Samba to force the use of *a* symbol set ??? TYA cmic ---------------------------------- Michel Marcon Sysadmin UNIX & WNT "L'argent, ?a va, ?a vie...
2002 Nov 16
1
acute problem
dear sir/madam hello i am trying to run a samba server with linux 7.3 and win xp but loaded rpm of samba of linux 7.2 the thing is that i am able to see the workgroup in windows xp but the contents of it are invisible what could be the prob. the log file is showing following errors 1) smbd/connection.c:yield_connection(62) yield_connection:tdb_delete failed with error record does not exist
2003 Aug 20
1
Strange fork-related problem: acutally, virus-related
From: tarkhil@over.ru [mailto:tarkhil@over.ru] > On Wed, Aug 20, 2003 at 01:12:51PM +0400, tarkhil@over.ru wrote: > > 10-20 minutes of work. New processes doesn't create anymore, process trying > > to fork looks in top having -20 PRI and "temp" STATE. I was unable to find > > I've got infected computers in my network. When ipnat mapping > table grew to
2006 Mar 28
4
1.1 won''t install!
I get this result in Terminal (10.4.latest) pb12-olivier:~ ambush$ gem install rails --include-dependencies Attempting local installation of ''rails'' Local gem file not found: rails*.gem Attempting remote installation of ''rails'' ERROR: While executing gem ... (Errno::EACCES) Permission denied - /usr/local/lib/ruby/gems/1.8/cache/activesupport-1.3.0.gem
2002 Sep 06
1
acutally a statistics question
hi, knowing there are a lot of statistics guru's in the R-mailing list, i throw in a statistics question. i have data that i do not know how to statistically test: subjects are repeatedly asked to make a decision (e.g. left-right -> coded as 0 or 1). i have 20 subjects, each subject made 8 decisions. i now want to analyse whether my experimental manipulation induced a systematic bias
2007 Aug 03
0
character encoding, MySQL, link_to
...character encoding is confusing. Worse, I''m talking to a vendor-supplied database (read-only) that I did not add the data too. At least this vendor-supplied database is MySQL. So this database has some accented charactars in it. For instance, something as simple as a lowercase o with an acute accent, for example. At first, this character was not being displayed correctly in my browser after being fetched from the db. Oddly, if I went into irb/console and examined the field from the db---it WAS displayed correctly in console! But in the browser, an o with an acute accent was displayed a...
2013 Jun 08
1
reading a character translation table into R
...r; degree sign ? &#176; &deg; $^o$ plus or minus ? &#177; &plusmn; $\pm$ superscript two ? &#178; &sup2; $^2$ superscript three ? &#179; &sup3; $^3$ acute accent ? &#180; &acute; \'{} micro sign ? &#181; &micro; $\mu$ paragraph sign ? &#182; &para; \P middle dot ? &#183; &middot; $\cdot$ ced...
2007 Jul 29
3
Memory leak in PerFieldAnalyzer
Hello everyone, we''ve recently discovered a memory leak in the PerFieldAnalyzer. If you use the PerFieldAnalyzer (which you acutally should), you should switch to a pure ruby version of that analyzer. The C version of the Analyzer is consuming memory on every analyzing request. You can find an example script to verify the leak[1]. Furthermore we''ve added a workaround, building
2010 Oct 11
1
grep triggering error on unicode character
Colleagues, [R 2.11; OS X] I am processing a file on the fly that contains the following text: XXX?? [email clients may display this differently -- the string is three X's followed by two instances of the letter a with an acute accent] I read the file with: X <- readLines(FILENAME) In this instance, the text of interest is on line 213. When I examine line 213, it reads: XXX\xe1\xe1 This makes sense because the unicode mapping for ? [a-acute] is U+00E1. The problem arises when I attempt to manipulate the text in the...
2012 Feb 03
3
creating R package
Hi, I never acutally made a package before. I have a folder, say called "john" that has everything it needs to be in a R package. Some instruction says I need Rtools from R mirror site. I installed the Rtools, but under DOS, the command "Rcmd" is still not recognized. Any suggestions? Thanks John
2007 Oct 01
4
Permissions question
My www directory is owned by "apache" and the group is "todd" and the permissions are 775. My Windows computers use Samba and they log into Linux with "todd". Under the www directory there are various directories which may have a group belonging to a user e.g. "viewpoint". Using this example, there is a directory under www (acutally called httpd),
2006 Mar 01
2
Problem with paginate search
Hi, Firts all sorry for my poor english I am doing a simple search with paginate, the problem is the search dont find the words within acutes (example "dont find sal?n if i search salon"). Its the code for the seach: def search words = @params[''search''].to_s.split('' '') array_conditions = [] for w in words array_conditions = array_conditions + ["business LIKE ''%...
2010 Apr 21
4
Quota monitoring
Hello, I would like to monitor users quotas in Dovecot but I don't find a way to do it for every user. Acutally I can log in with user & password to get the users quota but wat I need is a way to monitor the quota of every user with e.g an admin user which would have an acces to the quota of each mailbox. Is there a way to this? Thanks for your help.
2003 May 15
2
single quotes in the manpage
In the manpage, all occurrences of a single quote (or apostrophe) are preceded by a backslash. This means that these get turned into acute accents by groff; here's the relevant part of the groff manpage: \' The acute accent ; same as \(aa. Unescaped: apostrophe, right quotation mark, single quote (ASCII 0x27). I think all these backslashes should be removed, as the acute accent won't display correctly o...