Displaying 4 results from an estimated 4 matches for "rounf".
Did you mean:
round
2009 Jun 11
2
How to force R to print 2 decimal places in column of a data.frame?
How to force R to print 2 decimal places in column of a data.frame? I tried to do so:
x = inp(format(rounf(inp$Tamanho, 2), nsmall = 2),)
where "INP" is data.frame and "Size" is the name of column. But has error:
Error in eval.with.vis(expr, envir, enclos) :
could not find function "inp"
Lesandro
Veja quais s?o os assuntos do momento no Yahoo! +Buscados
http:/...
2006 May 24
2
Decimal places
B??dnie zakodowany tekst zosta? usuni?ty...
Plik: nie znany
Url: https://stat.ethz.ch/pipermail/r-help/attachments/20060524/ba180973/attachment.pl
2007 Oct 14
1
Adjusting for heaping in data
Hi R users. I am new to the community and have got myself into a little problem.
I have a dataset of birth weights recorded by nurses at a delivery
clinic in an developing country.
The weights are entered in KiloGrams with one decimal. However there
is substantial heaping at each 500g when looking at the sample in a
histogram. Do anyone of you know a easy way to adjust for this and if
it exists
2012 Mar 19
4
regression with proportion data
Hello,
I want to determine the regression relationship between a proportion (y)
and a continuous variable (x).
Reading a number of sources (e.g. The R Book, Quick R,help), I believe I
should be able to designate the model as:
model<-glm(formula=proportion~x, family=binomial(link="logit"))
this runs but gives me error messages:
Warning message:
In eval(expr, envir, enclos) :