• Asignatura: Informática
  • Autor: amaliaroberth
  • hace 8 años

In R, the subsequent data types are all atomic data types except _____________.

A Character
B Float
C Integer
D Data frame
E Logical

Respuestas

Respuesta dada por: irmajulia
0

In the programming language R, a not atomic data type is: Data Frame.

You can calculate the lower and upper bounds of the confidence intervals in not atomic data type because they have more than one value.

For example, Data Frame is a table in R with two dimensions:

      ID       NAME        SCORE

1    002       Rosa           230

2   005       Juan           150

3   006       Carla           30

Preguntas similares