Description Format Source Examples
Influ<c3><aa>ncia das vari<c3><a1>veis capital investido (capi)
e gasto em publicidade (publi) no lucro anual
(lucro) de 12 empresas observadas.
Um data.frame com 3 colunas e 12 linhas, em que
lucroLucro anual, em 100 mil reais.
capiCapital investido no ano, em 100 mil reais.
publiGasto com publicidade no ano, em 100 mil reais.
CHARNET et al. (2008), Cap<c3><ad>tulo 8, exerc<c3><ad>cio 1, p<c3><a1>g. 195, Cap<c3><ad>tulo 9, exerc<c3><ad>cio 6, p<c3><a1>g. 230.
1 2 3 4 5 | data(CharnetEx8.1)
str(CharnetEx8.1)
plot(CharnetEx8.1)
lm(lucro ~ ., data = CharnetEx8.1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.