Description Usage Arguments Author(s) Examples
View source: R/t.sample.estim.razaoprop.R
A function that returns the results from calculated estimated values for Ratio Estimators.
| 1 | smp.est.razao.prop(data = NULL, c.lev = 95, N = NULL, mu = NULL)
 | 
| data | A data frame that contains x and y variables. | 
| c.lev | Confidence Level. | 
| N | Population size linked to x variable. | 
| mu | Population sugested mean. | 
Marco Aurelio Valles Leal
| 1 2 3 4 | x=c(100000,50000,75000,200000,150000,175000,150000)
y=c(300000,200000,300000,600000,450000,520000,450000)
despesas.med=data.frame(area=c(1:7),x=x,y=y)
smp.est.razao(data=despesas.med,N=49)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.